diff --git a/doc/changelog.md b/doc/changelog.md index 2d22d8bd..23159a09 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 2bfb1abe..fffd9ff2 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