1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-23 23:51:50 +01:00

- logging changes.

This commit is contained in:
cage 2020-05-30 11:56:24 +02:00
parent 32727cf0ae
commit dae9cad39b

View File

@ -7,12 +7,20 @@
* src/main.lisp
* src/package.lisp
* src/program-events.lisp
* src/thread-window.lisp
* src/tui-utils.lisp
* src/ui-goodies.lisp
* tinmop.asd
- [breaking changes] changed table for attachments;
- fixed bug that prevented statuses missing attachments when the
status was reblogged.
- added optional notification of statuses mentioning the user;
- protected reblogged timeline from accidental deletiion;
- added the possibility to force expanding of a message tree.
- added the possibility to force expanding of a message tree;
- rearranged compilation order to prevent warning about command line
switch;
- rearranged order of packages.
2020-05-20 cage
* quick_quicklisp.sh.in