diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c1673..8d7e703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.1.3](https://github.com/eclipse-kuksa/kuksa-android-companion/compare/release/v0.1.2...release/v0.1.3) (2024-02-15) + + +### Features + +* Add Icon for F-Droid to Fastlane ([6b8f443](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/6b8f443f20d9e0dd8a336b686a0c110d8889b87f)), closes [#51](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/51) +* **Build:** Remove F-Droid BuildType ([686113b](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/686113b376edbf2e58599ea053a87c7224b34e21)), closes [#44](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/44) +* Improve Design of Settings Screen ([3553d55](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/3553d554436e6771350f3922db12f3a1c4f1f8a4)), closes [#56](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/56) +* Optimize Views for Landscape ([86538dc](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/86538dcb2e9e3de01c3a75e05d41819ab9cfb51d)), closes [#20](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/20) + + +### Bug Fixes + +* Fix Crash when using an invalid Databroker IP ([fc790f6](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/fc790f62f56eea1ed95f6a7bc31fb8bbb21a5c86)) +* Remove misleading mention of Android Automotive ([bdfdfc4](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/bdfdfc44ae41a62ba0f1e6c0bdb7ed1d60c4c310)) + + +### Documentation + +* Add Quickstart Guide ([b3d3df7](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/b3d3df75a46530962add1bf8069bade247087699)), closes [#18](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/18) + ## 0.1.2 (2024-01-24) diff --git a/fastlane/metadata/android/en-US/changelogs/10000103.txt b/fastlane/metadata/android/en-US/changelogs/10000103.txt new file mode 100644 index 0000000..4bdfee5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10000103.txt @@ -0,0 +1,10 @@ +### Features + +* Add Icon for F-Droid to Fastlane +* Improve Design of Settings Screen +* Optimize Views for Landscape + + +### Bug Fixes + +* Fix Crash when using an invalid Databroker IP diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index b5c16d5..e323807 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index 40e59ff..3a3eea2 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png index acc72d2..b4188a4 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png index 2ad7950..ea87f02 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png index 6d69236..0afd539 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png differ diff --git a/package.json b/package.json index d2df450..dfdf2cf 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "scripts": { "postinstall": "husky install", "tag-release": "npx commit-and-tag-version --packageFiles version.txt -t release/v --skip.commit=true --skip.changelog=true --skip.bump=true", - "commit-release": "npx commit-and-tag-version --packageFiles version.txt --skip.tag=true", - "bump-release": "npx commit-and-tag-version --packageFiles version.txt --skip.tag=true --skip.commit=true", - "generate-changelog": "npx commit-and-tag-version --skip.bump=true --skip.commit=true --skip.tag=true" + "commit-release": "npx commit-and-tag-version --packageFiles version.txt -t release/v --skip.tag=true", + "bump-release": "npx commit-and-tag-version --packageFiles version.txt -t release/v --skip.tag=true --skip.commit=true", + "generate-changelog": "npx commit-and-tag-version --packageFiles version.txt -t release/v --skip.bump=true --skip.commit=true --skip.tag=true" } } diff --git a/version.txt b/version.txt index 8294c18..7693c96 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file diff --git a/versioncode.txt b/versioncode.txt index ee22cac..280c1d3 100644 --- a/versioncode.txt +++ b/versioncode.txt @@ -1 +1 @@ -10000102 \ No newline at end of file +10000103 \ No newline at end of file