From efe0525fcebe3eac143c9660d261588cd6bda7ca Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 16 Jan 2024 11:02:21 +0100 Subject: [PATCH] doc: add changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..49dc1c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +## 1.1.1 - 2024-01-16 + +### Added +- This changelog + +### Fixed +- An error occured if a duplicate is found in the search results or episodes list +- Offline downloaded episode was shown as played and ended + +## 1.1.0 - 2024-01-15 + +### Added +- Show episode filesize on download description button +- Horizontal scrollbars on hot and new podcasts + +### Changed +- Use moment instead of date-fns to have localized publication dates + +### Fixed +- Missing title on description modal +- Display a generic avatar if author is missing +- Handle feed's redirections +- Sort search results and episodes by publication date + +## 1.0.0 - 2024-01-11 + +- Initial release