v1.4.0
Add RGB lighting feature, Retro Pixel font, custom boot and reboot images
🚀 Features
- Add RGB lighting feature with live preview
- Add Retro Pixel as a theme font option
- Add custom boot image
- Add custom reboot image
🐛 Bug Fixes
- Fix: Update asset paths for hex picker screen icons
- Fix: Install theme automatically
🧰 Improvements
- Improve cursor movement in HSV color picker
- Move constant paths to
constants.lua
- Create theme
credit.txt
dynamically - Create theme
version.txt
dynamically - Refactor: Move IO functions to
system.lua
and commands functions tocommands.lua
- Redirect stdout and stderr to log file
- Draw error in popup rather than background
- Extract archive automatically in build script
- Set global.ini
CONTENT_HEIGHT
based on display height - Update default theme colors
- Update UI font size calculation
- Set global.ini
CONTENT_ITEM_COUNT
based on display height
📚 Documentation
- Add LÖVE license
- Add "Support this project" section to
README
- Add link to muOS Discord server thread to
README
- Create
.luacheckrc
- Update build script usage
- Update launch script documentation
🗂 Miscellaneous
- Create
convert_font_to_binary.sh
Full Changelog: v1.3.1...v1.4.0