From 17cbdd9dcda47506c2621af7aac226205606a2fa Mon Sep 17 00:00:00 2001 From: cage Date: Fri, 19 Feb 2021 18:19:32 +0100 Subject: [PATCH] - updated version. --- NEWS.org | 10 ++++++++++ configure.ac | 2 +- tinmop.asd | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 744354e..2fb6488 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,13 @@ +* 2021-02-19 version 0.5.2 + + - New features + - added configuration directive to use a specific program to open + a link (e.g. open all mp3 files with program mpv); + - Misc + - rendering of contents in the message window is faster; + - Refactored gemini client (made more easily extensible to + accommodate changes in protocol in the future). + * 2021-01-21 version 0.5.1 - New features diff --git a/configure.ac b/configure.ac index de22290..6100d7d 100644 --- a/configure.ac +++ b/configure.ac @@ -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.5.1],[https://notabug.org/cage/tinmop/],[tinmop]) +AC_INIT([tinmop],[0.5.2],[https://notabug.org/cage/tinmop/],[tinmop]) AM_INIT_AUTOMAKE([-Wall foreign]) diff --git a/tinmop.asd b/tinmop.asd index 1fc1d0a..f507975 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -18,7 +18,7 @@ (defsystem :tinmop :author "cage" :license "GPLv3" - :version "0.5.1" + :version "0.5.2" :pathname "src" :serial t :depends-on (:alexandria