1
0
Fork 0
Commit Graph

283 Commits

Author SHA1 Message Date
cage ce9aa8e47a - added commands to close the gopher window. 2024-10-13 13:06:32 +02:00
cage 3f0cdae6d6 - fixed keychord for 'clear-cache' command. 2024-09-28 13:10:45 +02:00
cage 331c3ac847 - added purging of unused mentions from database;
- fixed function to clean configuration directives relate dto purging entries from database (history, mentions etc.).
2024-09-27 19:57:01 +02:00
cage b76f6bda1b - [GUI] added initial support for gempub;
- [DOC] fixed syntax of query language for searching in gempub library.
2024-09-14 17:41:29 +02:00
cage a4e93f59d3 - [TUI] changed some values of default theme. 2024-09-06 16:21:15 +02:00
cage 9750a44df0 - [TUI] changed colors for default theme. 2024-09-06 16:16:41 +02:00
cage 2d4b9aea31 - dimmed some theme's colors. 2024-09-06 14:49:49 +02:00
cage 8a9c3007d8 - [TUI] dimmed a bit the blue in the default theme and used white instead of yellow in a few window, also changed colors for dialog window. 2024-09-06 13:00:13 +02:00
cage 4947289eab - [fediverse] added comment line character when composing posts. 2024-09-03 22:04:17 +02:00
cage ee81d45142 - deprecated "crypted" as valid configuration directive. 2024-09-01 13:08:09 +02:00
cage 8d1bc99472 - added comments when composing posts. 2024-09-01 12:06:23 +02:00
Omar Polo e8b529f437 fix typos; joint work with codespell(1) 2024-09-01 10:48:44 +02:00
cage a9c3aff565 - deprecated configuration directive 'post-allowed-language';
- added configuration directive for comments in composed posts.
2024-08-31 21:24:47 +02:00
cage e6308f742b - [TUI] ensured the help window uses 'help-dialog' configuration directives;
- [TUI] changed default color for info windows.
2024-08-10 10:30:42 +02:00
cage 1da16a2fe1 - [GUI] fixed URI printed on address bar when opening an URI from the command line (switch '-o');
- [GUI] changed selection colors in gemtext widget.
2024-08-02 16:25:04 +02:00
cage 97988ec705 - modified default GUI theme. 2024-07-20 18:27:31 +02:00
cage 0f5fe10ab6 - [TUI] added command 'edit-posted-message'. 2024-06-26 14:45:50 +02:00
cage eb85a63430 - [GUI] added support for HTTP proxy;
- [fediverse] added 'edit-status'.
2024-06-26 12:49:36 +02:00
cage 1f58010447 - [gemini] added support for proxy. 2024-06-23 20:30:53 +02:00
cage c636fd8edb - [gemini] changed hardcoded search engine to a configurable directive. 2024-06-23 19:06:11 +02:00
cage dcfbce1bae - removed a command that leads to a crash when main window is displaying a fediverse post. 2024-06-21 18:53:16 +02:00
cage 0b73087e4d - [fediverse] added command for posts local search. 2024-06-15 13:57:50 +02:00
cage c84e747868 - changed the address of the capsule used to perform search in gemspace. 2024-05-29 16:38:40 +02:00
cage 7db93c5ea3 - [TUI] added new command: 'open-message-link-perform-fediverse-searching '. 2024-05-28 19:32:30 +02:00
cage 47b7ba767c - [GUI] added a command to import a bookmarks page. 2024-05-08 17:11:09 +02:00
cage a32ad1ce1c - [GUI] added command to export bookmarks as gemtext file. 2024-05-08 16:28:44 +02:00
cage 4eb0963d06 - added a new command: 'search-fediverse'. 2024-05-04 14:07:33 +02:00
cage 46ba8f2d07 - [GUI] added commands to show page's source. 2024-04-19 19:57:53 +02:00
cage 90a6bfa02b - [GUI] changed font size for gemtext header level 3;
- updated documentation.
2024-04-12 16:23:18 +02:00
cage 0ffe20ab26 - updated NEWS;
- added module 'fetch-expired-poll';
- fixed updating poll database rows (previously was never updated);
- improved a bit appearance of polls;
- updated docstring;
- fixed indentation.
2024-04-11 15:25:48 +02:00
cage 5a779da29e - added new command: 'thread-open-parent-post';
- updated documentation and NEWS file.
2024-04-09 21:21:57 +02:00
cage 77249e97e3 -added new command: 'thread-go-to-parent-post'. 2024-04-04 15:45:47 +02:00
cage 72620bc517 - changed key for fediverse account switching. 2024-03-31 11:19:27 +02:00
cage 02e0a21707 - added command to switch fediverse account at runtime;
- removed hardcoded string constants.
2024-03-30 15:47:39 +01:00
cage 1d4d813dbc - [TUI] added new command: 'thread-delete-subtree';
- removed legacy function.
2024-03-29 11:57:54 +01:00
cage 1f02511525 - [TUI] added 'C-g' keybinding to close the windows. 2024-03-02 15:38:53 +01:00
cage 8c8b5555f7 - [TUI] added command to download a message's attachment ignoring the cached value (if such entry in the cache exists). 2024-02-28 20:23:11 +01:00
cage 7f6da862cc - decommented configuration directive to open text files with tinmop. 2024-02-28 19:49:39 +01:00
cage 5c8237a192 - fixed searching in reblogged statuses body, previously the search procedure skipped the reblogged statuses. 2024-02-18 14:25:48 +01:00
cage ba81b5cdf0 - added command 'clear-cached-client-tls-certificates'. 2024-02-17 14:19:47 +01:00
cage 1881738d91 - [TUI] added command to change TLS client certificate password. 2024-02-16 14:59:26 +01:00
cage 0659ad8df3 - updated documentation. 2023-11-12 15:01:40 +01:00
cage 9f6a26e0c8 - added new command: 'delete-shown-post'. 2023-11-11 19:49:46 +01:00
cage bbda1a1f57 - updated documentation;
- changed a function's name.
2023-10-15 13:58:49 +02:00
cage f90d7be418 - added a command to show the parent of a post. 2023-10-15 13:55:30 +02:00
cage 3ec57b9040 - improved rendering for statuses that contains tag: <li> and <blockquote>. 2023-10-01 18:12:00 +02:00
cage 6a37cae537 - added support for announcements. 2023-09-25 19:03:32 +02:00
cage f48e456f78 - added function 'instance-pleroma-p';
- prevented the program to run pleroma specific code if the client is connected to a mastodon instance.
2023-09-24 11:47:30 +02:00
cage 5bcc4e966f - allowed changing language before sending a post;
- updated italian translation.
2023-09-19 19:50:58 +02:00
cage ef90f3ad43 - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00