Releases: michelle-avery/rad-cross-platform
Releases · michelle-avery/rad-cross-platform
Release v1.2.1
Release v1.2.0
Backlight support (#11) * Add initial local package for linux screen brightness * Initial backlight support * Trigger HA update on external change, rather than timer * Write 0 twice when turning off the screen. This works around a weird quirk where the first 0 write seems to be written as 40 (very dim) rather than off.
Release v1.1.1
Bump version
Release v1.1.0
What's Changed
- Log app version and show it on settings screen in #2
- Log more informative message when app receives a command for a newer version in #3
- Send client version to server in #4
- Add the ability to refresh the current page in #5
- Add support for cleartext communication with Home Assistant in #6
Full Changelog: v1.0.8...v1.1.0
Release v1.0.8
The first official release of the new Cross-Platform Remote Assist Display 🎉
This app remains compatible with the existing RAD Integration (version 0.2.12+), but is re-built from the ground up using Flutter for better cross-platform compatibility. Compared to previous app, this version:
- Takes up significantly less disk space on both Linux and Android
- Is much more stable on Android
- Has a settings screen which allows you to adjust the log level
- Allows for sharing of log files with Android's built-in share support
- Provides an install script for easy installation on PostmarketOS
- Utilizes a proper OAuth implementation to authenticate with your Home Assistant instance