Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
HOMEPAGE
|
|
|
|
1.3:
text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better.
Declare Python 3.7 support, don't declare Python 3.3 support
|
|
Changes since 0.11.0:
Features
* Binary file content can now be viewed with bat -A
* bat can now be used as a man pager.
* Add new style component to separate multiple --line-ranges
* Added -L as an alias for --list-languages
Bugfixes
* Output looks unbalanced when using '--style=grid,numbers' without 'header'
* issues with filenames starting with "cache"
* Can't build cache with new theme without creating cache dir
* --terminal-width -10 is parsed incorrectly
Other
* Added fish completions to DEB package
New syntaxes
* Emacs Org mode
* requirements.txt
* DotENV .env
* SSH config syntax (-l ssh_config)
* /etc/hosts
* GraphQL
* Verilog
* SCSS and Sass
* strace syntax
Packaging
* bat is now in the official Gentoo repositories
* bat is now in the official Alpine Linux repositories
* bat is in the official Fedora repositories
|
|
|
|
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.
This module implements the MultiMarkdown markdown syntax
extensions from <http://fletcherpenney.net/multimarkdown/>.
|
|
|
|
|
|
|
|
|
|
|
|
1.0.1:
Unknown changes
|
|
v1.10.2
Closed Issues
Please update CodeMirror Addon
Nested braces indentation
v1.10.1
Closed Issues
javascript fails to format when <?php > is first text inside <script> tag
414 Request-URI Too Large
|
|
"/usr/include/locale.h:53:12: error: 'lconv' is already declared in this scope"
<https://trac.xapian.org/ticket/793>
|
|
|
|
1.12.1
Actually use the case_sensitive arg in compile
|
|
While here, actually do REPLACE_RUBY. Bump PKGREVISION.
|
|
5.61.0
TypeScript: fix keywords in conditional expressions
Fix generator and test paths of CMake
Add support for additional QML keywords not part of JavaScript
Update cmake highlighting
5.60.0
Fortran: relicense to MIT
Improve the Fortran fixed format syntax highlighting
Fortran: implement free & fixed formats
Fix CMake COMMAND nested paren highlighting
Add more keywords and also support rr in gdb highlighter
Detect comment lines early in GDB highlighter
AppArmor: update syntax
Julia: update syntax and add constants keywords
CMake: Highlight the standard CMake environment variables
Add syntax definition for ninja build
CMake: Support for 3.15 features
Jam: various improvements and fixes
Lua: update for Lua54 and end of function as Keyword rather than Control
C++: update for C++20
debchangelog: add Eoan Ermine
5.59.0
YAML: only comments after spaces and other improvements/fixes
Markdown: use includeAttrib in code blocks
fix highlighting of "\0" in C mode
Tcsh: fix operators and keywords
Add syntax definition for the Common Intermediate Language
SyntaxHighlighter: Fix foreground color for text without special highlighting
Add example app for printing highlighted text to pdf
Markdown: Use color with higher contrast for lists
Remove .conf extension from "INI Files" hl, to determine the highlighter
using MIME type
Perl: fix the // operator
fix casing of UInt* types in Julia hl
5.58.0
Add syntax highlighting for fish shell
AppArmor: don't highlight variable assignments and alias rules within profiles
|
|
changes unknown
|
|
changes unknown
|
|
changes unknown
|
|
changes unknown
|
|
0.14.0:
- Added new validators ipv4_cidr, ipv6_cidr
|
|
|
|
|
|
Markovify is a simple, extensible Markov chain generator. Right now,
its primary use is for building Markov models of large corpora of
text and generating random sentences from that.
Its features include:
* Simplicity. "Batteries included," but it is easy to override key methods.
* Models can be stored as JSON, allowing you to cache your results
and save them for later.
* Text parsing and sentence generation methods are highly extensible,
allowing you to set your own rules.
|
|
0.9.0:
* Support out parameter of render
* Write opendocument stream directly to the ZipFile
|
|
2.2:
Update to work with CPython 3.7 by building with Cython 0.29.
|
|
Release 1.2.0:
* Refactored exception handling around the workbook file :func:close()
method to allow exceptions to be caught and handled. See
:ref:ex_check_close. Also refactored the code to clean up temp files in
the event of an exception.
* Added the option to allow chart fonts to be rotated to 270 degrees
to give a stacked orientation. See :ref:chart_fonts.
|
|
Adjust patch to new version.
Remove expat bl3, upstream dropped the expat dependency
by rewriting the code.
ChangeLog:
Changes in version 1.1.0, released on May 2, 2019
--- NEW PARSER FEATURES ---
* Handle <funcparams> inside <paramdef> inside <funcprototype>.
* Ignore <jobtitle> and <orgdiv> elements.
--- NEW FORMATTER FEATURES --
* Write a comment "automatically generated" at the beginning.
* Provide an -s command line option to override the section in .Dt.
* Large numbers of improvements to horizontal and vertical whitespace.
* End of sentence detection: new sentence, new line.
* Drop trailing parentheses in <function> elements.
* Print commas between Copyright years.
Changes in version 1.0.2, released on April 29, 2019
--- NEW PARSER FEATURES ---
* Handle <abstract>: better formatting of many non-<refentry> documents.
* Handle <reference> like <section>.
* Explicitly ignore <keycombo>.
--- STRUCTURAL IMPROVEMENTS ---
* Start a new module reorg.c, to edit and move around nodes.
* Provide a new function pnode_alloc_text() to generate a text node.
* Introduce an xmalloc.c module to automatically exit when out of memory.
Changes in version 1.0.1, released on April 24, 2019
--- NEW PARSER FEATURES ---
* Handle file inclusion via "<!ENTITY %".
* Translate decimal character entities to Unicode escapes.
* Handle <tag> like <sgmltag> and <markup>.
--- RELIABILITY BUGFIX ---
* Do not crash when an ignored element contains an attribute.
--- FORMATTING IMPROVEMENTS ---
* Correctly translate input to output line breaks in no-fill elements.
* Improve spacing of text nodes inside macro arguments.
* Better handle <void> as a child of <funcprototype>.
* Better handle <info> as a child of <refentry>.
* Correct delimiter spacing between <term> elements.
* Insert a paragraph break after displays and after non-compact lists.
--- THANKS TO ---
* Stephen Gregoratto for a small patch and two bug reports.
* Jan Stary for a bug report.
|
|
1.9.0:
Unknown changes
|
|
|
|
Bump PKGREVISION.
From wiz@, thank you.
|
|
|
|
1.29:
Fix regex for alias to match the one for anchors
1.28:
Security fix: only enable loading globs when $LoadCode is set
|
|
|
|
v3.0.2
* Fixed a bug where 0 and False were considered equal by
const and enum.
|
|
Release 1.1.9:
* Another fix for issues where zipfile.py raises "ZIP does not support
timestamps before 1980" exception.
|
|
2.6.3:
Bugfixes
* Fix 3D charts.
* Minimum for holeSize in Doughnut charts too high
* Warning for MergedCells with comments
* Pagebreaks duplicated
* Workbook has no default CellStyle
|
|
* Add support for wrapping list items.
* Fix #201: handle ‎/‏ marks mid-text within stressed tags or
right after stressed tags.
* Feature #213: ``images_as_html`` config option to always generate an
``img`` html tag. preserves "height", "width" and "alt" if possible.
* Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
* Remove support for retrieving HTML over the network.
* Add ``__main__.py`` module to allow running the CLI using
``python -m html2text ...``.
* Fix #238: correct spacing when a HTML entity follows a non-stressed
tags which follow a stressed tag.
* Remove unused or deprecated:
* ``html2text.compat.escape()``
* ``html2text.config.RE_UNESCAPE``
* ``html2text.HTML2Text.replaceEntities()``
* ``html2text.HTML2Text.unescape()``
* ``html2text.unescape()``
* Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
|
|
2019/08/06: Version 6.9.3 (secirity fix release)
2019/07/30: add ONIG_SYN_ALLOW_INVALID_CODE_END_OF_RANGE
2019/07/29: add STK_PREC_READ_START/END stack type
2019/07/29: Fix #147: Stack Exhaustion Problem caused by some parsing functions
2019/07/11: add a dictionary file for libfuzzer
2019/07/07: add harnesses directory
2019/07/05-2019/07/29: fix many problems found by libfuzzer programs
2019/06/27: deprecate onig_new_deluxe()
2019/06/27: Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()
2019/06/27: Fix CVE-2019-13225: problem in converting if-then-else pattern
|
|
|
|
Release 0.15.2:
* docutils/nodes.py
- Fix 366: circular import when docutils nodes is iported before docutils.utils
by putting import docutils.utils into astext.
- Fix 366: as it is done in trunk Commit [r8294], moving the function.
Release 0.15:
* General
- Dropped support for Python 2.4, 2.5, 3.1, and 3.2.
- Infrastructure automation.
* docs/ref/rst/restructuredtext.txt:
- Document rST syntax change: Tokens like :this:example: are now valid
field list names (instead of ordinary text).
* docutils/io.py
- Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been
deprecated (thanks to hugovk).
* docutils/languages/la.py
docutils/parsers/rst/languages/la.py:
- Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.
* docutils/nodes.py
- Fix [ 251 ] system_message.copy() TypeError.
- Element.copy() also copies document, line, and source attributes.
* docutils/parsers/rst/__init__.py:
- Apply [ 152 ] reset default role at end of document.
* docutils/parsers/rst/states.py:
- Allow embedded colons in field list field names.
- Add rawsource attribute for text of inline elements.
* docutils/parsers/rst/directives/html.py:
- Fix bug 281: Remove escaping backslashes in meta directive content.
* docutils/parsers/rst/directives/misc.py:
- Don't convert tabs to spaces, if tab_width is negative in
include directive with code option.
* docutils/parsers/rst/directives/tables.py:
- Apply patch 121: Add "width" option for the table directives.
* docutils/transforms/frontmatter.py:
- Add field name as class argument to generic docinfo fields unconditionally.
* docutils/transforms/references.py:
- Fix bug 331: fixed the "trim" options of the "unicode" directive.
* docutils/utils/__init__.py:
- Deprecate unique_combinations (obsoleted by itertools.combinations).
* docutils/utils/smartquotes.py:
- Fix bug 332: use open quote after whitespace, ZWSP, and ZWNJ.
* docutils/writers/html5_polyglot/
- automatically add HTML5-compatible meta tags for docinfo items
"authors", "date", and "copyright".
* docutils/writers/_html_base.py
- Fix bug 358: Non-breaking space removed from fixed-width literal.
* docutils/writers/latex2e/__init__.py:
- Fix bug 323: spurious \phantomsection and whitespace in
parts['title'].
- Fix bug 324: Invalid LaTeX for table with empty multicolumn cell.
- Fixes to literal block handling.
|
|
v0.5.2
py.requirements: Add twine
v0.5.0
BUMP-VERSION: 0.5.0 (was: 0.4.3 / 0.4.2).
|
|
- fixed out-of-range exception with repeated `AddKeyword` calls
- added `KeywordFormatHints`, `Priority` and `Constraints` elements to
syntax definitions
- added Lua function `AddPersistentState`
(https://gitlab.com/saalen/highlight/issues/112)
- renamed md.lang to markdown.lang
- added Fish syntax definition (thanks to James Lee)
- makefile: added _FILE_OFFSET_BITS=64 flag
- CLI: added optional fallback syntax to `--force`
(https://gitlab.com/saalen/highlight/issues/126)
- CLI: added option `--max-size`
(https://gitlab.com/saalen/highlight/issues/127)
- GUI: added multibyte path trace window
- GUI: fixed superflouos creation of the same stylesheet file
|
|
Version 1.1.0
* Support for the :scope selector, which allows to access immediate
children of a selector.
* Support for the |E syntax for type selectors without a namespace.
* A new selector method, canonical, returns the CSS expression of the
selector, as a string.
|
|
0.1.21:
Unknown changes
|
|
Upstream changelog:
https://github.com/sparklemotion/nokogiri/blob/v1.10.4/CHANGELOG.md
# 1.10.4 / 2019-08-07
### Security
#### Address CVE-2019-5477 (#1915)
A command injection vulnerability in Nokogiri v1.10.3 and earlier allows
commands to be executed in a subprocess by Ruby's `Kernel.open` method.
Processes are vulnerable only if the undocumented method
`Nokogiri::CSS::Tokenizer#load_file` is being passed untrusted user input.
This vulnerability appears in code generated by the Rexical gem
versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate
lexical scanner code for parsing CSS queries. The underlying
vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded
to this version of Rexical in Nokogiri v1.10.4.
This CVE's public notice is
https://github.com/sparklemotion/nokogiri/issues/1915
|
|
0.4.8:
Unknown changes
|