Skip to content

Commit

Permalink
Bump app version to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Feb 17, 2025
1 parent 706066a commit fd4bae2
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.27.3'
flutter-version: '3.24.2'

- name: Setup JDK 17
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.27.3'
flutter-version: '3.24.2'

- name: Update lang data
working-directory: "${{ github.workspace }}"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.11.1
* Fixed rendering issue in Android (happening due to flutter upgrade)

## 1.11.1
* Fixed Missing playlist content #437
* Fixed - Album original tracks are not available in album #439,#440 and #299
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fixed rendering issue in Android (happening due to flutter upgrade)
2 changes: 1 addition & 1 deletion lib/ui/screens/Settings/settings_screen_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SettingsScreenController extends GetxController {
final backgroundPlayEnabled = true.obs;
final restorePlaybackSession = false.obs;
final cacheHomeScreenData = true.obs;
final currentVersion = "V1.11.1";
final currentVersion = "V1.11.2";

@override
void onInit() {
Expand Down
24 changes: 20 additions & 4 deletions lib/utils/get_localization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,16 @@ Map<String, Map<String, String>> get keys => {
"resetToDefault": "Standardeinstellungen wiederherstellen",
"resetToDefaultMsg": "Zurücksetzen der Einstellungen abgeschlossen, bitte starte die App neu",
"resetToDefaultDes": "Setze die App-Einstellungen auf die Standards zurück (Neustart erforderlich)",
"misc": "Sonstiges"
"misc": "Sonstiges",
"album": "Album",
"playingfromAlbum": "SPIELE AUS ALBUM",
"playingfromPlaylist": "SPIELE AUS PLAYLIST",
"playingfromSelection": "SPIELE AUS AUSWAHL",
"playingfromArtist": "SPIELE AUS KÜNSTLER",
"randomSelection": "Zufallsauswahl",
"randomRadio": "Zufälliges Radio",
"autoOpenPlayer": "Öffne Player Bildschirm automatisch",
"autoOpenPlayerDes": "Aktiviere/Deaktiviere automatisches öffnen des Vollbildplayers, wenn ein Lied ausgewählt wurde"
}
,"en" : {
"home": "Home",
Expand Down Expand Up @@ -8030,7 +8039,7 @@ Map<String, Map<String, String>> get keys => {
"restoring": "正在恢复...",
"appInfo": "应用信息",
"downloadError2": "服务器限制,无法下载所请求的歌曲。请重试",
"downloadError3": "由于网络错误,下载失败!请重试",
"downloadError3": "由于网络/串流错误,下载失败!请重试",
"music&Playback": "音乐与播放",
"songInfo": "歌曲信息",
"urlSearchDes": "检测到 URL 后单击即可打开/播放相关内容",
Expand Down Expand Up @@ -8086,8 +8095,15 @@ Map<String, Map<String, String>> get keys => {
"autoDownFavSongDes": "当添加到收藏夹时自动下载收藏的歌曲",
"misc": "其他",
"resetToDefault": "恢复默认设置",
"resetToDefaultMsg": "已恢复为默认设置,请重启应用程序",
"resetToDefaultDes": "恢复为默认设置(需要重启应用程序)"
"resetToDefaultMsg": "已重置为默认设置,请重启应用程序",
"resetToDefaultDes": "重置为默认设置(需要重启应用程序)",
"autoOpenPlayer": "自动打开播放页面",
"playingfromAlbum": "从专辑播放",
"playingfromPlaylist": "从歌单播放",
"randomSelection": "随机选择",
"randomRadio": "随机电台",
"album": "专辑",
"autoOpenPlayerDes": "启用/禁用选择歌曲播放时自动全屏播放器"
}
,"zh_Hant" : {
"createnAdd": "建立並新增",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.11.1+23
version: 1.11.2+24

environment:
sdk: ">=3.1.5 <4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions windows/packaging/exe/inno_setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppId=B9F6E402-0CAE-4045-BDE6-14BD6C39C4EA
AppVersion=1.11.1+23
AppVersion=1.11.2+24
AppName=Harmony Music
AppPublisher=anandnet
AppPublisherURL=https://github.com/anandnet/Harmony-Music
Expand All @@ -9,7 +9,7 @@ AppUpdatesURL=https://github.com/anandnet/Harmony-Music
DefaultDirName={autopf}\harmonymusic
DisableProgramGroupPage=yes
OutputDir=.
OutputBaseFilename=harmonymusic
OutputBaseFilename=harmonymusic-1.11.2
Compression=lzma
SolidCompression=yes
SetupIconFile=..\..\windows\runner\resources\app_icon.ico
Expand Down

0 comments on commit fd4bae2

Please sign in to comment.