2023-01-29 21:03:33 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.20.1
- Win fixes: Correctes broken builts since v1.19.7
|
2023-01-24 20:19:58 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.20.0
Reduce dependencies from preinstalled C libraries.
This release replaces two crate dependencies. This allows the
hassle free cross-compilation of the targets `armv7-unknow~x-gnueabihf`,
`x86_64-pc-windows-gnu` and `x86_64-unknown-linux-musl` on Debian.
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-12-29 09:04:40 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.13
Add env. var. 'TPNOTE_BROWSER', 'TPNOTE_EDITOR'
Braking changes:
* Env. var. renamed from 'TPNOTELANG' to 'TPNOTE_LANG'
* Env. var. renamed from 'TPNOTEUSER' to 'TPNOTE_USER'
|
2022-12-26 23:04:56 by pin | Files touched by this commit (2) | |
Log message:
editors/tp-note: update to 1.19.12
Viewer: better detect changes with simple editors
In theory watching only 'file' is enough. Unfortunately some file
editors do not modify files directly. They first rename the existing
file on disk and then create a new file with the same filename. As
a workaround, we watch the whole directory where the file resides.
False positives, there could be other changes in this directory
which are not related to 'file', are detected, as we only trigger
the rendition to HTML when 'debounced_event.path' corresponds to our
watched file.
|
2022-12-22 10:34:32 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.11
Bug fixes release
v1.19.11
- Viewer: bugfix: highlight indented source code
v1.19.10
- Fallback to plain text for unkown prog. language
|
2022-12-19 10:36:45 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.9
- Make highlighting configurable.
|
2022-12-17 08:20:40 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.8
- Improve syntax highlighting,
- remove GPL3.0 licensed dependency.
|
2022-12-04 18:41:05 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.7
- Capitalize '{{username}}', fix: 'tel:' is not local
|
2022-12-02 12:22:09 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.19.6
- Export HTML: add abs. link base marker '.tpnoteroot'
|