1
0
Fork 0

- logged changes.

This commit is contained in:
cage 2020-07-04 11:30:05 +02:00
parent 49214475ab
commit 2539ce346f
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,30 @@
2020-07-04
* po/it.po
* po/tinmop.pot
* quick_quicklisp.sh.in
* src/gemini-viewer.lisp
* src/gemini/client.lisp
* src/gemini/gemini-parser.lisp
* src/misc-utils.lisp
* src/package.lisp
* src/tui-utils.lisp
* src/ui-goodies.lisp
* tinmop.asd
- [gemini]
- using quri instead of puri library because the first has a better handling
of UTF-8;
- using binary stream instead of ASCII.
2020-07-02
* src/gemini/gemini-parser.lisp
* src/message-rendering-utils.lisp
* src/ui-goodies.lisp
- prevented crash when 'original-path' is nil;
- fix expanding of message threads: expands reblogged toots if exists;
- added some vertical space before rendering poll.
2020-06-29 2020-06-29
* etc/next-previous-open.lisp * etc/next-previous-open.lisp
* po/it.po * po/it.po

View File

@ -1,3 +1,8 @@
* 2020-07-04
Fixed some bugs in gemini viewer.
Corrected expansion of retooted messages.
* 2020-06-29 * 2020-06-29
- improved gemini navigation. It is possible to go back in a - improved gemini navigation. It is possible to go back in a