Skip to content

Releases: ratgdo/homekit-ratgdo

v1.4.4

31 May 02:23
Compare
Choose a tag to compare
v1.4.4 Pre-release
Pre-release

What's Changed

  • Fixes / features for next release. by @dkerr64 and @jgstroud in #191
  • Remove old redundant code
  • Save logs on clean shutdown
  • Check flash CRC on upload complete
  • Add a full flash verify on upload to make sure contents are written properly to flash
  • Change wifi persist to false. was writing wifi settings to flash multiple times on each boot. known to cause issues. #192

Lots of changes mainly focuses on trying to prevent flash corruptions.

Full Changelog: v1.4.3...v1.4.4

v1.4.3

24 May 17:07
Compare
Choose a tag to compare

What's Changed

  • Homekit was frequently missing the door closed update notification so by @jgstroud in #188

Full Changelog: v1.4.2...v1.4.3

v1.4.2

23 May 17:00
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

What's Changed

  • Revert back to pio default arduino framework and keep custom LwIP by @jgstroud in #185

Full Changelog: v1.4.1...v1.4.2

v1.4.1

22 May 22:17
Compare
Choose a tag to compare

What's Changed

  • Continue to send SSEheartbeats during firmware update by @dkerr64 in #180
  • Add a log of the build sizes so we can track changes in ram usage by @jgstroud in #182
  • Convert ssid String to c_str by @jgstroud in #183
  • Log the BSSID on disconnect by @jgstroud in #186

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 May 15:12
Compare
Choose a tag to compare

What's Changed

  • Fixes and features for next release by @dkerr64 in #175
    • Back out usage of secondary IRAM heap. This was causing some users to not be able to access the webUI. Fixes #173
    • Change webUI structure for memory optimization
    • Add script to remotely monitor logs
    • Document CLI control in the README
  • New prerelease check by @jgstroud in #170
  • v1.3.5 in changeling by @donavanbecker in #169
  • Wait before publishing release to discord by @donavanbecker in #168

Full Changelog: v1.3.5...v1.4.0

v1.3.5

02 May 01:53
Compare
Choose a tag to compare

What's Changed

Hotfix:

  • New flash wear protection was causing problems with rolling code getting out of sync on some GDOs. Fix implemented
  • OTA Flash CRC check was causing false failures and blocking OTA upgrade. Removed this check. MD5 check still in place.

Full Changelog: v1.3.2...v1.3.5

Rebuild of 1.3.2

02 May 01:16
ccf6691
Compare
Choose a tag to compare
Rebuild of 1.3.2 Pre-release
Pre-release

Ignore this release.

v1.3.2

30 Apr 22:45
32e858a
Compare
Choose a tag to compare
  • Suspend certain activity when update underway, including comms and ho… by @dkerr64 in #153
  • Time-to-close and further memory improvements by @dkerr64 in #145
    Include md5 in upload by @donavanbecker in #163
  • Fixes #60 Warning is now configurable in the setting page. User can set the duration of the delay before close. Lights will flash, but no beep. Controlling the beep is not yet possible.

Fixes #150 Allow user to set the WiFi transmit power. This combined with the ability to force 802.11g should fix #77

Added lots of additional error checking and safeguards to address #151 Note, you won't see the benefits of these changes until the next update.

  • More stability enhancements. Memory improvements to free up additional heap.
  • Store serial log to flash on crash
  • Allow logging over the network to the javascript console. No longer need a USB cable to capture the logs
  • FIx an issue with MD5 checking on updates

Many thanks to @dkerr64 for all the work on this release.

v1.2.1

04 Apr 15:34
Compare
Choose a tag to compare

What's Changed

Hotfix release

  • Fixed incorrect reporting of garage door state

  • A number of users have reported failed OTA updates requiring a USB reflash in #151
    I believe this was introduced by:
    ee38a90
    Reverted those changes
    NOTE: since the OTA update failure is a result of the running code and not the incoming code, you may have to flash this release with a USB cable as well, but hopefully this will fix any future OTAs.

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

v1.2.0

04 Apr 03:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0