1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-22 03:25:41 +01:00

- logging changes.

This commit is contained in:
cage 2020-06-07 13:04:08 +02:00
parent 5f7c6a1f45
commit 0895409af5

View File

@ -1,4 +1,6 @@
2020-06-07 cage
* configure
* src/ui-goodies.lisp
* src/api-client.lisp
* src/api-pleroma.lisp
* src/db.lisp
@ -7,6 +9,9 @@
* src/text-utils.lisp
* tinmop.asd
- remove duplicated urls in messages that are a reblog;
- fixed swapped docstrings;
- updated configure.
- moved pleroma specific API to i package :api-pleroma;
- renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix';
- rendered the choice index for poll's choices;