Skip to content

Commit

Permalink
chore: prepare release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Jan 16, 2024
1 parent 52afd8a commit 399e54c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 2.2.4

_2024-01-16_

- Enhancement: make use of new fields in the XML schedule file format (based on PretalX), allowing the removal of some hardcoded values
- Enhancement: add support for the "Junior" track type
- Enhancement: trigger an automatic download on app startup after clearing the schedule during a database schema upgrade
- Enhancement: use `ContextCompat.registerReceiver()` API to ensure the time zone change broadcast will be received on API 33+
- Reimplement database tables version tracking using `invalidationTrackerFlow()` to avoid blocking the main thread during initialization.

## Version 2.2.1

_2024-01-12_
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
minSdk = 21
targetSdk = 33
multiDexEnabled = true
versionCode = 2100221
versionName = "2.2.1"
versionCode = 2100224
versionName = "2.2.4"
// Supported languages
resourceConfigurations += "en"
vectorDrawables {
Expand Down

0 comments on commit 399e54c

Please sign in to comment.