1
0
Fork 0

- increased version number;

- updated NEWS and Changelog.
This commit is contained in:
cage 2022-08-19 10:53:32 +02:00
parent 333d77caf2
commit bf938f6e4b
3 changed files with 41 additions and 12 deletions

View File

@ -1,17 +1,39 @@
2022-08-19 cage
* src/gemini/client.lisp:
- [gemini] added missing mandatory argument to function that builds
the redirect URI.
2022-08-15 cage
* ChangeLog,
* NEWS.org,
* src/db.lisp,
* src/gemini-subscription-window.lisp,
* tinmop.asd:
- changed sorting criteria for gemlog subscriptions;
Promotes on top subscriptions with unread posts.
- updated ChangeLog.
- increased version number;
- updated News file.
- actually increased version number.
2022-08-05 cage 2022-08-05 cage
* src/gemini-viewer.lisp, * src/gemini-viewer.lisp,
* src/gemini/gemini-parser.lisp, * src/gemini/gemini-parser.lisp,
* src/gemini/subscription.lisp, * src/gemini/subscription.lisp,
* src/program-events.lisp, * src/program-events.lisp,
* src/ui-goodies.lisp, * src/ui-goodies.lisp,
* src/windows.lisp: * src/windows.lisp:
- taken into account the query of the original URI when combining it - taken into account the query of the original URI when combining it
with a path. with a path.
- moved window that got the focus on top of the windows stack, to be - moved window that got the focus on top of the windows stack, to be
sure will be visible to the user when redrawing the terminal. sure will be visible to the user when redrawing the terminal.
Merge branch 'fix-absolutize-links' Merge branch 'fix-absolutize-links'
2022-07-21 cage 2022-07-21 cage

View File

@ -1,3 +1,10 @@
* 2022-08-19 version 0.9.8
- Bugfix
- [gemini] fixed a regression that can lead to fails when following
a redirection.
* 2022-08-15 version 0.9.7 * 2022-08-15 version 0.9.7
- Improvements - Improvements

View File

@ -18,7 +18,7 @@
(defsystem :tinmop (defsystem :tinmop
:author "cage" :author "cage"
:license "GPLv3" :license "GPLv3"
:version "0.9.7" :version "0.9.8"
:pathname "src" :pathname "src"
:serial t :serial t
:bug-tracker "https://notabug.org/cage/tinmop/issues" :bug-tracker "https://notabug.org/cage/tinmop/issues"