Releases: vinegarhq/vinegar
v1.4.5
- Dropped Vinegar versioning (
vinegar version
) - Reverted vendored or release tarball back to .tar.xz
v1.4.4
- Oops: Change configuration path from
vinegar.toml
back toconfig.toml
- Vendored tarball is now gzipped
v1.4.3
- Don't print sanitized environment
- Improved wineroot checking
- Verify renderers during
vinegar edit
- Improved sub-commands, don't require a prefix or configuration on certain commands
- Enable DXVK by default for Studio
- Dropped vendor, release tarball only
-config
option to specify configuration path on the command-line- Prefer
WINEPREFIX
environment variable if absolute path is set - Extra Roblox deploy mirrors added
v1.4.2
- Implemented changing DXVK version in configuration
- Multiple instances of Roblox now part of Vinegar as a configuration option
PREFIX
in Makefile set to/usr
by default- Retry downloading a Roblox package if checksum failure occurs
- Bump DXVK to 2.3
- Allow fallback of internal editor to
nano
- Sanitization of environment as a configuration option
- Print environment upon vinegar launch
- Allow minimum Wine debug logging
- Fix DXVK DLL override environment variable
- Disable Crash dialog upon Wineprefix initialization; Studio requires this as it launches in a debugger and Wine makes a crash dialog, despite Studio running. Credits to @Noted-Jrelvas
- Implemented installation of Edge Webview2 as
install-webview2
; requires a special Wine patch for Webview2 installation to go through.
v1.4.1
- Implemented
vinegar edit
, to edit the configuration automatically and report back errors when needed, and the ability to edit it again if it fails to do so.
v1.4.0 - Major rewrite
This release of Vinegar has a configuration format which is incompatible with older versions of Vinegar, please ensure that you update your configuration to the documentation.
To ensure compatibility, make sure to delete all of Vinegar's old directories, this can be achieved in the old version of vinegar as
vinegar delete
.
Version 1.2.0 and 1.3.0 has been completely skipped to due bad version history, fixes Go module retraction.
- Uses the 64-bit of Studio, fixes Studio crashing or behaving unexpectedly
- Fixes empty channels, will use LIVE if empty
- Prints ClientSettings URL during Version fetching
- Fixes/Adds ability to have multi-argument launchers
v1.1.2
This release of Vinegar has a configuration format which is incompatible with older versions of Vinegar, please ensure that you update your configuration to the documentation.
To ensure compatibility, make sure to delete all of Vinegar's old directories, this can be achieved in the old version of vinegar as
vinegar delete
.
- Fixes deletion of wineprefix in
vinegar delete
- Fixes vinegar's old codename binary name
- Adds back
vinegar version
- Prints FFlags before applying them
- Vendorized dependencies
v1.1.1 - Major rewrite
This release of Vinegar has a configuration format which is incompatible with older versions of Vinegar, please ensure that you update your configuration to the documentation.
To ensure compatibility, make sure to delete all of Vinegar's old directories, this can be achieved in the old version of vinegar as
vinegar delete
.
- Fixes overriding channel bug when parsing the launch URI from the browser
v1.1.0 - Major rewrite
This release of Vinegar has a configuration format which is incompatible with older versions of Vinegar, please ensure that you update your configuration to the documentation.
To ensure compatibility, make sure to delete all of Vinegar's old directories, this can be achieved in the old version of vinegar as vinegar delete
.
v1.0.3
Fix for DXVK bug.