File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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 )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments