From fdde972a775897b131199b9512a32c76c2946787 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 9 Oct 2024 14:51:24 +0600 Subject: [PATCH] chore: bump version to 3.8.3 and generate changelogs --- .github/workflows/spotube-publish-binary.yml | 2 +- CHANGELOG.md | 14 +++++++++++++- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spotube-publish-binary.yml b/.github/workflows/spotube-publish-binary.yml index 3153c279..3a456bda 100644 --- a/.github/workflows/spotube-publish-binary.yml +++ b/.github/workflows/spotube-publish-binary.yml @@ -4,7 +4,7 @@ on: inputs: version: description: Version to publish (x.x.x) - default: 3.8.2 + default: 3.8.3 required: true dry_run: description: Dry run diff --git a/CHANGELOG.md b/CHANGELOG.md index 8297a7c4..11b06ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [3.8.2](https://github.com/krtirtho/spotube/compare/v3.8.0...v3.8.1) (2024-09-30) +## [3.8.3](https://github.com/krtirtho/spotube/compare/v3.8.2...v3.8.3) (2024-10-09) + +## Changes + +### Bug Fixes + +- update youtube_explode_dart to 2.2.3 to fix no playback (#1980) + +### Features + +- **macos**: enable same window webview support + +## [3.8.2](https://github.com/krtirtho/spotube/compare/v3.8.1...v3.8.2) (2024-09-30) ## Changes diff --git a/pubspec.lock b/pubspec.lock index 553f0dc9..77193ca0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2427,10 +2427,10 @@ packages: dependency: "direct main" description: name: youtube_explode_dart - sha256: "133a65907e6cf839ac7643d92dc5c56b37fcebe4f0a8f0e67716dffa500c0ef0" + sha256: "28dca07fefb4b6518beab95f0c1ef81031f921ed0fe87ebcd9c51378546edfee" url: "https://pub.dev" source: hosted - version: "2.2.2" + version: "2.2.3" sdks: dart: ">=3.5.0 <4.0.0" flutter: ">=3.24.0" diff --git a/pubspec.yaml b/pubspec.yaml index 6560a450..571f6011 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El publish_to: "none" -version: 3.8.2+35 +version: 3.8.3+36 homepage: https://spotube.krtirtho.dev repository: https://github.com/KRTirtho/spotube