Update version
All checks were successful
repod / xml (push) Successful in 15s
repod / php (push) Successful in 1m0s
repod / nodejs (push) Successful in 2m9s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-16 14:57:56 +01:00
parent 5ef0a9612a
commit 28ff127a86
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
## 1.1.2 - 2024-01-16
### Changed
- Sort subscriptions by listened time
### Removed
- Custom handler for redirections based on atom:link
## 1.1.1 - 2024-01-16 ## 1.1.1 - 2024-01-16
### Added ### Added

View File

@ -11,7 +11,7 @@
## Requirements ## Requirements
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description> You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
<version>1.1.1</version> <version>1.1.2</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author> <author mail="xefir@crystalyx.net" homepage="https://crystalyx.net">Xéfir Destiny</author>
<namespace>RePod</namespace> <namespace>RePod</namespace>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "repod", "name": "repod",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "repod", "name": "repod",
"version": "1.1.1", "version": "1.1.2",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.4.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "repod", "name": "repod",
"description": "🔊 Browse, manage and listen to podcasts", "description": "🔊 Browse, manage and listen to podcasts",
"version": "1.1.1", "version": "1.1.2",
"bugs": { "bugs": {
"url": "https://git.crystalyx.net/Xefir/RePod/issues" "url": "https://git.crystalyx.net/Xefir/RePod/issues"
}, },