You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Consistent start and stop message output
* Fix: UI - Language is not selectable (#1877)
* Version rollover
* Updating the Finish Page in the Inno Setup Installer
* Added locales to docker run
* Added locales to docker compile
* Change "C" locale to "C.UFT-8" locale in executables
* Removed the ability to revoke API requests which are not issued from the same network segment (#1880)
* Fix - CEC-Handler is not stopped properly
* Qt-Grabber (Windows) does not apply pixel ratio (#1882) - _Thanks to @SolberLight_
* Add additional error handling to resolving IP adressess
* Fiu: LED-devices are not retrying to establish connectivity, if supported by the device
* Fix: LED-devices are resolving IP-addresses for API and UDP two times in sequence
* Fix Code-QL Findings
* Fix LED-Device open return code handling
* Fix: LED-devices are not retrying to establish connectivity, if supported by the device
* Fix mDNS Retry handling for UDPRAW & UDPDDP
* Fixes Phillips Hue LED initialization did not return success with proper entertainment group
* pass context (JsonAPI) to connect() (EventHandler) to auto disconnect from lambda.
- Fix EffectModule::wrapGetImage
* Safari improvments
- Python corrections
- Use reference from Muxer
* Memory tracker - Fix deleter for non tracking scenario
* Windows - Log to Debug Output window
* CaptureCont properly disconnect
* Show Tracked memory sceanrio before executing deletes
* CaptureCont Move timeer to a start functiopn
* Destructor Logging
* Consolidate Memory tracker
* Update LOG type enum avoiding conflict with Windows macros
* Correct SmartPointers around Hyperion to ensure proper ownership
* Editorial changes
* Correct Logger
* Updates and corrections
* Track threads
* Decouple Hyperion references
* CodeQL finding
* CodeQL findings
* Fix - Disabled SmoothingUpdates
* Clean-up
* Add resilliancy, if componentRegister has been destroyed
* Fix setSubscriptionsTo to Instance
* Add missing disconnects
* Remove ScopedPointerDeleteLater to ensure destruction if thread is not nunning any long
* Fix LED-device updates queue up and let Hyperion crash (#1887)
* HTTPS support for homeassistant LED devices (#1886)
* Editorial updates
* Windows- update ssl version
* Clean-ups
(cherry picked from commit 3b5d547)
---------
Co-authored-by: Paulchen-Panther <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
### ✨ Added
14
14
15
+
- HTTPS support for homeassistant LED devices (#1886)
16
+
15
17
---
16
18
19
+
17
20
### 🔧 Changed
18
21
22
+
-**Fixes:**
23
+
- UI - Language is not selectable (#1877)
24
+
- CEC-Handler is not stopped properly
25
+
- Qt-Grabber (Windows) does not apply pixel ratio (#1882) - _Thanks to @SolberLight_
26
+
- LED-devices are not retrying to establish connectivity, if supported by the device
27
+
- LED-devices are resolving IP-addresses for API and UDP two times in sequence
28
+
- LED-device updates queue up and let Hyperion crash (#1887)
29
+
19
30
---
20
31
21
32
### 🗑️ Removed
22
33
34
+
- Removed the ability to revoke API requests which are not issued from the same network segment. This includes the removal of IP-address white- & blacklisting (#1880)
35
+
Rationale: Such kind of functionality is better to be dealt with via proper network management and setup, e.g. via firewalls, VLANs.
0 commit comments