Skip to content

Commit ea77e4a

Browse files
committed
chore: 2.0.0-beta.4
1 parent 3fa39c7 commit ea77e4a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ 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.3] - 2025-06-08
8+
## [2.0.0-beta.4] - 2025-06-14
99

1010
> [!CAUTION]
1111
> 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.
1212
1313
> [!WARNING]
1414
> This is a beta release with potential bugs. You can run the portable release side by side with an existing SyncTrayzor install.
1515
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-
1916
> [!IMPORTANT]
2017
> The auto-upgrade mechanism will not automatically upgrade to a newer beta. Auto-upgrades are only for release versions.
2118
@@ -39,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3936
- Rewrite the "pause metered devices" feature without relying on obscure third-party DLLs (without source code)
4037
- Installer now asks whether to remove syncthing configuration + database upon uninstall
4138
- New maintainer is now @GermanCoding
39+
- (beta.4) Translation updates
40+
- (beta.4) The installer now safely upgrades existing (64-bit) SyncTrayzor v1 installs to v2
4241

4342
### Removed
4443

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

0 commit comments

Comments
 (0)