1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-01 04:26:47 +01:00

- logged changes.

This commit is contained in:
cage 2020-07-26 16:36:31 +02:00
parent bc171fb14a
commit 61f059dcb5

View File

@ -1,4 +1,6 @@
2020-07-26
* etc/init.lisp
* src/db.lisp
* src/gemini-viewer.lisp
* src/gemini/client.lisp
@ -10,6 +12,7 @@
* src/misc-utils.lisp
* src/package.lisp
* src/program-events.lisp
* src/ui-goodies.lisp
* tinmop.asd
@ -20,6 +23,7 @@
This feature should prevent blocking the client when the server
never close the socket (i.e. for streamed contents).
- [gemini] added the possibility to abort current page download.
2020-07-17
* src/program-events.lisp