Skip to content

Commit 0356d2d

Browse files
committed
Update changelog for v1.0.1
1 parent 7a09bc5 commit 0356d2d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11

22
# Changelog
33

4+
## [1.0.1] - 2025-08-15
5+
6+
### Changed
7+
8+
- Rename LockstepDebug define to LOCKSTEP_DEBUG ([`9b0e8c6`](https://github.com/JanSharp/VRCLockstep/commit/9b0e8c62184c28758d5faacbd12f6e4ffe97a0c0))
9+
- Remove "unchanged" postfix when GS is not in imported data which more accurate ([`71ff040`](https://github.com/JanSharp/VRCLockstep/commit/71ff040bec09b29e21f961f31d19d8a54b55960a))
10+
- Change "to import" to "supports import" in GS UI which is more accurate ([`4d7a7b7`](https://github.com/JanSharp/VRCLockstep/commit/4d7a7b7afa51201d67458f7f864b1b208c73e2b3))
11+
- Reset Sending-PlayerId/-UniqueId/-Time once an IA ran to help catch unintentional api misuse ([`373a9a5`](https://github.com/JanSharp/VRCLockstep/commit/373a9a534b5a6a34fd50878867cef1bf6e9badf2))
12+
- Use OnBuildUtil api to properly destroy objects, requires `com.jansharp.common` `v1.2.0` ([`09af531`](https://github.com/JanSharp/VRCLockstep/commit/09af5313b4becea3b4c460c3fe848f898f0f3693), [`7a09bc5`](https://github.com/JanSharp/VRCLockstep/commit/7a09bc5063836194caed03abd426ea115684f661))
13+
14+
### Added
15+
16+
- Add byte count & base64 length to exported window ([`b3a0fd1`](https://github.com/JanSharp/VRCLockstep/commit/b3a0fd1c1dff9a133ba895caf1e1bb7e8b0a615c))
17+
- Add ExportByteCount to LockstepAPI ([`5d58b7e`](https://github.com/JanSharp/VRCLockstep/commit/5d58b7e7a1e090dea4cee8cadbd08e101555212d))
18+
19+
### Fixed
20+
21+
- Fix import error caused by unused prefabs which were remnants from using the player object pool ([`609a096`](https://github.com/JanSharp/VRCLockstep/commit/609a09642b9d5d1f78d51076cf0f1c5c85fe4106))
22+
423
## [1.0.0] - 2025-04-24
524

625
_A few additions to the API got their own mentions in this list, however a lot of the API is not explicitly stated in this changelog entry. The whole list of API functions does not belong here._
@@ -61,4 +80,5 @@ _A few additions to the API got their own mentions in this list, however a lot o
6180
- Add lots of debug log messages, off by default ([`32f2b49`](https://github.com/JanSharp/VRCLockstep/commit/32f2b494dd82b3d760bc4a6b80e0aae987182e3f), [`0009cc5`](https://github.com/JanSharp/VRCLockstep/commit/0009cc5f567c001b62f90b6468502e4400362ff9), [`81ecf21`](https://github.com/JanSharp/VRCLockstep/commit/81ecf2184c8f8050e618d7185863ad629a55fcdb), [`a8153c6`](https://github.com/JanSharp/VRCLockstep/commit/a8153c60df362c11596ef9533165abc5bcfdbeb1), [`079263f`](https://github.com/JanSharp/VRCLockstep/commit/079263f5da7fe33011661384669f56d872a87f03), [`e6f18ec`](https://github.com/JanSharp/VRCLockstep/commit/e6f18ec3d730c0f1bf88c3a5601e08d3bba2b325), [`ff24e9f`](https://github.com/JanSharp/VRCLockstep/commit/ff24e9f0f077808aa72a840fcc6d22ee75a4203a), [`20dc7b5`](https://github.com/JanSharp/VRCLockstep/commit/20dc7b594d73ebc2748575209c7b9cefc74698ae), [`1ab744a`](https://github.com/JanSharp/VRCLockstep/commit/1ab744a7c9bc6466395a978876d80f84e5d0a7ee), [`791de2e`](https://github.com/JanSharp/VRCLockstep/commit/791de2ed7044ab3d2b34beb5072bf877b95e1580), [`a91cce9`](https://github.com/JanSharp/VRCLockstep/commit/a91cce9f58115198b58114267150c38f5c680da2), [`fdc42f5`](https://github.com/JanSharp/VRCLockstep/commit/fdc42f5f2a4cf5f6ae8751d3cdf5010ed2672849))
6281
- Add LockstepDebugUI prefab ([`ccb53a9`](https://github.com/JanSharp/VRCLockstep/commit/ccb53a9d941710f2cfd076e552fede0b8736d51e), [`6b12dd9`](https://github.com/JanSharp/VRCLockstep/commit/6b12dd985aa14c045dcb8dff6fd4da5ed8d37431), [`a2a7e97`](https://github.com/JanSharp/VRCLockstep/commit/a2a7e97effb473c574801d989e3484c664aa06f1), [`2354311`](https://github.com/JanSharp/VRCLockstep/commit/23543112430ef6fd4b9fbf846619a60735853808), [`ddcaf06`](https://github.com/JanSharp/VRCLockstep/commit/ddcaf06233f22f03b33067a1b8264ef41cd337bc), [`70c7eb4`](https://github.com/JanSharp/VRCLockstep/commit/70c7eb457b15d4ccccb5e168b25108f345802c0c), [`40a58e1`](https://github.com/JanSharp/VRCLockstep/commit/40a58e12d94f174683fc337f7a3604896966a842), [`a4a740a`](https://github.com/JanSharp/VRCLockstep/commit/a4a740a62c91baf732c24e910a2372301cf974b6), [`2f91fb5`](https://github.com/JanSharp/VRCLockstep/commit/2f91fb5862d15711fc748669d1b4cd1089a32e87), [`e82f68f`](https://github.com/JanSharp/VRCLockstep/commit/e82f68f0d7e330e657abf1c37529fd18487b71f5), [`b7137a3`](https://github.com/JanSharp/VRCLockstep/commit/b7137a3540e846ee442e11114f6bee69ee1d3849))
6382

83+
[1.0.1]: https://github.com/JanSharp/VRCLockstep/releases/tag/v1.0.1
6484
[1.0.0]: https://github.com/JanSharp/VRCLockstep/releases/tag/v1.0.0

0 commit comments

Comments
 (0)