Skip to content

Releases: michelle-avery/rad-cross-platform

Release v1.2.1

14 May 16:21

Choose a tag to compare

What's Changed

  • Don't disable wakelock proactively in #12

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

09 May 17:00
4bf8af1

Choose a tag to compare

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

06 May 20:11

Choose a tag to compare

Bump version

Release v1.1.0

06 May 15:06
ac46486

Choose a tag to compare

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

03 May 22:22

Choose a tag to compare

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