Skip to content

Commit

Permalink
chore: prepare release 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Jan 16, 2025
1 parent 55065ef commit 6add2d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## Version 2.2.8

_2025-01-16_

- Fix: some links to speaker info web pages
- Fix: link to stands web page
- Enhancement: remove event title from sharing text body
- Upgrade libraries and small performance improvements.

## Version 2.2.7

_2024-06-28_
Expand All @@ -9,7 +18,7 @@ _2024-06-28_
- Fix: restored the ability to connect to FOSDEM servers on Android < 7.1 by including a root certificate
- Fix: proper detection of granting the schedule alarms permission on Android 14+
- Fix: search menu item always showing in the overflow menu instead of the main toolbar when possible
- Fix: blinking menu items when swapping between event details.
- Fix: blinking menu items when swapping between event details
- Upgrade libraries, Kotlin, Gradle plugin and build tools to their latest versions.

## Version 2.2.6
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "be.digitalia.fosdem"
minSdk = 21
targetSdk = 34
versionCode = 2100227
versionName = "2.2.7"
versionCode = 2100228
versionName = "2.2.8"
// Supported languages
resourceConfigurations += "en"
vectorDrawables {
Expand Down

0 comments on commit 6add2d1

Please sign in to comment.