Next | Query returned 37 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-13 09:29:11 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.9.2.

Version 0.9.2, 2021-10-08

Significantly improve -Tterm output, both in terms of styles and layout.
Terminal output styles are easy to set as compile-time constants by editing
term.h. If you're going to edit this for a downstream installation of
lowdown, please let me know and I can stash it in a styles directory!

Add --term-no-ansi to disable all ANSI escapes in output. This produces a
clean, undecorated terminal-formatted document.
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-10-07 11:03:42 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.9.1.

Version 0.9.1, 2021-10-04

Expand support for images having PHP Extra attributes to both links and
images supporting classes, images, and the existing image attributes.
These applies to both reference and inline links.

This deprecates --parse-no-img-ext in favour of the more general
--parse-no-ext-attrs. The same applies to the library's LOWDOWN_IMG_EXT
deprecated by LOWDOWN_ATTRS.
   2021-09-27 22:12:58 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.9.0.

Version 0.9.0, 2021-09-23

Metadata consistency. Make sure that all standalone document metadata
(e.g., css for HTML, volume for manpages, etc.) is properly escaped
for its output context.

The -X option (metadata extraction) now extracts the unformatted
version of the given key. This is because output media don't
necessarily have a single way of formatting data: in -Thtml, for
instance, metadata may be formatted differently if it appears in
links, attributes, or within HTML content. It's now the caller's
responsibility to escape the results of -X.

This generates API changes, because metadata is now recorded during
the parse phase, not during the rendering phase. While here, metadata
extraction for "diff" mode is disabled (as it should be).

While here, the "base level header" metadata key has been replaced
with "shift-heading-level-by". This is because the existing "base
header level" never actually worked properly, and instead behaved
like "shift-heading-level-by".

Add GFM task lists to all output modes. While doing this, clean up
list output for -Tgemini and -Tterm.
   2021-08-08 11:22:52 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.8.6.

Version 0.8.6, 2021-08-06

Bug-fix: the --parse-no-intraemph flag would set the condition (i.e.,
intra-emphasis was not parse) instead of unsetting it. Now it does the
correct thing.
   2021-07-11 16:18:49 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.8.5.

Version 0.8.5, 2021-07-09

Add support for NO_COLOR and the flag version, --term-nocolour. This only
applies to -Tterm output when no in difference mode.
   2021-04-07 09:24:34 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.8.4.

Version 0.8.4, 2021-04-03

Fix a crash in -Tgemini with tables. Allow for multi-page tables in -Tms.
Start to expand on regression suite. Clean up documentation, when possible,
and add some minor code polish.
   2021-03-16 17:33:40 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.8.3.

Version 0.8.3, 2021-03-13

Several fixes to -Tlatex smart typography (single quotes and dashes). The
smart typography now handles single quotes within words. Lastly, fix a bug
where footnotes started at two instead of one.
   2021-02-21 14:29:23 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
lowdown: update to 0.8.2.

Version 0.8.2, 2021-02-19

Fix tables as processed by the difference engine. Tables are now
fully opaque, which means that any changes will result in the
deletion and re-addition of the table. This isn't a good fix, but
it does mean that any tables run through the difference engine will
be sane for output.

Fix metadata to also be properly handled by both the difference
engine and conforming front-ends. This is a bit unusual since
metadata is both processed during parse and also affects document
output, such as in document title. For now use the same rule that
front-ends with metadata differences affecting document layout
(e.g., title) use the new form, if changed.

Lastly, fix footnote reference. When they're emitted in the new
document, the reference definitions are re-ordered in the correct
way to allow -Tms and such to work properly. While here, make sure
that all printed footnote numbers start at one and colours are
properly represented in output.

Split lowdown(1) into lowdown-diff(1) for easier reading.

Properly render tables for -Tgemini as fixed-width displays.

By default, render Gemini link labels using "Excel" format
(hexavigesimal) with the option of using Roman numerals
(--gemini-link-roman) or without labels at all (--gemini-link-noref).
This choice of default may change in later versions, hwoever.
   2021-02-09 19:34:07 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
lowdown: update to 0.8.1.

ChangeLog:

Version 0.8.1, 2021-02-09

Add --term-nolinks to strip URLs out of terminal output (when alternative
text is available). Then add --nroff-nolinks and --nroff-shortlinks, just
like those for -Tterm, for use with -Tman or --nroff-no-groff.

Fix long-standing kinda-bug where www autolinks were being reported as
regular links instead of autolinks.

Introduce -m and -M, which allow metadata to be provided on the command
line. Metadata keys are first looked for in -m, overriden by what's in
the document, and those overridden by what's in -M.

Remove the deprecated -D, -d, -E, and -e, which were long ago replaced by
long options.

Inhibit printing of metadata in -Tgemini unless --gemini-metadata is given.

Next | Query returned 37 messages, browsing 11 to 20 | Previous