Skip to content

Commit e29df36

Browse files
committed
Updates package to v0.13.0.
1 parent 591b0e3 commit e29df36

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

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.
21+
622
## [v0.12.0] - 2024-09-15
723

824
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.atb.hackbox",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"displayName": "Hackbox.ca",
55
"description": "This integrates the online signalling system Hackbox.ca into Unity.",
66
"unity": "2019.3",

0 commit comments

Comments
 (0)