1
0
Fork 0

- logging changes.

This commit is contained in:
cage 2020-05-30 11:56:24 +02:00
parent 32727cf0ae
commit dae9cad39b
1 changed files with 9 additions and 1 deletions

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