1
0
Fork 0

- updated version.

This commit is contained in:
cage 2021-02-19 18:19:32 +01:00
parent d714c721b1
commit 17cbdd9dcd
3 changed files with 12 additions and 2 deletions

View File

@ -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

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.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])

View File

@ -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