Skip to content

Releases: getreu/tp-note

v1.16.3

03 Apr 07:57
Compare
Choose a tag to compare
Improve error logging on console

v1.16.2

26 Mar 14:11
Compare
Choose a tag to compare
Doc: update Unix man-page

v1.16.1

19 Mar 11:25
Compare
Choose a tag to compare
Adapt err. msg. text for better batch processing

v1.16.0

19 Mar 11:23
Compare
Choose a tag to compare
New feature: add YAML header if missing

v1.15.3

25 Feb 21:33
Compare
Choose a tag to compare
Upgrade dependencies

v1.15.2

21 Feb 19:34
Compare
Choose a tag to compare
Do not allow empty `title:` header field

v1.15.1

09 Feb 14:10
Compare
Choose a tag to compare
Win installer: correct path for new notes

This release corrects a regression introduced with v1.15.0:

Under Windows the context menu entry "New Tp-Note" did not
work because the path to the binary was not updated.

v1.15.0

28 Nov 18:38
Compare
Choose a tag to compare
Rename binaries and installer packages to `tpnote`

This closes:

[shorter binary name · Issue #7 · getreu/tp-note](https://github.com/getreu/tp-note/issues/7)

v1.14.4

21 Nov 14:31
Compare
Choose a tag to compare
New flag `--tty` to force console mode

when it is not detected automatically.
See manual page for details.

v1.14.3

13 Nov 12:03
Compare
Choose a tag to compare
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.