1
0
Fork 0

- updated NEWS file.

This commit is contained in:
cage 2024-04-20 12:27:42 +02:00
parent 14aa2af9aa
commit 366dc63d0c
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
* 2024-xx-xx 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] Multiple accounts supported. Users can specify the account to use on the command line or switching at runtime;
- [TUI] added new commands:
* thread-go-to-parent-post;
* thread-delete-subtree.
- added a bash completion script;
- prevented the poll's results to be printed before expiration;
- [script] added the option to submit the feed to an antenna instance, when generating a gemlog.
- [module] added 'fetch-expired-poll' that will fetch and display an expired poll for which the user submitted at least a vote.
- [script] added the option to submit the feed to an antenna instance, when generating a gemlog;
- [module] added 'fetch-expired-poll' that will fetch and display an expired poll for which the user submitted at least a vote;
- [GUI] added command to show page's source.
- Bugfix
- [fediverse] fixed updating of polls (was not actually never updated before this version);
- [TUI] fixed checks of configuration file;