diff --git a/CHANGELOG.md b/CHANGELOG.md index 6513565..2cad5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7] - 2026-03-13 + +### Changed +- Always use app-bundled isodrive binary instead of system binary +- Prep for edge-to-edge compatibility + ## [1.6] - 2026-03-13 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e1eec01..1317634 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -130,8 +130,8 @@ android { applicationId = "sh.sar.isodroid" minSdk = 26 targetSdk = 36 - versionCode = 6 - versionName = "1.6" + versionCode = 7 + versionName = "1.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..89fc473 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,2 @@ +- Always use app-bundled isodrive binary instead of system binary +- Prep for edge-to-edge compatibility