1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-21 08:50:51 +01:00

- updated Changelog and NEWS.org.

This commit is contained in:
cage 2021-06-02 17:30:46 +02:00
parent 67f3846d40
commit 02b96790ac
2 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,17 @@
2021-05-30 cage
* etc/default-theme.conf,
* src/mtree-utils.lisp:
- improved appearance of keybindigs tree.
2021-05-29 cage
* src/ui-goodies.lisp:
- wrapped call to external editor to catch errors and print a
message.
2021-05-28 Omar Polo
* src/os-utils.lisp,

View File

@ -12,18 +12,21 @@
- prevented rendering gemini files in the message window when a toot
is shown.
- fixed parsing of quoted lines, an empty line can be a valid quote.
- recognized gemlog's subtitle (if presents)
- recognized gemlog's subtitle (if presents);
- if VISUAL or EDITOR contains invalid editor's path and no
editor is specified in the configuration file print an error
instead of jump to the debugger.
- Improvements
- When the user try to authenticate the program on a server a
success message is returned on the browser (thanks op!).
- do not load configuration files if cli options '-h' or '-v' are
used;
- do not load configuration files if command line options '-h'
or '-v' are used;
- if no editor is specified in the config file the program look
for values of environment variables EDITOR or VISUAL and
fallback to ed if the variables are not setted or have empty
value.
value;
- improved appearance of the tree of available keybindings.
* 2021-05-06 version 0.7.0