Skip to content

Releases: getreu/tp-note

v1.18.2

02 Nov 17:40
Compare
Choose a tag to compare
Refactor `tpnote_lib` API

v1.18.1

28 Oct 04:51
Compare
Choose a tag to compare
Add Rustdoc example code and tests

v1.18.0

20 Oct 19:29
Compare
Choose a tag to compare
Render MathML and (some) syntax highlighting

v1.17.3

24 Aug 03:09
Compare
Choose a tag to compare
Maintenance release: minor code cleanups

v1.17.2

27 Jul 01:43
Compare
Choose a tag to compare
Replace vulnerable dependencies

v1.17.1

17 Jun 18:21
Compare
Choose a tag to compare
Update documentation

v1.17.0

26 May 06:53
Compare
Choose a tag to compare
Add the user's language tag to new note's header.

This release defines the new template varialbe
`{{ lang }}` which inserts the user's default
language tag, e.g. "lang: en-GB". The header
is understood by the grammar, style & spell checker
[LanguageTool ](https://languagetool.org/).
If wished for, the user's default languange tag
can be overwritten with the environment variable
`TPNOTELANG`.

v1.16.6

20 May 09:19
Compare
Choose a tag to compare
Add compiled man-page to source

Closes #10

v1.16.5

16 Apr 13:11
Compare
Choose a tag to compare
Read clipboard in console mode too

In some circumstances, working on the console,
you may have access to a clipboard provider but
no graphical environment. With this release
you should be able to read the clipboard in
a terminal emulator, e.g. in Xterm as super
user too:

   sudo tpnote --tty

v1.16.4

09 Apr 08:03
Compare
Choose a tag to compare
Unix: default extension for new notes: `.md`

Delete Tp-Note's existing configuration file to activate
the new default: `extension_default = 'md'`

NB: The default for Windows remains `.txt` because the
`.md` is not a registered file extension in new
Window installations.