mirror of https://codeberg.org/cage/tinmop/
- logging changes.
This commit is contained in:
parent
70b9918704
commit
e6553c067e
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2020-06-07 cage
|
||||
* src/api-client.lisp
|
||||
* src/api-pleroma.lisp
|
||||
* src/db.lisp
|
||||
* src/message-rendering-utils.lisp
|
||||
* src/package.lisp
|
||||
* src/text-utils.lisp
|
||||
* tinmop.asd
|
||||
|
||||
- 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;
|
||||
- shown if a poll allows multiple choiches.
|
||||
|
||||
2020-05-31 cage
|
||||
* etc/init.lisp
|
||||
* src/api-client.lisp
|
||||
|
@ -13,7 +27,6 @@
|
|||
* src/software-configuration.lisp
|
||||
* src/thread-window.lisp
|
||||
|
||||
|
||||
- [breaking changes]
|
||||
Added polls. To allow this feature two new tables
|
||||
"poll" and "poll-options" has been added to database schema.
|
||||
|
|
Loading…
Reference in New Issue