Releases: Thymis-io/thymis
Releases · Thymis-io/thymis
Christmas Release: 0.2.0
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:
-
🖥️ Device Support:
-
🐞 Bug Fixes:
- Fixed issues with device renaming. (PR #134)
-
🚀 Performance Improvements:
-
📝 Documentation:
0.1.1
What's Changed
- update controller base URL handling to fix public https usage by @elikoga in #116
- this allows out of the box usage of Thymis using a Public https domain, as outlined in the documentation, which was previously broken.
- thanks to @tasiaiso for the bug report
- fix Dropdown by @MSchmoecker in #114
- Dropdown in the sidebar could be cut off, depending on layout, screen size, and amount of devices
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
- Initial release of the project
- Including basic device management features