chore: update versions and changelog

This commit is contained in:
Michel Roux 2024-01-16 23:15:23 +01:00
parent f4fc4b52e3
commit ce5408395d
6 changed files with 27 additions and 14 deletions

View File

@ -1,3 +1,15 @@
## 1.2.0 - 2024-01-17
### Added
- Add a playback speed setting
[#39](https://git.crystalyx.net/Xefir/repod/issues/39) suggested by @joezimjs
### Fixed
- Duration wrongly displayed
- Fix background color of player bar on light theme
[#38](https://git.crystalyx.net/Xefir/repod/issues/38) reported by @joezimjs
- Fix case of episodes not showing ended
## 1.1.2 - 2024-01-16
### Changed

View File

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

View File

@ -3,6 +3,7 @@
"description": "🔊 Browse, manage and listen to podcasts",
"type": "project",
"license": "AGPL-3.0-or-later",
"version": "1.2.0",
"require-dev": {
"nextcloud/ocp": "^28.0.1",
"psalm/phar": "^5.19.0",

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "788b66f9cb1096496101de6d056892a8",
"content-hash": "88890a42e85ded546935d4fc08d40e92",
"packages": [],
"packages-dev": [
{
@ -94,16 +94,16 @@
},
{
"name": "php-cs-fixer/shim",
"version": "v3.47.0",
"version": "v3.47.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "f8ad2d239be6717dbee796aaa205476a2010bdc9"
"reference": "851a945ee0ae0f9d08c426ec2b1702bb34bd4ea2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f8ad2d239be6717dbee796aaa205476a2010bdc9",
"reference": "f8ad2d239be6717dbee796aaa205476a2010bdc9",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/851a945ee0ae0f9d08c426ec2b1702bb34bd4ea2",
"reference": "851a945ee0ae0f9d08c426ec2b1702bb34bd4ea2",
"shasum": ""
},
"require": {
@ -140,9 +140,9 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.47.0"
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.47.1"
},
"time": "2024-01-15T15:36:24+00:00"
"time": "2024-01-16T18:54:50+00:00"
},
{
"name": "psalm/phar",

10
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "repod",
"version": "1.1.2",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "repod",
"version": "1.1.2",
"version": "1.2.0",
"license": "agpl",
"dependencies": {
"@nextcloud/axios": "^2.4.0",
@ -7169,9 +7169,9 @@
"peer": true
},
"node_modules/electron-to-chromium": {
"version": "1.4.632",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.632.tgz",
"integrity": "sha512-JGmudTwg7yxMYvR/gWbalqqQiyu7WTFv2Xu3vw4cJHXPFxNgAk0oy8UHaer8nLF4lZJa+rNoj6GsrKIVJTV6Tw=="
"version": "1.4.633",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.633.tgz",
"integrity": "sha512-7BvxzXrHFliyQ1oZc6NRMjyEaKOO1Ma1NY98sFZofogWlm+klLWSgrDw7EhatiMgi4R4NV+iWxDdxuIKXtPbOw=="
},
"node_modules/elliptic": {
"version": "6.5.4",

View File

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