Skip to content

Commit 0d7b3d4

Browse files
committed
chore: 2.0.0 release
1 parent cfa17e7 commit 0d7b3d4

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ 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.0-beta.6] - 2025-08-07
9-
10-
> [!CAUTION]
11-
> This beta is primarily built for syncthing v2. If you uninstall SyncTrayzor v1 and install v2, your existing syncthing (if any) will be upgraded to syncthing v2.
12-
13-
> [!WARNING]
14-
> This is a beta release with potential bugs. You can run the portable release side by side with an existing SyncTrayzor install.
15-
16-
> [!IMPORTANT]
17-
> The auto-upgrade mechanism will not automatically upgrade to a newer beta. Auto-upgrades are only for release versions.
8+
## [2.0.0] - 2025-08-12
189

1910
### Added
2011

@@ -23,24 +14,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2314
- Native builds for Windows on ARM64 (UNTESTED)
2415
- Build all artifacts in GitHub Actions
2516
- Installer can now install in current-user mode (no administrative privileges required)
26-
- (beta.2) Allow the activity popup window to stay open (optional, new setting)
17+
- Allow the activity popup window to stay open (optional, new setting)
2718

2819
### Fixed
2920

30-
- (beta.3) Fix bugs with file transfer detection introduced in beta.1
31-
- (beta.5) Fix memory leak when the activity popup window is open
21+
- Fix memory leak when the activity popup window is open
3222

3323
### Changed
3424

25+
- New maintainer is now @GermanCoding
3526
- Move the project from .NET Framework to .NET Core 8
3627
- Modernize all dependencies
3728
- Syncthing API updates for recent syncthing versions (including v2)
3829
- Rewrite the "pause metered devices" feature without relying on obscure third-party DLLs (without source code)
3930
- Installer now asks whether to remove syncthing configuration + database upon uninstall
40-
- New maintainer is now @GermanCoding
41-
- (beta.4) Translation updates
42-
- (beta.4) The installer now safely upgrades existing (64-bit) SyncTrayzor v1 installs to v2
43-
- (beta.6) Support new "deleted files can win conflicts" conflict handling in syncthing v2
31+
- Translation updates
32+
- The installer safely upgrades existing (64-bit) SyncTrayzor v1 installs to v2
33+
- Support new "deleted files can win conflicts" conflict handling in syncthing v2
4434

4535
### Removed
4636

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.0-beta.6</Version>
4+
<Version>2.0.0</Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)