Update version
This commit is contained in:
parent
5ef0a9612a
commit
28ff127a86
@ -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
|
||||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user