1
0
Fork 0

- updated Changelog and nesf file.

This commit is contained in:
cage 2024-05-04 14:28:01 +02:00
parent 4761b8661e
commit deba731a59
3 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,28 @@
2024-05-04 cage
* etc/init.lisp,
* po/de.po,
* po/es.po,
* po/fr.po,
* po/it.po,
* po/pl.po,
* po/tinmop.pot,
* src/api-client.lisp,
* src/complete.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp:
- added a new command: 'search-fediverse'.
- updated italian translation.
- updated docstring for 'search-fediverse'.
2024-05-01 cage
* ChangeLog,
* Makefile.am,
* Makefile.in,
* NEWS.org,
* configure,
* configure.ac,
* src/html-utils.lisp,
@ -10,6 +31,7 @@
- [fediverse] rendered correctly ordered list;
- fixed indentation of configure.ac;
- removed useless command in Makefile.
- updated NEWS.org and Changelog.
2024-04-22 cage

View File

@ -1,6 +1,7 @@
* 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] Implemented a call to search API, your instance can be queried for searching statuses, accounts and hashtags;
- [TUI] added new commands:
* thread-go-to-parent-post;
* thread-delete-subtree.

View File

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