Skip to content

Commit 7866cc8

Browse files
committed
chore: 2.0.4 release
1 parent d558105 commit 7866cc8

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.4] - 2025-10-15
9+
10+
### Added
11+
12+
- Automated updates for winget (`winget install GermanCoding.SyncTrayzor`)
13+
14+
### Fixed
15+
16+
- SyncTrayzor may crash when launched with administrative privileges (issue #55)
17+
18+
### Changed
19+
20+
- Translation updates
21+
- Dependency and runtime upgrades, embedded browser upgraded to Chromium/CEF v140
22+
23+
824
## [2.0.3] - 2025-09-20
925

1026
### Fixed

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.3</Version>
4+
<Version>2.0.4</Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)