Skip to content

Commit 541b14b

Browse files
committed
chore: 2.0.0-beta.5
1 parent 84fd3ad commit 541b14b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.4] - 2025-06-14
8+
## [2.0.0-beta.5] - 2025-06-23
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.
@@ -28,11 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
### Fixed
2929

3030
- (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
3132

3233
### Changed
3334

3435
- Move the project from .NET Framework to .NET Core 8
3536
- Modernize all dependencies
37+
- Syncthing API updates for recent syncthing versions (including v2)
3638
- Rewrite the "pause metered devices" feature without relying on obscure third-party DLLs (without source code)
3739
- Installer now asks whether to remove syncthing configuration + database upon uninstall
3840
- New maintainer is now @GermanCoding

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

0 commit comments

Comments
 (0)