docs: 📝 fix template and add changelog
All checks were successful
repod / xml (push) Successful in 11s
repod / php (push) Successful in 32s
repod / nodejs (push) Successful in 1m20s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-05-29 14:15:35 +02:00
parent f5a8e09d52
commit a2c96f746b
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -23,7 +23,9 @@
:name="t('repod', 'Subscribe')"
:title="t('repod', 'Subscribe')"
@click="addSubscription(feed.link)">
<PlusIcon :size="20" />
<template #icon>
<PlusIcon :size="20" />
</template>
</NcActionButton>
</template>
</NcListItem>