You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
18
9
19
10
### Added
20
11
@@ -23,24 +14,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
14
- Native builds for Windows on ARM64 (UNTESTED)
24
15
- Build all artifacts in GitHub Actions
25
16
- 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)
27
18
28
19
### Fixed
29
20
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
32
22
33
23
### Changed
34
24
25
+
- New maintainer is now @GermanCoding
35
26
- Move the project from .NET Framework to .NET Core 8
36
27
- Modernize all dependencies
37
28
- Syncthing API updates for recent syncthing versions (including v2)
38
29
- Rewrite the "pause metered devices" feature without relying on obscure third-party DLLs (without source code)
39
30
- 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
0 commit comments