1
0
Fork 0

- updated docs.

This commit is contained in:
cage 2020-12-29 14:19:08 +01:00
parent d59908f9b1
commit edeb7a3857
2 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,24 @@
2020-12-29 cage
* etc/init.lisp,
* etc/init.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp,
* etc/init.lisp,
* modules/share-gemini-link.lisp,
* src/gemini-viewer-metadata.lisp,
* src/gemini-viewer.lisp,
* src/message-window.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp:
- added command to scroll main window using 'newline' key;
- added command to repeat the last text search;
- [gemini] added a command to refresh a page;
- refactoring some code to add the above command.
2020-12-28 cage
* Makefile.in,

View File

@ -1,4 +1,23 @@
* 2020-12-14
* 2020-12-29 version 0.4.0
- New features
- added a command to repeat the last performed search;
- "new-line" (aka 'enter') keycan be used to scroll main window;
- [gemini] added a command to refresh a page;
- Modules
- added a module to share a gemini link on pleroma.
- Scripts
- added a simple script for a welcome bot.
- Bugfix
- fixed IRI parsing and encoding/normalizing;
- fixed false positive for new message on subscribed tags;
- [gemini] fixed bug that prevented visit the same link more than
once;
- fixed bugs that prevented following of users whit no messages in
local database;
- updated manpage.
* 2020-12-14 version 0.3.3
This version switched from URI to IRI to resolve DNS names.