Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 committed Sep 9, 2023
1 parent 0b539a7 commit 9a879c0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Expand Up @@ -55,6 +55,21 @@
- [org.tukaani.xz](https://tukaani.org/xz/)

## 更新历史

### v0.1.1
- 更新旧功能:
1. 手动选择obb。
- 点击空白处之后不会报tmp.obb找不到的错误。
- 支持识别直装版数据包(`apk/assets/obb/*.obb` or `apk/lib/armeabi-v7a/libres.so`
2. d盘路径选择
- 名称改为“切换磁盘路径”。
- 可添加多个盘符。所有容器共用一个配置,配置存储在z:/opt/drives.txt中。
- 可识别多个设备,名称为 “外部存储设备 - (1,2...)”,原先的 “SD卡” 容易让用户引起误解,以为只能读取sd卡。外部存储设备现在可选根目录(之前只能选应用专属目录)
3. 自定义按键
- 左右布局编辑一列按键时,重新选择按键之后会导致按键顺序被打乱。 现在会保留原有顺序

- 其他:修复 自定义分辨率无法正确读取已安装版本号的bug

### v0.1.0
- 更新旧功能:
1. 环境设置 - 渲染设置:
Expand Down
13 changes: 13 additions & 0 deletions readme/readme_en.md
Expand Up @@ -52,6 +52,19 @@ So I'm wondering if I can make an application. The user only needs to click a bu


## Change Log
### v0.1.1
- Old functions updated:
1. select obb manually
- fix: clicking the blank space leads to an error of tmp.obb not found.
- support bundled obb file (place it at `apk/assets/obb/*.obb` or `apk/lib/armeabi-v7a/libres.so`)
2. Custom location of drive D
- Name changed: `Change Locations of Drives`
- able to add multiple drives. All containers use the same config, config file saved at z:/opt/drives.txt
- able to display more that one external device, named as "other storage device - (1,2...)". The old name "Sd card" is not accurate. Root folder is now added as an option for external devices.
3. Custom Control
- fix: When editing one column of Left&Right side layout, reselect keys result in reset of key's order.

- Others: fix: custom resolution function doesn't read the installed version number correctly.

### v0.1.0
- Old functions updated:
Expand Down
14 changes: 14 additions & 0 deletions readme/readme_ru.md
Expand Up @@ -52,6 +52,20 @@

## Change Log

### v0.1.1
- Old functions updated:
1. select obb manually
- fix: clicking the blank space leads to an error of tmp.obb not found.
- support bundled obb file (place it at `apk/assets/obb/*.obb` or `apk/lib/armeabi-v7a/libres.so`)
2. Custom location of drive D
- Name changed: `Change Locations of Drives`
- able to add multiple drives. All containers use the same config, config file saved at z:/opt/drives.txt
- able to display more that one external device, named as "other storage device - (1,2...)". The old name "Sd card" is not accurate. Root folder is now added as an option for external devices.
3. Custom Control
- fix: When editing one column of Left&Right side layout, reselect keys result in reset of key's order.

- Others: fix: custom resolution function doesn't read the installed version number correctly.

### v0.1.0
- Old functions updated:
1. container settings - renderers
Expand Down

0 comments on commit 9a879c0

Please sign in to comment.