Skip to content

Christmas Release: 0.2.0

Latest
Compare
Choose a tag to compare
@elikoga elikoga released this 20 Dec 17:25

We are glad to announce Thymis 0.2.0 before Christmas! Happy Holidays!

  • ⚙️ CI: Automatically test building images for Pi3, Pi4, Pi5. (PR #136)

  • 🔒 Agent: Always use the current SSH host public key found on disk. (PR #121)

  • 🐍 Controller: Update Python dependencies. (PR #122, PR #132)

  • 💻 UI:

    • The Dashboard now has toast notifications informing you of exceptions, such as during fetches. (PR #133)
    • Added @zerodevx/svelte-toast for notifications. (PR #133)
    • Updated npm dependencies. (PR #122)
    • Disabled automatically triggering a build task on every configuration change. (PR #124)
    • Added a tab bar for navigation within Device or Tag contexts. (PR #125)
    • Various UI changes, including scaling the UI down and styling the login page with project branding. (PR #131, PR #135)
    • History page: Initial work on Git remote integration. (PR #130)
  • 🎛️ Kiosk Module:

    • Added audio support for Raspberry Pi series devices. (PR #96, PR #128)
    • Added a script to delete Chromium Singleton files left over from unclean shutdowns. (PR #128)
  • 🖥️ Device Support:

    • Fixed support for Raspberry Pi 5. (PR #136)
    • Added a new device format target: nixos-vm, which produces config.system.build.vm. (PR #127)
    • Added deduplication key to Thymis nixos modules for image formats, resolves some conflicts (PR #119)
  • 🐞 Bug Fixes:

    • Fixed issues with device renaming. (PR #134)
  • 🚀 Performance Improvements:

  • 📝 Documentation:

    • Updated flake installation guide to use branch v0.1. (PR #118)
    • Moved documentation link to the top of readme for better visibility. (PR #113)