1
0
Fork 0

- updated changelog.

This commit is contained in:
cage 2024-09-29 15:28:42 +02:00
parent 8230416499
commit 7ce0595622
1 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,21 @@
2024-09-29 cage
* Makefile.am,
* Makefile.in,
* data/icons/fmw_toc.png,
* src/gemini/dummy-server.lisp,
* src/gui/client/gempub-window.lisp,
* src/gui/client/icons.lisp,
* src/gui/client/main-window.lisp,
* src/package.lisp:
- [GUI] added a button that acts as a shortcut to open the TOC of the
last opened gempub.
- fixed 'loop-fetch'.
2024-09-28 cage
* ChangeLog,
* data/scripts/gemget.lisp,
* etc/init.lisp,
* src/command-line.lisp,
@ -14,6 +30,7 @@
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.
- updated changelog.
2024-09-27 cage