version 1.4

This commit is contained in:
2026-03-11 12:45:51 +05:00
parent cbee1786ca
commit 6cdd812144
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -5,6 +5,19 @@ 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.4] - 2026-03-11
### Added
- Directory browser for changing ISO directory in settings
- Create new directories from the directory browser
- Delete directories created by the app (long press)
- Shows ISO/IMG files with OS icons in directory browser
### Changed
- Empty state on home screen now shows current path and helpful hints
- Version number is now read dynamically from app config
- Renamed "folder" to "directory" throughout the UI
## [1.3] - 2025-03-11
### Changed
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "sh.sar.isodroid"
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.3"
versionCode = 4
versionName = "1.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}