Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Jan 5, 2025
1 parent f1b3afd commit d0ad608
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
4 changes: 2 additions & 2 deletions android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId = "io.github.mkckr0.audio_share_app"
minSdk = 23
targetSdk = 35
versionCode = 3001
versionName = "0.3.1"
versionCode = 3002
versionName = "0.3.2"
base.archivesName = "${rootProject.name}-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/3002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Android App
- Fix no sound on Android 6.0 #117
- Add per-app language settings (Android 13+)
- Add Chinese translation
- Speed up switching animation of navigation bar

Server MFC
- Fix crash when selected endpoint is not in list #122
- Add combo button to select language
- Add Chinese translation
2 changes: 1 addition & 1 deletion server-core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)

project(audio-share
VERSION 0.3.1
VERSION 0.3.2
HOMEPAGE_URL "https://github.com/mkckr0/audio-share"
)

Expand Down
8 changes: 4 additions & 4 deletions server-mfc/audio-share-server/AudioShareServer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEVERSION 0,3,2,0
PRODUCTVERSION 0,3,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -187,11 +187,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Audio Share Server"
VALUE "FileVersion", "0.3.1.0"
VALUE "FileVersion", "0.3.2.0"
VALUE "LegalCopyright", "Copyright © 2022-2024 mkckr0. All rights reserved."
VALUE "OriginalFilename", "AudioShareServer.exe"
VALUE "ProductName", "Audio Share Server"
VALUE "ProductVersion", "0.3.1"
VALUE "ProductVersion", "0.3.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit d0ad608

Please sign in to comment.