1
0
Fork 0

- updated changelog.

This commit is contained in:
cage 2024-09-28 20:20:38 +02:00
parent b08cfb7ca0
commit 8ffd321218
1 changed files with 43 additions and 1 deletions

View File

@ -1,12 +1,54 @@
2024-09-28 cage
* data/scripts/gemget.lisp,
* etc/init.lisp,
* src/command-line.lisp,
* src/constants.lisp,
* src/gemini/dummy-server.lisp,
* src/gui/client/main-window.lisp:
- [script] passed command line arguments to gemget;
- update documentation.
- fixed keychord for 'clear-cache' command.
- simulated a server that send data slowly (but not slow enough to
trigger a timeout).
- [GUI] rewritten 'loop-fetch' in iterative style to prevent a stack
overflow when the server is too slow providing response's data.
2024-09-27 cage 2024-09-27 cage
* .gitignore,
* ChangeLog,
* NEWS.org,
* configure,
* configure.ac,
* etc/shared.conf,
* po/ca.po,
* po/de.po,
* po/es.po,
* po/fr.po,
* po/it.po,
* po/pl.po,
* po/tinmop.pot,
* src/db.lisp, * src/db.lisp,
* src/gui/server/json-rpc-communication.lisp, * src/gui/server/json-rpc-communication.lisp,
* src/text-utils.lisp: * src/package.lisp,
* src/scheduled-events.lisp,
* src/software-configuration.lisp,
* src/text-utils.lisp,
* tinmop.asd:
- [GUI] ensured cleaning of temporary files on exit. - [GUI] ensured cleaning of temporary files on exit.
- [fediverse] ensured the posts do not contains non printable - [fediverse] ensured the posts do not contains non printable
characters. characters.
- update version number building scrips and changelog.
- updated NEWS.org.
- updated reference lines number in PO files.
- added purging of unused mentions from database;
- fixed function to clean configuration directives relate dto purging
entries from database (history, mentions etc.).
- added 'rc1' to version numeber.
Merge branch 'master' into development
2024-09-26 cage 2024-09-26 cage