summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-23 17:30:53 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-23 17:59:18 +0100
commit7f0c547f3b2f4cf5f618ddc71c11d0be730e7f37 (patch)
treec5016de5e537acf7b6764c73aa97ad8d34a9facd /CHANGELOG.md
parentbf1e71f1a7b821eb73cd5bc426ee3d97e78f3ec1 (diff)
Release 15.4.0-beta115.4.0-beta1
Changed - Remove outdated item DB code. ( #1056) - Stop returning all feeds after marking folder as read. (#1056) - Always fetch favicon (#1164) - Use feed logo instead of favicon if it exists and is square (#1164) - Add CI for item lists (#1180) Fixed - Item list throwing error for folder and "all items" (#1180) - Articles with high IDs can be placed lower than articles with low IDs (#1147) - Feeds are accidentally moved on rename (#1189) - Item list not using ID for offset (#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e758178d9..c6194af48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,17 +5,22 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [Unreleased]
### Changed
-- Remove outdated item DB code.
-- Stop returning all feeds after marking folder as read.
+
+### Fixed
+
+## [15.4.0-beta1] - 2021-02-23
+### Changed
+- Remove outdated item DB code. ( #1056)
+- Stop returning all feeds after marking folder as read. (#1056)
- Always fetch favicon (#1164)
-- Use feed logo instead of favicon if it exists and is square
-- Add CI for item lists
+- Use feed logo instead of favicon if it exists and is square (#1164)
+- Add CI for item lists (#1180)
### Fixed
-- Item list throwing error for folder and "all items"
+- Item list throwing error for folder and "all items" (#1180)
- Articles with high IDs can be placed lower than articles with low IDs (#1147)
-- Feeds are accidentally moved on rename
-- Item list not using ID for offset
+- Feeds are accidentally moved on rename (#1189)
+- Item list not using ID for offset (#1188)
## [15.3.2] - 2021-02-10
No changes compared to RC2