Compare commits
3
Commits
1d8d6d0904
..
v1.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
860ff7c479
|
||
|
|
fdc63b49ed
|
||
|
|
30ab181d75
|
@@ -5,6 +5,21 @@ 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.5] - 2026-03-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- More OS download links
|
||||||
|
- Sub-categories for OS downloads (Desktop, Server, etc.)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Replaced refresh button with pull-to-refresh gesture
|
||||||
|
- Disable ISO directory change when root access is not available
|
||||||
|
- Status card now shows "Tap to request root" and updates when granted
|
||||||
|
- Improved monet/dynamic theme support for icons and text colors
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Sanitize user input for folder creation, IMG file creation, and file renaming to prevent shell escape vulnerabilities
|
||||||
|
|
||||||
## [1.4] - 2026-03-11
|
## [1.4] - 2026-03-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ android {
|
|||||||
applicationId = "sh.sar.isodroid"
|
applicationId = "sh.sar.isodroid"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 4
|
versionCode = 5
|
||||||
versionName = "1.4"
|
versionName = "1.5"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
* More OS download links
|
||||||
|
* Sub-categories for OS downloads (Desktop, Server, etc.)
|
||||||
|
* Replaced refresh button with pull-to-refresh gesture
|
||||||
|
* Disable ISO directory change when root access is not available
|
||||||
|
* Status card now shows "Tap to request root" and updates when granted
|
||||||
|
* Improved monet/dynamic theme support for icons and text colors
|
||||||
|
* Fixed: Sanitize user input for folder creation, IMG file creation, and file renaming
|
||||||
Reference in New Issue
Block a user