mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-31 04:24:48 +01:00
- updated Changelog, NEWS.org and version number in the asdf file.
This commit is contained in:
parent
ade9ed3473
commit
c5e86a4380
42
ChangeLog
42
ChangeLog
@ -1,3 +1,45 @@
|
||||
2021-05-23 cage
|
||||
|
||||
* etc/init.lisp:
|
||||
|
||||
- [gemini] reverted tour mode keys to old ones "t t" -> "t"
|
||||
|
||||
there is usually no needs for explicitly open a TOC gemini window
|
||||
as it is opened automatically when the gemini stream is completed.
|
||||
|
||||
2021-05-22 cage, Omar Polo
|
||||
|
||||
* AUTHORS,
|
||||
* po/it.po,
|
||||
* po/tinmop.pot,
|
||||
* po/tinmop.pot,
|
||||
* src/api-client.lisp,
|
||||
* src/db.lisp,
|
||||
* src/main-window.lisp,
|
||||
* src/package.lisp,
|
||||
* src/program-events.lisp,
|
||||
* src/thread-window.lisp,
|
||||
* etc/default-theme.conf,
|
||||
* src/notify-window.lisp,
|
||||
* src/package.lisp,
|
||||
* src/software-configuration.lisp,
|
||||
* src/thread-window.lisp:
|
||||
|
||||
- made geometry of notification window customizable (via
|
||||
configuration file).
|
||||
- made some stylistic changes to client's (pleroma) authorization
|
||||
procedures.
|
||||
- added AUTHORS file.
|
||||
- [pleroma client authentication] (Omar Polo)
|
||||
- don't unnecessarily bind *output-stream* (o.p.)
|
||||
- reply to the HTTP client before closing the
|
||||
connection
|
||||
- always close the client socket
|
||||
-updated Italian translation (cage, Omar Polo)
|
||||
- added mentions rendering in the thread window modeline.
|
||||
- decrease mentions count on the modeline when a status that
|
||||
contains a mention is opened.
|
||||
|
||||
2021-05-18 cage
|
||||
|
||||
* src/gemini-viewer.lisp:
|
||||
|
25
NEWS.org
25
NEWS.org
@ -1,6 +1,29 @@
|
||||
* 2021-05-23
|
||||
- New features
|
||||
- [gemini]
|
||||
- Added a table of contents (TOC) window when a gemini stream is completed.
|
||||
The TOC is auto-generated from header lines contained in the gemini text;
|
||||
|
||||
- the position and width of the notification window is now customizable by
|
||||
users using configuration files.
|
||||
|
||||
- Bugfix
|
||||
- [gemini]
|
||||
- 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)
|
||||
|
||||
- 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.
|
||||
|
||||
|
||||
* 2021-05-06 version 0.7.0
|
||||
|
||||
- New feature
|
||||
- New features
|
||||
- added "tour mode" to save a "temporary bookmark" of links as explained here:
|
||||
|
||||
gemini://gemini.circumlunar.space/users/solderpunk/gemlog/gemini-client-navigation.gmi
|
||||
|
@ -18,7 +18,7 @@
|
||||
(defsystem :tinmop
|
||||
:author "cage"
|
||||
:license "GPLv3"
|
||||
:version "0.7.0"
|
||||
:version "0.8.0"
|
||||
:pathname "src"
|
||||
:serial t
|
||||
:depends-on (:alexandria
|
||||
|
Loading…
x
Reference in New Issue
Block a user