3 Commits
Author SHA1 Message Date
shihaam 860ff7c479 version 1.5 2026-03-12 17:56:32 +05:00
shihaam fdc63b49ed version 1.5 2026-03-12 17:31:09 +05:00
shihaam 30ab181d75 Version 1.5 2026-03-12 17:14:23 +05:00
3 changed files with 24 additions and 2 deletions
+15
View File
@@ -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
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "sh.sar.isodroid"
minSdk = 26
targetSdk = 36
versionCode = 4
versionName = "1.4"
versionCode = 5
versionName = "1.5"
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