diff --git a/ChangeLog b/ChangeLog index 45381f9..2274b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -232,7 +232,7 @@ - updated italian translation. - updated Makefile.am. -2023-07-15 cage , cage , cage +2023-07-15 cage * po/de.po, * po/es.po, @@ -304,7 +304,7 @@ * src/package.lisp, * tinmop.asd: - - [GUI] implemented a feature to saving contet of a link to a file. + - [GUI] implemented a feature to saving content of a link to a file. - [GUI] added a suggested file name when saving a link's content. - [GUI] prevented crash when no file has been chosen to save a link's content. @@ -409,7 +409,7 @@ * src/gui/client/main-window.lisp, * src/package.lisp: - - [GUI] fixed bug thet made the program stuck with the hand shaped + - [GUI] fixed bug that made the program stuck with the hand shaped mouse pointer; - [GUI] increased text size. - mentioned the translations web interface. diff --git a/NEWS.org b/NEWS.org index 92dd37e..8b37462 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,4 +1,19 @@ +* 2023-08-04 version 0.9.9.14142 + + - New feature + - Implemented titan protocol specifications. + - Improvements + The GUI has been reworked and partially redesigned. + - the icons can be scaled; + - added a menu item to save the contents a link points to in a file; + - added a command to scale the rendered gemtext; + - using paned window to allow resize of ancillary widgets in main window (TOC and steams) + (thanks op for the suggestion!). + - Bugfix + Please see the changelog file for information about the bugs fixed. + * 2023-05-17 version 0.9.9.1414 + - New feature added A GUI for the gemini protocol. diff --git a/tinmop.asd b/tinmop.asd index cd63795..d2d56f4 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -18,7 +18,7 @@ (defsystem :tinmop :author "cage" :license "GPLv3" - :version "0.9.9.14142.RC2" + :version "0.9.9.14142" :pathname "src" :serial t :bug-tracker "https://codeberg.org/cage/tinmop/issues"