Skip to content

Commit 5a40ca5

Browse files
committed
chore: 2.0.3 release
1 parent e274dd4 commit 5a40ca5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.3] - 2025-09-20
9+
10+
### Fixed
11+
12+
- Fix crash when hardware rendering is disabled (issue #78)
13+
14+
### Changed
15+
16+
- Extended error logging for the embedded browser. If you experience errors that say "SyncTrayzor was unable to initialize its embedded browser", please attach the logfile mentioned in the error message.
17+
18+
819
## [2.0.2] - 2025-09-12
920

1021
### Added

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>2.0.2</Version>
4+
<Version>2.0.3</Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)