From e234b86af6d95d31e11472b3f66abfff35f0e85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 21 Jun 2023 20:42:31 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 204249c4..d53d4c13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Version 2.0.45 (June 21, 2023) +------------------------------ + +* Add media player to listen to audio and video podcasts with the possiblity to resume to last playback position +* Add default tag names for Linkding integration +* Mark only globally visible entries when marking all entries from UI +* Use image included in feed as feed icon when available +* Order history by `changed_at` and `published_at` +* Remove title attribute from entry title links +* Fix reading time that is not aligned correctly with the latest version of Safari +* Use glyphs of the same size on keyboard shortcuts page +* Add maskable versions of the PWA icon +* Replace copyright header with SPDX identifier +* Remove the "í" letter from the Portuguese "lido" word +* Increase golangci-lint timeout value +* Bump `github.com/tdewolff/minify/v2`, `github.com/prometheus/client_golang`, `golang.org/x/*` dependencies + Version 2.0.44 (May 6, 2023) ----------------------------