From 4ab1f034d80c866385bdd8b47c6bd7c5cff7c1c2 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Tue, 28 Oct 2025 18:53:45 -0700 Subject: [PATCH] chore: bumped version for release, added changelogs --- CHANGELOG.md | 7 +++++++ app/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/2.txt | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index af2b2f45..4e2788de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.7](https://github.com/eddyizm/tempo/releases/tag/v4.0.7) (2025-10-28) +## What's Changed +* chore: updated tempo references to tempus including github check by @eddyizm in https://github.com/eddyizm/tempus/pull/197 +* fix: Crash on share no expiration date or field returned from api by @eddyizm in https://github.com/eddyizm/tempus/pull/199 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.0.6...v4.0.7 + ## [4.0.6](https://github.com/eddyizm/tempo/releases/tag/v4.0.6) (2025-10-26) ## Attention This release will not update previous installs as it is considered a new app, no longer `Tempo`, new icon, new app id, and new app name. Hoping it will not be a huge inconvenience but was necessary in order to publish to app stores like IzzyDroid and FDroid. diff --git a/app/build.gradle b/app/build.gradle index baf22264..2cc90af4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 1 + versionCode 2 versionName '4.0.7' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 00000000..614877e1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,2 @@ +chore: updated tempo references to tempus +fix: Crash on share no expiration date or field returned from api