Skip to content

Commit

Permalink
Add changelog for version 32, increase build number for Android 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
leinir committed Jul 26, 2023
1 parent 5b801e1 commit e221e5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
32:
- The development is now done as OpenTails
- New translations done using Weblate
- Do some code cleanup, prepare for Qt6
- Fix some problems with permission requests
- Fix interaction issue with the casual mode duration picking slider
- Fix up some visual issues (like a missing background when connecting)
- Add preliminary support for some future bits

31:
- Add support for Android 12's new Bluetooth permissions
- Rework build system to use Craft, so now kirigami and ki18n are fully updated with each new release
Expand Down
2 changes: 1 addition & 1 deletion data/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="31" package="org.thetailcompany.digitail" android:installLocation="auto" android:versionCode="57">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="32" package="org.thetailcompany.digitail" android:installLocation="auto" android:versionCode="58">
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
android:label="Crumpet"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit e221e5e

Please sign in to comment.