Version 1.5
This commit is contained in:
@@ -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/),
|
||||
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
|
||||
|
||||
### Added
|
||||
|
||||
@@ -12,7 +12,7 @@ android {
|
||||
applicationId = "sh.sar.isodroid"
|
||||
minSdk = 26
|
||||
targetSdk = 36
|
||||
versionCode = 4
|
||||
versionCode = 1
|
||||
versionName = "1.4"
|
||||
|
||||
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