Version: 268.1.0

This commit is contained in:
PJB3005
2025-12-04 16:35:46 +01:00
parent 35fb4cc832
commit fde2a83f03
2 changed files with 20 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,6 +39,25 @@ END TEMPLATE-->
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 268.1.0
### New features
* Added `IReplayFileWriter.WriteYaml()`, for writing yaml documents to a replay zip file.
* Added Caps Lock as a proper bindable key.
* Added `IParallelBulkRobustJob` as an alternative to `IParallelRobustJob`, taking ranges instead of indices.