This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
Releases: glebm/od-commander
Releases · glebm/od-commander
2020-04-04
Stable release
Added
- Improved font rendering, especially for CJK, Greek, etc.
- Uses full native resolution automatically, e.g. 320x480 on RetroFW (480x272 on RS07), 320x240 on RG350, 640x480 on RG350m (2x DPI).
- Image viewer.
- Different file icons for images, IPK, and OPK files.
Changed
- Better default directories on all platforms.
- Packaged as OPK instead of IPK for RetroFW.
- Icons changed to high-res icons from the Humanity theme.
Fixed
- Disk info functionality. Previously, didn't work at all.
- Text viewer tab handling. Previously, tab characters were not displayed correctly.
- Text viewer error handling. Previously, viewing a binary file could break other unrelated things.
- Call
sync
after file operations. Previously, you could copy a file only to find out that it's not actually there after pulling out the SD card.
Changes since the last testing pre-release:
- Fixed image viewer not loading the images for the first opened image type.
- Fixed text viewer error handling
- Call
sync
after file operations
2020-03-04
Fixed: Disabled 3:4 downscaling by default on RetroFW RS07 (this will require a new RetroFW release to work)
2020-02-24
RetroFW/RG350: Scale to non-standard display resolutions
If the display width is 640+, uses more DPI (max 2x) otherwise fills the screen at 1x DPI.
The logic can be improved in the future if necessary but this should cover RS07 and the rumored RG350v2 for now.
2020-02-23
Adds RG350 build
Updates icon
2020-02-22
2020-02-20
- Packages as OPK instead of IPK.
- Adds basic image support to file viewer.
- Fixes tab rendering in file viewer.
- Fixes "Disk info" on RetroFW.
upd-wip-release
WIP release