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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
+
## [v0.13.0] - 2025-07-14
7
+
8
+
### Added
9
+
- Added `ParameterListComparer` for better handling of Parameter lists merging.
10
+
- Added an overloaded `AddChoicesComponent` to `StateBuilder`
11
+
12
+
### Fixed
13
+
- Fixed an connection issue that was caused by multiple connect calls being made on the same Host instance.
14
+
- Fixed the regex in `BackgroundHelpers` to properly match the beginning of the string.
15
+
16
+
### Changed
17
+
- Refactored the socket data stream code to improve performance.
18
+
19
+
### Removed
20
+
- Removed HostVersion on the Host component and Fonts properties on the Theme object as these are no longer in use; font use is now inferred from presets/component style properties.
0 commit comments