From bf938f6e4bc9c555f05dde3b983e75d836c4e8b7 Mon Sep 17 00:00:00 2001 From: cage Date: Fri, 19 Aug 2022 10:53:32 +0200 Subject: [PATCH] - increased version number; - updated NEWS and Changelog. --- ChangeLog | 44 +++++++++++++++++++++++++++++++++----------- NEWS.org | 7 +++++++ tinmop.asd | 2 +- 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d38e309..d66b78a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - * src/gemini-viewer.lisp, - * src/gemini/gemini-parser.lisp, - * src/gemini/subscription.lisp, - * src/program-events.lisp, - * src/ui-goodies.lisp, - * src/windows.lisp: + * src/gemini-viewer.lisp, + * src/gemini/gemini-parser.lisp, + * src/gemini/subscription.lisp, + * src/program-events.lisp, + * src/ui-goodies.lisp, + * src/windows.lisp: - - taken into account the query of the original URI when combining it - with a path. - - 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. - Merge branch 'fix-absolutize-links' + - taken into account the query of the original URI when combining it + with a path. + - 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. + Merge branch 'fix-absolutize-links' 2022-07-21 cage diff --git a/NEWS.org b/NEWS.org index 5ec94c4..2fcd9ea 100644 --- a/NEWS.org +++ b/NEWS.org @@ -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 - Improvements diff --git a/tinmop.asd b/tinmop.asd index 85b19d0..2245660 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -18,7 +18,7 @@ (defsystem :tinmop :author "cage" :license "GPLv3" - :version "0.9.7" + :version "0.9.8" :pathname "src" :serial t :bug-tracker "https://notabug.org/cage/tinmop/issues"