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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +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.4] - 2025-06-14
8
+
## [2.0.0-beta.5] - 2025-06-23
9
9
10
10
> [!CAUTION]
11
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.
@@ -28,11 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
### Fixed
29
29
30
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
31
32
32
33
### Changed
33
34
34
35
- Move the project from .NET Framework to .NET Core 8
35
36
- Modernize all dependencies
37
+
- Syncthing API updates for recent syncthing versions (including v2)
36
38
- Rewrite the "pause metered devices" feature without relying on obscure third-party DLLs (without source code)
37
39
- Installer now asks whether to remove syncthing configuration + database upon uninstall
0 commit comments