diff --git a/ChangeLog b/ChangeLog index 0a5a992..ea0baf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * etc/next-previous-open.lisp * po/it.po diff --git a/NEWS.org b/NEWS.org index ca36f82..d7ad0ac 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* 2020-07-04 + + Fixed some bugs in gemini viewer. + Corrected expansion of retooted messages. + * 2020-06-29 - improved gemini navigation. It is possible to go back in a