Releases: winbench/bench
Releases · winbench/bench
v0.17.2
- run archive extraction in background
v0.17.1
- fixed crashes in some edge cases
- cleanup activation files (disabled entries are beeing removed if they have no comments)
- remove info dialog from SFX transfer packages without user config (e.g.
BenchSetup.exe
) - exclude
.git
folders when loading app library from filesystem
v0.17.0
- DROPPED CLR 2.0 support, minimal .NET Framework version is 4.5
- added new root scripts
- added Drag-and-Drop support for BenchManager launcher icons
- added context menus to BenchManager launcher icons
- fixed dialog size of initialization assistant
- fixed download via HTTPS for some app resources
- introduced transfer-package based SFX setup file
BenchSetup.exe
v0.16.2
- Isolation selection in the initialization wizzard
- Shortcut key F5 for reloading the Bench configuration
- Switched from MarkdownEdit to Notepad++ as config editor
v0.16.1
- fixed crash during download or other operations (race condition)
v0.16.0
- Support for 64Bit programs
- New generic app type
python-package
- Configuration info dialog
- Copying values from info dialogs
- Bugfixes
v0.15.2
- fixed bug in initialization wizzard, which ignores the pre-selected apps
- fixed bug in relation to downloads behind a proxy
v0.15.1
- fixed upgrade mechanism
v0.15.0
In this release the directories for cached and installed files where changed.
To prevent downloading all app resources and installing all apps again,
the upgrade must be perfomed with a special script.
Otherwise, a fresh Bench installation and copying the user configuration manually is necessary.
- Make sure all programs from the Bench environment are closed
- Download
migrate-to-0-15.cmd
- Save the script in the Bench root directory
- Make sure it has the filename extension
.cmd
- Allow the execution in the file properties
- Run the script file
- Delete the script file after successful upgrade
Changes
- added Bench CLI commands
manage config set <name> <value>
,manage config edit
- added support for cloning exporting a Bench environment
- changed a couple of property names (see CHANGELOG.md)
- changed file structure (see CHANGELOG.md)
- fixed HTML comment support in Markdown config files
v0.14.1
- Fixed some minor bugs
- Improved configuration templates