Accepting request 1233409 from home:sbradnick:branches:Base:System
- Update to version 1.4.0: * Bump version. * Document template literals. * Handle delimiters in literal strings. * Literal strings in --template. * Add more regressions. * Make --template escaperoff() escape initial delim. * On-going version notes. * Add more possible contributions nobody will do. * Simplify and cohere -tterm images and links. * Document RELLINKS in library manpage. * Rehyphenate some command-line arguments. * Tidy up options-parsing area. * Hook up --term-no-rellinks. * Add -tterm ignoring of relative links. * Remove unused styles. * Have -tterm footnote block header be an hrule. * Use -tterm unicode lines for blocks/tables. * Use horizontal UTF-8 sequence for hrule. * Horizontal rule gets full vertical space. * Have CI use -fsanitize during build. * Don't pass NULL to strndup. * Fix UB found by -fsanitize. * Process --version, -h, --help. * Document --term-hmargin=auto. * Document consumer of lowdown_opts_term. * Document new lowdown_opts_term. * Document hpadding/hmargin. * Refactor padding, margin, width, columns. * Specify padding/margin for -tterm. OBS-URL: https://build.opensuse.org/request/show/1233409 OBS-URL: https://build.opensuse.org/package/show/Base:System/lowdown?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 00:53:43 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 1.4.0:
|
||||
* Bump version.
|
||||
* Document template literals.
|
||||
* Handle delimiters in literal strings.
|
||||
* Literal strings in --template.
|
||||
* Add more regressions.
|
||||
* Make --template escaperoff() escape initial delim.
|
||||
* On-going version notes.
|
||||
* Add more possible contributions nobody will do.
|
||||
* Simplify and cohere -tterm images and links.
|
||||
* Document RELLINKS in library manpage.
|
||||
* Rehyphenate some command-line arguments.
|
||||
* Tidy up options-parsing area.
|
||||
* Hook up --term-no-rellinks.
|
||||
* Add -tterm ignoring of relative links.
|
||||
* Remove unused styles.
|
||||
* Have -tterm footnote block header be an hrule.
|
||||
* Use -tterm unicode lines for blocks/tables.
|
||||
* Use horizontal UTF-8 sequence for hrule.
|
||||
* Horizontal rule gets full vertical space.
|
||||
* Have CI use -fsanitize during build.
|
||||
* Don't pass NULL to strndup.
|
||||
* Fix UB found by -fsanitize.
|
||||
* Process --version, -h, --help.
|
||||
* Document --term-hmargin=auto.
|
||||
* Document consumer of lowdown_opts_term.
|
||||
* Document new lowdown_opts_term.
|
||||
* Document hpadding/hmargin.
|
||||
* Refactor padding, margin, width, columns.
|
||||
* Specify padding/margin for -tterm.
|
||||
* Fix off-by-one when outputting -tterm words.
|
||||
* Add --template debugging.
|
||||
* Rename "--nroff-xxx" arguments as "--roff-xxx".
|
||||
* Bumping version.
|
||||
* Document escapegemini*.
|
||||
* Document --template accepted by -tgemini.
|
||||
* Add --template to -tgemini.
|
||||
* Remove stray space.
|
||||
* Specify Gemtext.
|
||||
* Update to proper Gemini version used.
|
||||
* Move -tgemini escape into its own file.
|
||||
* Add --template to -tman, -tms.
|
||||
* Add templating abilities to -tman, -tms.
|
||||
* Running version documentation.
|
||||
* Document new template features.
|
||||
* Add not(), "--$", and clarify empty for/ifdef.
|
||||
* Move nroff escape to its own file.
|
||||
* Simplify template literals and add eoln statement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 06 15:58:50 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
#%%global version_string VERSION_1_1_0
|
||||
|
||||
Name: lowdown
|
||||
Version: 1.3.1
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Simple markdown translator
|
||||
License: ISC
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/kristapsdz/lowdown</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">VERSION_1_3_1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!-- If we ever have to package a snapshot, use this format pattern:
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kristapsdz/lowdown</param>
|
||||
<param name="changesrevision">6c42fe9655f5db3a0d7eb1ccaa3c1830f211481a</param></service></servicedata>
|
||||
<param name="changesrevision">45dc8b4f32a2091adf19f8a3edefddd1fdada344</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aeeeb8a2eaa3859da2ca669bfe9bac3eefc0990da9f55ddbf31b0bc650c37da
|
||||
size 673965
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36596a014fd62098120edc83d60843338f6761d22502e7c68f4d9eb42ae83ead
|
||||
size 681606
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
name: lowdown
|
||||
version: 1.3.1
|
||||
mtime: 1733454490
|
||||
commit: 6c42fe9655f5db3a0d7eb1ccaa3c1830f211481a
|
||||
version: 1.4.0
|
||||
mtime: 1735172981
|
||||
commit: 45dc8b4f32a2091adf19f8a3edefddd1fdada344
|
||||
|
||||
Reference in New Issue
Block a user