1
0
Fork 0

updated changelog.

This commit is contained in:
cage 2024-03-01 16:15:14 +01:00
parent b32da51e2c
commit 0943736c81
3 changed files with 109 additions and 2 deletions

107
ChangeLog
View File

@ -1,5 +1,111 @@
2024-03-01 cage
* doc/tinmop.man,
* doc/tinmop.org,
* po/de.po,
* po/es.po,
* po/fr.po,
* po/it.po,
* po/pl.po,
* po/tinmop.pot,
* src/command-window.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp:
- added keybinding to cancel inputing of the string command.
- updated italian translation.
- updated manpage.
2024-02-28 cage
* etc/init.lisp,
* etc/shared.conf,
* src/command-window.lisp,
* src/open-attach-window.lisp,
* src/ui-goodies.lisp:
- [TUI] allowed the backspace key to send rubout char (ASCII 177).
- decommented configuration directive to open text files with tinmop.
- [TUI] added command to download a message's attachment ignoring the
cached value (if such entry in the cache exists).
2024-02-27 cage
* src/command-window.lisp:
- [TUI] fixed name of backspace keycode when parsing 'command'
events..
2024-02-25 cage, pabloscloud
* configure,
* configure.ac,
* po/de.po,
* po/es.po,
* po/fr.po,
* po/it.po,
* po/pl.po,
* po/tinmop.pot,
* src/gemini/client.lisp,
* src/gemini/dummy-server.lisp,
* src/gui/client/scheduler.lisp,
* src/gui/server/public-api-gemini-gemlog.lisp,
* src/gui/server/public-api-gemini-stream.lisp:
- [GUI] added timeout test for dummy server;
- [GUI] returned a more useful error message to user when a timeout
occurred.
- [GUI] returned a more useful error message to user when an error
occurred while refreshing posts from gemlogs.
- [GUI] updated italian translation.
- [GUI] added notification of errors when refreshing gemlogs posts on
program starting.
- updated version number also in configure.ac.
Translated using Weblate (German)
Currently translated at 13.4% (73 of 541 strings)
Translation: tinmop/tinmop
Translate-URL:
https://translate.codeberg.org/projects/tinmop/tinmop/de/
Merge pull request 'Translations update from Weblate' (#8) from
translate/tinmop:weblate-tinmop-tinmop into master
2024-02-23 cage
* src/api-client.lisp,
* src/gui/client/main-window.lisp:
- instructed address bar to autoselect a candidate only when expanding
local paths (not URLs).
- prevented treating 'update' notifications as mentions.
2024-02-19 cage
* src/gopher-window.lisp,
* src/gopher/package.lisp,
* src/gopher/parser.lisp:
- allowed empty lines in a gopher map (thanks op!).
2024-02-18 cage
* etc/init.lisp,
* po/de.po,
* po/es.po,
* po/fr.po,
* po/it.po,
* po/pl.po,
* po/tinmop.pot,
* src/db.lisp,
* src/message-rendering-utils.lisp,
* src/thread-window.lisp:
- fixed searching in reblogged statuses body, previously the search
procedure skipped the reblogged statuses.
- fixed translatable string.
2024-02-17 cage
* ChangeLog,
* etc/init.lisp,
* po/de.po,
* po/es.po,
@ -23,6 +129,7 @@
a certificate.
- added command 'clear-cached-client-tls-certificates'.
- updated italian translation.
- updated-changelog.
2024-02-16 cage

View File

@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program.
dnl If not, see [[http://www.gnu.org/licenses/][http://www.gnu.org/licenses/]].
AC_INIT([tinmop],[0.9.9.14142135],[https://codeberg.org/cage/tinmop/],[tinmop],[https://www.autistici.org/interzona/tinmop.html])
AC_INIT([tinmop],[0.9.9.141421356-rc1],[https://codeberg.org/cage/tinmop/],[tinmop],[https://www.autistici.org/interzona/tinmop.html])
AM_INIT_AUTOMAKE([-Wall foreign])

View File

@ -18,7 +18,7 @@
(defsystem :tinmop
:author "cage"
:license "GPLv3"
:version "0.9.9.14142135"
:version "0.9.9.141421356-rc1"
:pathname "src"
:serial t
:bug-tracker "https://codeberg.org/cage/tinmop/issues"