2020-09-12 11:36:20 +02:00
|
|
|
* 2020-09-12 cage
|
|
|
|
|
|
|
|
Added support for pleroma chat.
|
2020-09-12 11:41:11 +02:00
|
|
|
Added managing of gemini streams. A gemini window allow to abort,
|
2020-09-12 11:36:20 +02:00
|
|
|
rendering/opening of gemini connection while streaming.
|
|
|
|
|
2020-08-30 15:44:22 +02:00
|
|
|
* 2020-08-30 cage
|
|
|
|
|
|
|
|
Added a window to manage all the gemini streams opened. The user
|
|
|
|
can ispect the status o all the streams as well abort or open them.
|
|
|
|
|
2020-08-19 18:04:23 +02:00
|
|
|
* 2020-08-19
|
|
|
|
|
|
|
|
The gemini client could now manage secret input if asked by the
|
|
|
|
server.
|
|
|
|
|
|
|
|
Secret input here means that a placeholder character is printed on
|
|
|
|
the screen instead of the character corresponding to the key
|
|
|
|
pressed by the user (like a password input).
|
|
|
|
|
2020-07-26 15:31:33 +02:00
|
|
|
* 2020-07-17
|
|
|
|
|
|
|
|
The gemini client fetch documents from remote server in a concurrent
|
|
|
|
way now. This way streamed contents could be accessed without
|
|
|
|
blocking the client.
|
|
|
|
|
2020-07-17 20:30:28 +02:00
|
|
|
* 2020-07-17
|
|
|
|
|
|
|
|
Prevented a crash if an invalid regular expression is used when
|
|
|
|
searching in a message window.
|
|
|
|
|
2020-07-15 16:16:37 +02:00
|
|
|
* 2020-07-15
|
|
|
|
|
|
|
|
This version fixes some bugs in gemini page rendering and add an
|
|
|
|
option to display the source of a page.
|
|
|
|
|
2020-07-08 18:53:11 +02:00
|
|
|
* 2020-07-08
|
|
|
|
|
2020-07-26 15:31:33 +02:00
|
|
|
This version improves appearance of gemini page rendering and fixed
|
2020-07-08 18:53:11 +02:00
|
|
|
a bug in a command line switch.
|
|
|
|
|
2020-07-04 11:30:05 +02:00
|
|
|
* 2020-07-04
|
|
|
|
|
|
|
|
Fixed some bugs in gemini viewer.
|
|
|
|
Corrected expansion of retooted messages.
|
|
|
|
|
2020-06-29 12:44:29 +02:00
|
|
|
* 2020-06-29
|
|
|
|
|
|
|
|
- improved gemini navigation. It is possible to go back in a
|
2020-07-26 15:31:33 +02:00
|
|
|
previous viewed address or open an arbitrary URL.
|
2020-06-29 12:44:29 +02:00
|
|
|
|
|
|
|
* 2020-06-22
|
2020-06-22 14:05:48 +02:00
|
|
|
|
|
|
|
- The software includes a gemini client
|
|
|
|
|
2020-06-13 13:08:00 +02:00
|
|
|
* 2020-06-13
|
|
|
|
|
|
|
|
- Fixed bugs when fetching messages that made the program crashed.
|
|
|
|
|
2020-06-12 18:51:35 +02:00
|
|
|
* 2020-06-12
|
|
|
|
|
|
|
|
- the downloading of messages should be faster but now some threads
|
|
|
|
do not get automatic expansions. Thread messages expansion can be
|
|
|
|
requested with a command, bound - by default- to "R".
|
|
|
|
|
2020-06-11 17:44:27 +02:00
|
|
|
* 2020-06-11
|
|
|
|
- The software try to skips over statuses authored from an ignored user
|
|
|
|
- in the configuration file the directive
|
|
|
|
+ ~ignore-user-regexp~ can be used in the configuration file to
|
|
|
|
ignore users; the value of this variable should be a regular
|
|
|
|
expression that should matches the username, if a match occurs
|
|
|
|
the user is ignored.
|
|
|
|
|
|
|
|
|
2020-06-07 12:23:12 +02:00
|
|
|
* 2020-06-07
|
|
|
|
|
|
|
|
- version 0.0.4
|
|
|
|
- Added polls voting;
|
2020-06-07 12:38:25 +02:00
|
|
|
- added the possibility to force expanding of a message tree;
|
|
|
|
- added optional notification of statuses mentioning the user
|
|
|
|
(--notify-mentions);
|
2020-06-07 12:23:12 +02:00
|
|
|
- many bug fixed.
|
|
|
|
|
2020-05-18 19:32:55 +02:00
|
|
|
* 2020-05-18
|
|
|
|
Added the reset of timeline pagination from command line.
|
|
|
|
|
2020-05-17 18:03:16 +02:00
|
|
|
* 2020-05-17
|
|
|
|
Added a window to browse the links a status contains
|
|
|
|
|
|
|
|
* 2020-05-15
|
2020-05-15 19:12:02 +02:00
|
|
|
Initial release
|