mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-31 04:24:48 +01:00
- increased version number;
- updated NEWS and Changelog.
This commit is contained in:
parent
333d77caf2
commit
bf938f6e4b
44
ChangeLog
44
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
|
||||
|
||||
|
7
NEWS.org
7
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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user