diff --git a/ChangeLog b/ChangeLog index 7496827..da4c21a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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