From ce5408395d5c83858870007194495a351b6ffbac Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 16 Jan 2024 23:15:23 +0100 Subject: [PATCH] chore: update versions and changelog --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- composer.json | 1 + composer.lock | 14 +++++++------- package-lock.json | 10 +++++----- package.json | 2 +- 6 files changed, 27 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021934a..550c6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 4c4190e..a9f6fd2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ ## Requirements You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]> - 1.1.2 + 1.2.0 agpl Xéfir Destiny RePod diff --git a/composer.json b/composer.json index 89f72f2..5d48340 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index a126c81..4e3f4f1 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/package-lock.json b/package-lock.json index da081be..a464d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 598dd60..5e90bda 100644 --- a/package.json +++ b/package.json @@ -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" },