homebridge-flume 3.1.5-beta.0 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@ Would you like to see Homebridge Flume in your language? Please consider [gettin
6
6
 
7
7
  All notable changes to homebridge-flume will be documented in this file.
8
8
 
9
+ # 3.1.5 (2025-07-24)
10
+
11
+ ### Fixed
12
+ - Try full authentication when refresh fails ([#128](https://github.com/mpatfield/homebridge-flume/issues/128))
13
+
14
+ ### Changed
15
+ - Reverted to using `leaks/active` api for leak detection ([#129](https://github.com/mpatfield/homebridge-flume/issues/129))
16
+ - Updated dependencies
17
+
18
+ ### Added
19
+ - Added `useNotifications` config option to include custom usage alerts in leak detection
20
+
9
21
  # 3.1.4 (2025-07-16)
10
22
 
11
23
  ### Fixed
@@ -21,4 +21,4 @@
21
21
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
22
22
  </div>
23
23
 
24
- <script src="ui.js?v=3.1.5-beta.0"></script>
24
+ <script src="ui.js?v=3.1.5"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
4
  "displayName": "Flume",
5
- "version": "3.1.5-beta.0",
5
+ "version": "3.1.5",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },