diff --git a/CHANGELOG.md b/CHANGELOG.md index 6513565..9b188f6 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 +- Removed fallback to system paths (/system/bin, /vendor/bin, etc.) + ## [1.6] - 2026-03-13 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c2c8797..b0d7e10 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -124,8 +124,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..1522702 --- /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 +- Removed fallback to system paths