From f392d12e4172c07136aba984b26ea5204c8d39f2 Mon Sep 17 00:00:00 2001 From: Andrew Owen Date: Wed, 10 Apr 2024 10:19:49 -0400 Subject: [PATCH] Update Changelog v0.9.37 -> v0.9.38 - updates changlog to reflect all changes since last github relase --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5fd74..6782698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### February 12, 2024 - v0.9.38 + +- Moves CI from CircleCI to GitHub Actions. Upgrades CI so that when a new tag is created: + - A new version of the library is sent to Maven Central + - A new release is created on GitHub +- App initialization is done via [App Startup](https://developer.android.com/topic/libraries/app-startup)(Fixes [#217](https://github.com/willowtreeapps/Hyperion-Android/issues/217)) +- Adds ability to filter Shared Preferences Files and Records in specific files by key +- (Hyperion-Recorder) Updates recorder to start its own service and posts separate foreground service notification action to stop recording. +- Updates target Android to 14 (no user-facing changes) )(Fixes [#262](https://github.com/willowtreeapps/Hyperion-Android/issues/262)[#263](https://github.com/willowtreeapps/Hyperion-Android/issues/263) and [#264](https://github.com/willowtreeapps/Hyperion-Android/issues/264)) +- (Hyperion-Core) Adds disable/enable functions to no-op variant (Fixes [#259](https://github.com/willowtreeapps/Hyperion-Android/issues/259)) +- Fixes potential NPEs in SharedPreferencesDetailAdapter + ### February 22, 2023 - v0.9.37 - No user-facing functionality, this version is just a swap to a new publishing plugin with a new gpg key