1
0
Fork 0

- updated NEWS file.

This commit is contained in:
cage 2022-12-12 20:14:22 +01:00
parent a55ebe51d7
commit 518fc374f9
1 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,22 @@
* 2022-12-12 version 0.9.9.1
- New feature
- This version added support for the gopher protocol.
https://en.wikipedia.org/wiki/Gopher_(protocol)
- added a command to fetch a pleroma thread given a post's ID;
- added a command to get a pleroma post's ID;
- added a command to command to convert a pleroma thread to text.
- Improvements
- [gemini/gopher] searching in URL history does not takes into account the
characters case.
- Bugfix
- fixed bug that prevented updating list of posts from subscribed tags;
- gopher links from a message windows are collected into the links window
* 2022-10-14 version 0.9.9
- New feature