1
0
Fork 0

- updated news file.

This commit is contained in:
cage 2024-07-05 15:20:56 +02:00
parent f51d75fd49
commit 82529df61a
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
* *********** version 0.9.9.14142135623
- New features
- [fediverse] added command to search on local database of posts or on the remote fediverse instance;
- [fediverse] added editing of posts;
- [gemini] added support for HTTP and gemini protocols proxy;
- Improvements
- [gemini] changed hardcoded search engine to a configurable directive;
- [GUI] added code to perform a search of gemspace, when the software is unable to understand the input typed in the address bar;
- prevented a crash when the user typed an invalid URL in the address bar;
- [GUI] ensured the 'subscribe to gemlog' button is toggled only if the subscription succeeded;
- [script] added topics to the bottom of the generated posts;
- updated translations.
- Bugfix
- [GUI] ensured to hide window that shows candidates for autocompletion, before a new window (certificate, tour etc.) is created;
- [TUI] prevented crash when addint command to commands queue before the notification windows of the previous command has been closed.
Thanks to all the translators!
* 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;