Skip to content

Releases: r3c/winp

v0.3.7

04 Feb 21:44
@r3c r3c
Compare
Choose a tag to compare

What's Changed

  • Fix runtime crash when defining user variants with uninitialized "selected index" (fixes #43)

Full Changelog: 0.3.6...0.3.7

v0.3.6

03 Feb 21:44
@r3c r3c
Compare
Choose a tag to compare

What's Changed

  • Store variant index outside from array. by @r3c in #42
  • Add instructions about user variants. by @r3c in #41

Full Changelog: 0.3.5...0.3.6

v0.3.5

25 Jan 13:56
@r3c r3c
Compare
Choose a tag to compare

What's Changed

  • Move variants configuration to userVariants section. by @r3c in #36

Full Changelog: 0.3.4...0.3.5

v0.3.4

25 Jan 13:37
@r3c r3c
Compare
Choose a tag to compare

What's Changed

  • Bump MariaDB to version 11.7.1 & update download URL.
  • Improve package status labels in UI
  • Use DotNet 8.0.x. by @r3c in #35

Full Changelog: 0.3.3...0.3.4

v0.3.3

27 Aug 12:15
@r3c r3c
Compare
Choose a tag to compare

What's Changed

  • Allow selecting services that shouldn't be started. by @r3c in #28
  • Add "Open browser" button instead of automatic opening. by @r3c in #29
  • Extract download base URLs to constants. by @r3c in #31
  • Catch exception on invalid location directory. by @r3c in #32
  • Bump packages & specify 3 PHP versions by default. by @r3c in #33

Full Changelog: 0.3.2...0.3.3

v0.3.2

27 Jul 21:22
@r3c r3c
Compare
Choose a tag to compare
  • Automatically install packages if needed before starting them (fixed)
  • Bump MariaDB, Nginx, PHP & phpMyAdmin packages
  • Minor UI updates to reduce confusion between executable vs non-executable services
  • Compile using net8.0-windows target framework

v0.3.1

27 Jul 21:08
@r3c r3c
Compare
Choose a tag to compare
  • Automatically install packages if needed before starting them
  • Bump MariaDB, Nginx, PHP & phpMyAdmin packages
  • Minor UI updates to reduce confusion between executable vs non-executable services
  • Compile using net8.0-windows target framework

v0.3.0

21 Aug 11:56
@r3c r3c
Compare
Choose a tag to compare
  • Update UI to allow selecting package variants.
  • Overwrite template files when older than build.
  • Increase configure timeout for MariaDB initial setup.
  • Fix package status messages.

v0.2.6

17 Aug 16:33
@r3c r3c
Compare
Choose a tag to compare
  • Open default browser on services start
  • Allow modifying package configuration templates
  • Fix PHP configuration for PHP 8.0
  • Move location aliases relative to install directory

v0.2.5

24 Jul 17:56
@r3c r3c
Compare
Choose a tag to compare
  • Save default configuration to file.
  • Update project file to .NET Core 5.