Skip to content

Commit 7b0b315

Browse files
committed
chore: 2.0.0-beta.2
1 parent 8b6edc1 commit 7b0b315

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
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.1] - 2025-06-04
8+
## [2.0.0-beta.2] - 2025-06-07
99

1010
### Added
1111

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Native builds for Windows on ARM64 (UNTESTED)
1515
- Build all artifacts in GitHub Actions
1616
- Installer can now install in current-user mode (no administrative privileges required)
17+
- (beta.2) Allow the activity popup window to stay open (optional, new setting)
1718

1819
### Changed
1920

@@ -29,7 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930
- No longer offers 32-bit builds. All versions are 64-bit only
3031

3132

32-
v1.1.19
33+
## [1.1] - Meta Release
34+
35+
### Changed
36+
37+
Versions prior to 2.0 did not follow the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
38+
39+
40+
v1.1.29
3341
-------
3442

3543
- Don't crash in rare cases trying to detect if Intel Xe Graphics in use (#626)

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

0 commit comments

Comments
 (0)