Skip to content

Commit d1033e4

Browse files
committed
Fix changelog wording
1 parent 9edfca2 commit d1033e4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
## UNRELEASED
44

55
### Added
6-
- Can now set maximum recording width and height, will is scaled down if the viewport is larger.
7-
- Video segments are now using random names to avoid file conflicts on multiple game instances.
86

9-
### Fixes
7+
- Added the ability to set maximum recording width and height; recordings are scaled down if the viewport exceeds these dimensions.
8+
- Video segments now use random names to avoid file conflicts when multiple game instances are running.
9+
10+
### Fixed
1011

11-
- Fix ocasional freezes on Windows when viewport is being destroed, as write pipe could freeze the game.
12-
- Fix video recorder recording non-main windows when multiple windows are present.
13-
- Fix occasional crash when capturing a screenshot.
12+
- Fixed occasional freezes on Windows when the viewport is destroyed, caused by the write pipe freezing the game.
13+
- Fixed the video recorder incorrectly capturing non-main windows when multiple windows are open.
14+
- Fixed occasional crashes when capturing screenshots.
1415

1516
## 1.0.4
1617

0 commit comments

Comments
 (0)