2023-09-08 13:45:53 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.15
Fix filename related edge cases
This release fixes some filename related edge cases:
* Prepend `filename.sort_tag_extra_separator` in case the note's title
field is empty.
* Append `filename.copy_counter_extra_separator` in case the file stem
resembles a copy counter.
|
2023-09-06 13:25:01 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.14
Fix a minor regression when the title contains only sort-tag characters.
This release fixes a minor regression introduced with Tp-Note v1.21.10: Note
files, created with title fields containing only sort tag characters, need an
'extra_separator' between in the sort-tag and the title in their filename.
Failing this rule caused cyclic filename change when synchronizing the note's
metadata and the filename. Now, an extra-separator is correctly inserted
as before.
|
2023-08-28 10:25:40 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.13
Fix minor regression: ref docs by sort-tag only
A minor regression introduced with Tp-Note v1.21.11
prevented the viewer from following links to other Tp-Note
documents by indicating the sort-tag only. This commit
restores the previous behaviour.
|
2023-08-25 11:26:45 by pin | Files touched by this commit (3) |
Log message:
editors/tp-note: 1.21.12
- Maintenance release: remove helper fn from public API
|
2023-08-18 12:47:17 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.11
Fix for minor regression introduced with v1.21.10
The incomplete refactoring of filename related code in v1.21.10 led to
some buggy behavior in some edge cases.
|
2023-08-17 04:46:23 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.10
Improve the sort-tag detection algorithm
This release adds the optional configuration file variable
`filename.sort_tag_separator="-"` which specifies how the sort tag is
separated from the rest of the filename without being part of the former.
As a result, the additional `filename.sort_tag_extra_separator="''"` is
required less often.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-28 22:49:19 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.9
Maintenance release, no new features
* Docs updated
* `atty` crate dependency removed
|
2023-07-10 21:38:58 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.8
Windows: default file extension is `.md`
Recent versions of `notepad` can deal with `.md` files. From this release on,
all created note files on all platforms have `.md` extension.
Configuration file: the variables `app_args.*` interpret
`{{ get_env(name="<ENVIRONMENT_VARIABLE>") }}` as templates variable.
|
2023-06-20 20:55:16 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.7
Maintenance release: improve the natural language detection speed
Maintenance release:
* Improve the natural language detection speed
* Reduce the binary size by 20%
* Improve the test harnesses
|