1
0
Fork 0

- preparing for release.

This commit is contained in:
cage 2024-05-04 14:34:29 +02:00
parent 1865be4bf8
commit 0a8ec90f81
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
* 2024-xx-xx version 0.9.9.1414213562
* 2024-05-04 version 0.9.9.1414213562
- New features
- [fediverse] Multiple accounts supported. Users can specify the account to use on the command line or switching at runtime;
- [fediverse] Implemented a call to search API, your instance can be queried for searching statuses, accounts and hashtags;
@ -19,7 +19,7 @@
- updated README to mention that also libjpegturbo and TK must be installed;
- [GUI] fixed managing of gemini responses when a titan request was performed (TOFU errors, TLS certificate password etc.);
- [TUI] fixed line wrapping of announcements window;
- [TUI] prevented crash when looking for links contained ina a empty message.
- [TUI] prevented crash when looking for links contained in an empty message.
Thanks to people who run [[https://mastodon.uno/][mastodon.uno]] (and, needless to say, [[https://emacs.ch][emacs.ch]]) for their hosting, support and help to test this new release.

View File

@ -18,7 +18,7 @@
(defsystem :tinmop
:author "cage"
:license "GPLv3"
:version "0.9.9.1414213562-rc2"
:version "0.9.9.1414213562"
:pathname "src"
:serial t
:bug-tracker "https://codeberg.org/cage/tinmop/issues"