Skip to content

Commit 3d51cb7

Browse files
committed
chore: 2.0.0-beta.3
1 parent 66bda10 commit 3d51cb7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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.2] - 2025-06-07
8+
## [2.0.0-beta.3] - 2025-06-08
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+
> Installing SyncTrayzor v2 will overwrite any existing v1 installation. However, the installation directory is not cleaned, which results in a mix of v1 and v2 files. The new uninstall behaviour does not work properly if v1 is upgraded to v2, due to uninstallers being merged.
18+
19+
> [!IMPORTANT]
20+
> The auto-upgrade mechanism will not automatically upgrade to a newer beta. Auto-upgrades are only for release versions.
921
1022
### Added
1123

@@ -16,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1628
- Installer can now install in current-user mode (no administrative privileges required)
1729
- (beta.2) Allow the activity popup window to stay open (optional, new setting)
1830

31+
### Fixed
32+
33+
- (beta.3) Fix bugs with file transfer detection introduced in beta.1
34+
1935
### Changed
2036

2137
- Move the project from .NET Framework to .NET Core 8

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

0 commit comments

Comments
 (0)