From fa3dfc4fa9e1a1937061498476110be2c591b217 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Sat, 15 Feb 2025 15:42:41 +0400 Subject: [PATCH] Update: v9.1.0 --- .github/workflows/debug.yml | 4 +- .github/workflows/fdroid.yml | 4 +- .github/workflows/pc.yml | 61 ------------------- .github/workflows/pre_beta.yml | 4 +- .github/workflows/pre_fdroid.yml | 4 +- .github/workflows/pre_release.yml | 4 +- .github/workflows/release.yml | 6 +- .../metadata/android/en-US/changelogs/114.txt | 5 ++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 10 files changed, 20 insertions(+), 76 deletions(-) delete mode 100644 .github/workflows/pc.yml create mode 100644 fastlane/metadata/android/en-US/changelogs/114.txt diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5111ce460..480b81837 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -30,8 +30,8 @@ jobs: channel: 'stable' # Get flutter dependencies. - run: flutter pub get - # Check for any formatting issues in the code. - - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze . # Build universal apk. diff --git a/.github/workflows/fdroid.yml b/.github/workflows/fdroid.yml index 86a92fc7f..4874ed852 100644 --- a/.github/workflows/fdroid.yml +++ b/.github/workflows/fdroid.yml @@ -61,8 +61,8 @@ jobs: # Get flutter dependencies. - run: flutter pub get - # Check for any formatting issues in the code. - - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze . # Build universal apk. diff --git a/.github/workflows/pc.yml b/.github/workflows/pc.yml deleted file mode 100644 index a74fe294b..000000000 --- a/.github/workflows/pc.yml +++ /dev/null @@ -1,61 +0,0 @@ -on: workflow_dispatch -name: Test, Build and Release PC -jobs: - build-and-release-linux: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - - name: Install dependencies - run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev - - name: Install project dependencies - run: flutter pub get - - name: Generate intermediates - run: flutter pub run build_runner build --delete-conflicting-outputs - - name: Enable linux build - run: flutter config --enable-linux-desktop - - name: Build artifacts - run: flutter build linux --release - - name: Archive Release - uses: thedoctor0/zip-release@master - with: - type: 'zip' - filename: Musify-linux.zip - directory: build/linux/x64/release/bundle - - name: Linux Release - uses: actions/upload-artifact@v3 - with: - name: Musify-linux.zip - path: build/linux/x64/release/bundle/Musify-linux.zip - - - build-and-release-windows: - runs-on: windows-latest - - steps: - - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - - name: Install project dependencies - run: flutter pub get - - name: Generate intermediates - run: flutter pub run build_runner build --delete-conflicting-outputs - - name: Enable windows build - run: flutter config --enable-windows-desktop - - name: Build artifacts - run: flutter build windows --release - - name: Archive Release - uses: thedoctor0/zip-release@master - with: - type: 'zip' - filename: Musify-windows.zip - directory: build/windows/runner/Release - - name: Windows Release - uses: actions/upload-artifact@v3 - with: - name: Musify-windows.zip - path: build/windows/runner/Release/Musify-windows.zip diff --git a/.github/workflows/pre_beta.yml b/.github/workflows/pre_beta.yml index 0bf2f364b..402dc8485 100644 --- a/.github/workflows/pre_beta.yml +++ b/.github/workflows/pre_beta.yml @@ -32,8 +32,8 @@ jobs: # Get flutter dependencies. - run: flutter pub get - # Check for any formatting issues in the code. - - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze . # Build universal apk. diff --git a/.github/workflows/pre_fdroid.yml b/.github/workflows/pre_fdroid.yml index b1c1084fc..c607abdd6 100644 --- a/.github/workflows/pre_fdroid.yml +++ b/.github/workflows/pre_fdroid.yml @@ -44,8 +44,8 @@ jobs: # Get flutter dependencies. - run: flutter pub get - # Check for any formatting issues in the code. - - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze . # Build universal apk. diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index ebbb10d64..142a6930b 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -37,8 +37,8 @@ jobs: # Get flutter dependencies. - run: flutter pub get - # Check for any formatting issues in the code. - - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze . # Build universal apk. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d88b263d1..39dca289e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,9 +61,9 @@ jobs: - name: Get Flutter dependencies run: flutter pub get - # Check for any formatting issues in the code. - - name: Check code formatting - run: dart format --set-exit-if-changed . + # # Check for any formatting issues in the code. + # - name: Check code formatting + # run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - name: Analyze Dart code diff --git a/fastlane/metadata/android/en-US/changelogs/114.txt b/fastlane/metadata/android/en-US/changelogs/114.txt new file mode 100644 index 000000000..28f02f81f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/114.txt @@ -0,0 +1,5 @@ +Enhancements +- Added support for larger screen devices +- Improved lyrics formatting +- Enahnce UI for better consistency +- Updated Indonesian and Italian translations \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index 8631b00c4..a547ffe01 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '9.0.6'; +const appVersion = '9.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index a96e8dedc..cf96c6eeb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify issue_tracker: https://github.com/gokadzev/Musify/issues publish_to: 'none' -version: 9.0.6+113 # run update.sh after changing the version +version: 9.1.0+114 # run update.sh after changing the version environment: sdk: '>=3.7.0 <4.0.0'