new version: 1.6
This commit is contained in:
@@ -5,6 +5,17 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.6] - 2026-03-13
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Disclaimer screen in welcome wizard about user responsibility
|
||||||
|
- USB services restart warning dialog before mount/unmount operations
|
||||||
|
- Toggle in Settings to enable/disable USB restart warning
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Prevent shell escape exploits in shell commands
|
||||||
|
- Disable logcat on release builds
|
||||||
|
|
||||||
## [1.5] - 2026-03-12
|
## [1.5] - 2026-03-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ android {
|
|||||||
applicationId = "sh.sar.isodroid"
|
applicationId = "sh.sar.isodroid"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 5
|
versionCode = 6
|
||||||
versionName = "1.5"
|
versionName = "1.6"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
• Added disclaimer screen in welcome wizard about user responsibility
|
||||||
|
• Added USB services restart warning before mount/unmount (with "Don't show again" option)
|
||||||
|
• Added toggle in Settings to enable/disable USB restart warning
|
||||||
|
• Fixed shell escape exploits in shell commands
|
||||||
|
• Disabled logcat on release builds
|
||||||
Reference in New Issue
Block a user