homebridge-flume 3.1.3-beta.0 → 3.1.3

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,11 +6,14 @@ 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.3 (2025-07-03)
9
+ ## 3.1.3 (2025-07-14)
10
10
 
11
11
  ### Added
12
12
  - Deutsche Übersetzungen – Danke, [@LexifOder](https://github.com/sponsors/LexifOder)!
13
13
 
14
+ ### Fixed
15
+ - Config UI in dark mode
16
+
14
17
  ### Changed
15
18
  - Use unread notifications as indication of leaks, low battery, or connection issues
16
19
  - Updated dependencies
@@ -1,3 +1,10 @@
1
+ <style>
2
+ .dark-mode {
3
+ background-color: #242424;
4
+ color: lightgrey;
5
+ }
6
+ </style>
7
+
1
8
  <p class="text-center">
2
9
  <img
3
10
  src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/banner.png?raw=true"
@@ -14,4 +21,4 @@
14
21
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
15
22
  </div>
16
23
 
17
- <script src="ui.js?v=3.1.3-beta.0"></script>
24
+ <script src="ui.js?v=3.1.3"></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.3-beta.0",
5
+ "version": "3.1.3",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },