From 26c902d551880dc1af94358e9f490404ff2fb3e1 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Thu, 11 Mar 2021 23:19:39 +0000 Subject: [PATCH] v1.4 --- doc/changelog.md | 5 +++-- makefile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 2d22d8b..23159a0 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,8 +1,9 @@ -# upcoming +# v1.4 (2021-03-11) - (new) keyboard shortcuts (thanks to @Duarte-Dias) -- (new) podcasts +- (new) show podcast audio - (fix) deleting feeds +- (etc) minor ui tweaks & changes # v1.3 (2021-02-18) diff --git a/makefile b/makefile index 2bfb1ab..fffd9ff 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=1.3 +VERSION=1.4 GITHASH=$(shell git rev-parse --short=8 HEAD) CGO_ENABLED=1