From a2c96f746b71e3d8d00a4b833e1e0ff1884fff1a Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 29 May 2024 14:15:35 +0200 Subject: [PATCH] docs: :memo: fix template and add changelog --- CHANGELOG.md | 12 ++++++++++++ src/components/Discover/Search.vue | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4aa9c..ead9a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.3.0 - 2024-05-29 + +### Added +- ➕ Ability to subscribe to podcast from search list +[#105](https://git.crystalyx.net/Xefir/repod/issues/105) suggested by @crystalyz + +### Changed +- 💀 Drop support for Nextcloud 26 +- ⚰️ Drop support for PHP 8.0 +- 🔖 Full support for Nextcloud 29 +- ⬆️ Update @nextcloud/vue to 8.12.0 + ## 2.2.1 - 2024-05-18 ### Removed diff --git a/src/components/Discover/Search.vue b/src/components/Discover/Search.vue index 30a5af8..7a690d8 100644 --- a/src/components/Discover/Search.vue +++ b/src/components/Discover/Search.vue @@ -23,7 +23,9 @@ :name="t('repod', 'Subscribe')" :title="t('repod', 'Subscribe')" @click="addSubscription(feed.link)"> - +