Skip to content

Releases: winbench/bench

v0.17.2

05 Feb 13:54
Compare
Choose a tag to compare
  • run archive extraction in background

v0.17.1

03 Feb 12:03
Compare
Choose a tag to compare
  • 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

13 Nov 14:38
Compare
Choose a tag to compare
  • 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

10 Jul 11:50
Compare
Choose a tag to compare
  • 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

17 May 19:57
Compare
Choose a tag to compare
  • fixed crash during download or other operations (race condition)

v0.16.0

16 May 11:13
Compare
Choose a tag to compare
  • Support for 64Bit programs
  • New generic app type python-package
  • Configuration info dialog
  • Copying values from info dialogs
  • Bugfixes

v0.15.2

29 Mar 10:19
Compare
Choose a tag to compare
  • fixed bug in initialization wizzard, which ignores the pre-selected apps
  • fixed bug in relation to downloads behind a proxy

v0.15.1

17 Feb 11:47
Compare
Choose a tag to compare
  • fixed upgrade mechanism

v0.15.0

17 Feb 10:46
Compare
Choose a tag to compare

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

30 Jan 12:46
Compare
Choose a tag to compare
  • Fixed some minor bugs
  • Improved configuration templates