Releases: getreu/tp-note
Releases · getreu/tp-note
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.15.3
v1.15.2
v1.15.1
v1.15.0
v1.14.4
v1.14.3
Minor bug fix: allow empty stem in file names The bug fix in this release concerns the foreign file annotation feature that raised a panic when annotating a file, whose filename contains en empty file stem, e.g.: `306.pdf`. In this example, the number represents the _sort tag_ of the filename, while `.pdf` is its file extension. The file stem, the part in between, is the empty string. This release parses those filenames correctly. It also completes the migration to the `*.txt` file extension as default for Tp-Note (started in v1.14.0): All functional tests are finally updated and should pass again. This release also fixes a minor conditional compilation issue introduced with v1.14.0: some combination of optional features did not compile due to missing imports.