mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-22 23:47:56 +01:00
- increased version number;
- updated news file and changelog.
This commit is contained in:
parent
624ed41113
commit
d6b4eabc4c
@ -232,7 +232,7 @@
|
||||
- updated italian translation.
|
||||
- updated Makefile.am.
|
||||
|
||||
2023-07-15 cage , cage <cage-dev@twistfold.it>, cage <cage@noreply.codeberg.org>
|
||||
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.
|
||||
|
15
NEWS.org
15
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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user