Skip to content

Release 0.8.0

Latest

Choose a tag to compare

@MSchmoecker MSchmoecker released this 05 May 17:46
· 20 commits to master since this release

🌟 Major Changes:

  • Added device details page, collect CPU, RAM and disk metrics, showing network information (#694)
  • Added switching of deployed devices to a different config (#702, #709, #710)
  • Added scheduled auto-updates (#678)
  • Reworked Overview Page (#680)

🚀 Improvements and Fixes:

  • ⚙️ Setup
    • Added ARM Docker support (#645)
  • 🎨 Frontend & UI
    • Improved task page layout (#681)
    • Fixed wrong device being selected in log view (#642)
  • ⚡ Backend & Performance
    • Added support for multiple processes per task (#667)
    • Fixed errors when requesting unusual URLs (#643)
    • Fixed memory leak / OOM (#666)
    • Fixed HMR WebSocket port conflict (#677)
    • Removed systemd-run and sudo checks from deploy_device_task to be more system agnostic (#654)
  • 📡 Agent & Devices
    • Added 1GB swap file to improve system stability (#648)
    • Added continuous timer type for background services (#659)
    • Changed thymis input to v0.8 to include agent changes by default (#632, #714)
    • Changed systemd LimitNOFILE to infinity for thymis-agent (#687)
    • Fixed relayed tcp connections not closing (#638)
    • Fixed recursion error on edge-agent disconnect (#640)
    • Fixed deploy failure race condition (#647)
    • Fixed kiosk chromium startup (#658)
    • Fixed http-network fd-leak (#688, #669)
  • 🔄 Dependencies
    • Updated to nixpkgs 25.11 (#664)
    • Updated python and node dependencies