Skip to content

Commit

Permalink
Beta release 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks committed Nov 21, 2024
1 parent ac2119c commit 785fcd2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

329 changes: 0 additions & 329 deletions .idea/other.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "org.staacks.alpharemote"
minSdk = 31
targetSdk = 35
versionCode = 171
versionName = "0.17a"
versionCode = 180
versionName = "0.180"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions metadata/de/changelogs/180.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Werkzeuge für Bulb-Modus und Intervalometer (die eignenen Tasten im Hauptbildschirm nach oben ziehen)
- Tastentyp "None" in "Stop" umbenannt (kann genutzt werden um Aktionen wie Selbstauslöser-Countdowns zu stoppen)
- Auswahlbereiche für Selbstauslöser und Halte-Dauer reduziert um besser bestimmte Werte wählen zu können
- Leichte Verbesserungen der Hilfe-Texte und Link auf die FAQ
- Fix: Instabile Verbindung auf dem Pixel 9 Pro

6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/180.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Tools for bulb mode and intervalometer (swipe up the custom buttons on the main remote screen)
- Renamed custom button type "None" to "Stop" (can be used to stop things like self-timer countdowns)
- Limit slider ranges for selftimer and hold duration to make it easier to pick values
- Some improvements of help texts and link to FAQ
- Fix: Unstable connection on Pixel 9 Pro

0 comments on commit 785fcd2

Please sign in to comment.