Skip to content

Commit 0a686c6

Browse files
committed
chore: 2.1.0 release
1 parent fb2fb50 commit 0a686c6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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.1.0] - 2025-12-17
9+
10+
### Added
11+
12+
- Reworked the tray activity popup to be draggable and resizable (#105 by @meld-cp)
13+
14+
### Fixed
15+
16+
- Fix inverted order of items in the tray activity popup (issue #149)
17+
18+
### Changed
19+
20+
- Warn users if a mixed v1/v2 install is detected. These installs contain files from SyncTrayzor v1, which are incompatible with SyncTrayzor v2 and cause frequent crashes.
21+
- Translation updates
22+
- Dependency and runtime upgrades, embedded browser upgraded to Chromium/CEF v141
23+
824
## [2.0.4] - 2025-10-15
925

1026
### 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.4</Version>
4+
<Version>2.1.0</Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)