Skip to content
v6.0.0

A major version change, some minor technical changes and quality of life updates!

This version contains the following changes:
- The Player icon has been updated to match Roblox' new branding.
- Removed the setting to disable the Wine version check.
- Grapejuice now always lists all GPUs in the system.
- Settings were re-ordered so the prefix routing is now at the bottom.
- The 'Create' button on the prefix panel is now labeled as 'Initialize'.
- Grapejuice now stores logs in `~/.local/share/grapejuice/log`.

Some of these changes might not make much sense as first glance so they're explained below.

The setting to disable the Wine version check was removed because Grapejuice doesn't check for your Wine version anymore. Checking the wine version is very fragile and was removed a long time ago. The setting itself slipped under the radar through changes in Grapejuice.

On some systems the hardware detection feature does not detect the capabilities of all GPUs in the system properly. Because of that the PRIME offloading settings would not be shownn. As a 'temporary' fix, Grapejuice will now always show the setting.

Some users confuse the prefix routing feature with disabling the Roblox App. Unchecking the app in the Player prefix settings does nothing but break the Roblox App shortcut. All that setting does is route the shortcut invocation to the correct Wineprefix!

Logs are now stored in `~/.local/share/grapejuice/log` for compliancy with the XDG specification. Doing this should make it possible for Flatpak users to actually open the logs directory. Grapejuice will still attempt to make a symlink at `~/.local/var/log/grapejuice` to mimic the FSH structure and to allow users to get used to the new behaviour. Upon exiting Grapejuice, the old logs structure will be converted to the new structure in Grapejuice's log vacuum mechanism.