Skip to content

Releases: agittins/bermuda

v0.8.0-alpha.2

09 Feb 20:07
Compare
Choose a tag to compare
v0.8.0-alpha.2 Pre-release
Pre-release

** Alpha release for testing only **

Issues

  • still has some odd naming issues for scanners in particular.

Changes

  • refactor!: fixed naming of devices for consistency @agittins (#465)
  • feat: Restore Area Last Seen on HA restart, fix Area not timing out @agittins (#467)
  • fix: handle malformed iBeacon packets fixes #466 @agittins (#468)

📦 Dependencies

v0.8.0-alpha.1

09 Feb 01:52
5a19cb4
Compare
Choose a tag to compare
v0.8.0-alpha.1 Pre-release
Pre-release

Changes

  • refactor!: fixed naming of devices for consistency @agittins (#465)

v0.7.4 Last Seen Sensor, Repairs and Regressions!

09 Feb 01:35
748e433
Compare
Choose a tag to compare

This release brings:

  • 🔧 An important fix for distance smoothing that was causing extra-twitchy area changes and sometimes sensors locking into Unknown shortly after starting.
  • 🍬 The long-awaited Area Last Seen sensor, that lets you easily automate on where the kids left the tablet before the battery ran out (this sensor is disabled by default, so you need to enable it for your desired devices). Big thanks to @prestomation for their first contribution to Bermuda in getting this one up!
  • ⚙️ If a scanner is lacking an assigned area, the sensor will indicate this and a repair issue will be raised to make it easier to discover where the problem is.

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.4rc3

07 Feb 17:01
748e433
Compare
Choose a tag to compare
v0.7.4rc3 Pre-release
Pre-release

Changes

v0.7.4rc2

06 Feb 21:52
ee54f77
Compare
Choose a tag to compare
v0.7.4rc2 Pre-release
Pre-release

Changes

v0.7.4rc1 Area Last Seen and repairs, oh my!

06 Feb 21:23
85e81d5
Compare
Choose a tag to compare

Changes

v0.7.3 HA 2025.2.0 Compatability, Performance improvements

04 Feb 22:43
d0a1459
Compare
Choose a tag to compare

This release is pretty much compulsory for 2025.2.0 onward, as some changes have been made in HA's bluetooth integration.

The three big items here are:

  • 🚨 FIX for compatibility with HA 2025.2.0 and the new Bluetooth devices in this release. Bermuda will preference areas and names defined by the user in the new Bluetooth core integration's device page, but will fall back to using the ESPHome / Shelly device names and areas otherwise. Thanks to @tbrasser for the heads-up on this in #446, as well as @jkpe and @bmatheny for their input - much appreciated!
  • 🚀 Significant performance improvements in update cycles thanks to @Lash-L
  • 🛟 FIX crashing and performance improvements for diagnostics download again thanks to @Lash-L

✅ Also Bermuda has made it into the HACS default repositories, so discovery of Bermuda (and installation) for new users should be even easier!

📈 Bermuda’s stats from the opt-in HA telemetry stats show us having over 3,300 users and picking up about 500 per month - given the opt-in nature of those stats this means a likely user count of somewhere between 3,300 and 11,000 😲 so umm… welcome to the party!

New Contributors!

Speaking of parties…

  • 🇵🇹 🇧🇷 🇨🇻 🇹🇱 🇬🇶 🇬🇼 🇲🇿 🇸🇹 🇲🇴 Portugese language support from @ViPeR5000!
  • 🇳🇱 🇦🇼 🇨🇼 🇸🇽 🇧🇪 🇸🇷 Dutch language support from @createthisnl!
  • 📕 Documentation improvements from @reidprichard!

Thanks for your contributions (and to more from others in the coming releases, already in the pipeline)!

Changes

📦 Dependencies

v0.7.3rc1 - HA 2025.2.0 compatability and more!

04 Feb 18:29
Compare
Choose a tag to compare

The two big items here are:

  • FIX for compatability with HA 2025.2.0 and the new Bluetooth devices in this release
  • Significant performance improvements in update cycles thanks to @Lash-L
  • FIX crashing and performance improvements for diagnostics download again thanks to @Lash-L

New contributors!

Changes

📦 Dependencies

v0.7.2 - Fix local bluetooth dongles

14 Nov 18:05
8f905a4
Compare
Choose a tag to compare

A quick release to fix local bluetooth adaptors not being detected properly. Safe to skip this one if you only use remote bluetooth proxies (esphome, shelly).

Changes

v0.7.1 Bugfix release

13 Nov 18:37
Compare
Choose a tag to compare

This release is mainly to fix a few bugs found with metadevices (IRK, iBeacon) not setting their Area to "Unavailable" when away (and some linked issues with honouring max_radius as a result), and regular one-second pops to "Unavailable" as devices rotated their MAC address.

This version also features our first translation! Greek language support thanks to Chreece's first contrib to the project - amazing!

Some tweaks also (with some more to come) on handling changes to scanner devices and general improvements to some of the startup routines, with things behaving a lot more predictably now which may also address some rare lockups/race conditions that have popped up previously.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1