diff --git a/fastlane/metadata/android/en-US/changelogs/538.txt b/fastlane/metadata/android/en-US/changelogs/538.txt new file mode 100644 index 0000000000..f3ae6da84b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/538.txt @@ -0,0 +1,10 @@ +## What's Changed +* Add skelton view while loading by @mueller-ma in https://github.com/openhab/openhab-android/pull/3713 +* Keep icons in cache when refreshing Sitemap by @mueller-ma in https://github.com/openhab/openhab-android/pull/3717 +* Add scrollbars to Item picker and notification list by @mueller-ma in https://github.com/openhab/openhab-android/pull/3719 +* Avoid animation of server settings by @mueller-ma in https://github.com/openhab/openhab-android/pull/3720 +* Fix crash when listening for command item by @mueller-ma in https://github.com/openhab/openhab-android/pull/3721 +* Update summary notification when notification is dismissed by @mueller-ma in https://github.com/openhab/openhab-android/pull/3722 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.14.1-beta...3.14.2-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index 7abe41476a..ebb7371c59 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 537 - versionName "3.14.1-beta" + versionCode 538 + versionName "3.14.2-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"