Skip to content

Commit

Permalink
Merge pull request #144 from tobexyz/chore/release-430
Browse files Browse the repository at this point in the history
Chore/release 430
  • Loading branch information
tobexyz authored Dec 28, 2024
2 parents e3b9c4f + 93354fe commit 040bf19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ name: Deploy Jekyll & Doxygen GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: [ "develop", "feat/issue106" ]
pull_request:
branches: [ "develop", "feat/issue106" ]
branches: [ "develop" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version 4.3.0
- added configurable multi language support
- scroll position now restored on back navigation in content view
- switching tabs by swiping is now configurable
- it is now possible to blacklist network devices used for the media server
- seeking forward and backward is now possible
- ask for disabling battery optimization for the app in order to increase stability when app is playing on remote devices and is in background
- minor fixes and code refactorings

https://github.com/tobexyz/yaacc-code/compare/4.2.0...4.3.0
2 changes: 1 addition & 1 deletion yaacc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="40300"
android:versionName="4.3.0-SNAPSHOT">
android:versionName="4.3.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit 040bf19

Please sign in to comment.