2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-03-22 09:24:22 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: upadate to 1.23.10
Security release for RUSTSEC-2024-0019, no new features
The vulnerability RUSTSEC-2024-0019 was found in one of Tp-Note's
dependencies. For those who compile Tp-Note, this is fixed by a simple
`cargo update`. Nevertheless, some distributions (e.g. NixOS), refer to
the exact versions in `Cargo.lock`, which motivates this new release.
Internal changes and refactoring:
* Build chain: migrate from Docker to Podman
* Encapsulation of the clipboard related code.
|
2024-02-28 20:17:26 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.9
Correct the last git release tag. No source code change.
This corrects the last git release tag (without `v`) which caused downstream
build scripts to fail.
|
2024-02-28 06:03:01 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.8
Add page numbers for PDF rendition with WeasyPrint
Highlights in this release:
* Allow PDF rendition with WeasyPrint
tpnote --export=- mydoc.md | weasyprint - mydoc.pdf
* Refactor `tmpl_html` templates
* Disable library logging when invoking with `--debug <LEVEL>`
* Remove some workaround for early versions of the `notify` crate.
* Bug fix: source also `tmpl_html` section when given in a configuration file
|
2024-02-17 18:36:52 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.7
v1.23.7
Fix regression: viewer: render error page again
This regression was introduced with Tp-Note version 1.23.6, commit 37ef6ea
and fixed with commit bf19d70.
Minor change:
* Give '--force-lang' precedence over TPNOTE_LANG_DETECTION
v1.23.6
Maintenance release, no new features:
- Refactor main 'tpnote-lib' API.
|
2024-02-12 15:17:38 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.5
Minor breaking change: format string syntax
See chapter: 6.2.3. Local links with format strings
https://blog.getreu.net/projects/tp-note/tpnote--manpage.html#links-to-resources-and-other-documents
Format strings
|
2024-01-15 22:03:08 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.4
- Maintenance release: update documentation
|
2023-11-28 11:13:29 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.3
Fix: shorthand links with `--export`
New feature:
* dump internal default configuration to stdout with `-C -`
|
2023-11-17 08:44:56 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.23.2
New option `--config-defaults` / Viewer: serve links with URL fragments
From version v1.23 on, Tp-Note merges configuration files into its internal
configuration. Consequently, without custom changes no configuration file
is required at all. Nevertheless, to get a copy from the internal configuration
(you can base your custom configuration file upon) a `--config-defaults` option
is added.
Another improvement concerns the viewer's link rewriting code: with this release
URL fragments (starting with `#`) are rendered correctly. This allows you for
example to add a hyperlinked table of contents at the beginning of your notes.
Also footnotes like `[^1]` are rendered correctly.
|