8000 Release v1.4.0 · joneavila/aesthetic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.4.0

Compare
Choose a tag to compare
@joneavila joneavila released this 11 Apr 04:36
· 412 commits to main since this release
7750b89

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 to commands.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

0