2024-04-08 14:41:01 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.24.0
Add clipboard HTML to Markdown converter
This release of adds internal clipboard HTML detection and conversion to
Markdown.
In earlier versions the conversion of clipboard HTML content into Markdown was
performed in the Browser by the plugins _Copy Selection as Markdown_ and _Copy
as Markdown_ only. Now, this conversion can be done by Tp-Note also without
browser plugin.
For best results browser plugins are still preferred, because in addition to the
selected content, the plugins insert also a link to the displayed page. Without
plugin this information must be completed by hand. Nevertheless, the internal
converter does a good job with quickly copying hyperlinks into Tp-Note files.
|
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 -`
|