Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v7.14.4
    v7.14.4
    
    This version of Grapejuice adds a Roblox Release channel setting!
    
    Aside that some minor bugs were fixed:
    - Grapejuice now throws a real error when it can not fetch a version
    - The self-updater doesn't crash anymore. This broke after the virtualenv update.
    - Removed the player warning dialog
  • v7.11.4
    33595fcc · v7.11.4 ·
    v7.11.4
    
    Fixes an issue with the pyproject.toml entry-points configuration. This update only applies to source install of Grapejuice.
  • v7.11.3
    7a84c618 · Version 7.11.3 ·
    v7.11.3
    
    Fixes an issue with pydantic versions on certain Linux distributions. Courtesy of @TestingPlant.
  • v7.10.3
    b9296096 · v7.10.3 ·
    v7.10.3
    
    This version of Grapejuice has some QoL features and bug fixes.
    
    Grapejuice will now display a warning when attempting to start the player. Roblox is actively blocking Wine, so the player will not work regardless. Doing this should reduce support requests for an issue we cannot fix at the moment.
    
    Bug fixes and other minor changes:
    - Dropped calls to deprecated pydantic methods.
    - Grapejuice no longer makes a symlink at `~/.local/var/log/grapejuice`.
    - Empty settings files are detected and defaults will be loaded instead.
    - Source installs are now performed using virtualenv instead of the user's Python site.
      * Using the user's Python site became unsupported with newer versions of pip
  • v7.8.3
    605e381d · Update pyproject.toml ·
    v7.8.3
    
    Updates pyproject.toml file. Changes were required to satisfy the build system.
  • v7.8.2
    f77881ad · Add pyproject.toml ·
    v7.8.2
    
    Adds pyproject.toml, required for newer source installs
  • v7.7.2
    ef8ecefa · v7.7.2 ·
    v7.7.2
    
    Reduce possible [REDACTED] spam in logs.
  • v7.6.2
    49ca27a8 · v7.2.6 ·
    v7.6.2
    
    Some minor changes:
    - Replaced the Sign into Studio button with an App button
    - Made logging more verbose in Winprefix creation/search functions
  • v7.5.1
    v7.5.1
    
    Changes:
    - Minor fix to settings migration feature
    - Updated documentation
    - Fix for installing DXVK > 2.0
    
    If you want to upgrade DXVK just perform the following steps for a prefix:
    1. Disable DXVK
    2. Save Changes
    3. Enable DVK
    4. Save Changes
  • v7.2.1
    80986fbe · Update Studio Icon ·
    v7.2.1
    
    This version only has two minor changes:
    - Minor fixes of the documentation
    - Grapejuice now uses the new Roblox Studio icon
  • v7.2.0
    v7.2.0
    
    Minor fix: fixes boolean fast flag being converted to integers through Pydantic parsing.
  • v7.1.0
    0ba358ee · Fix bug in self-updater ·
    v7.1.0
    
    Fixes a bug in the Grapejuice self-updater where it would download the update package with the wrong filename.
  • v7.0.0
    1db00288 · Version 7.0.0 ·
    v7.0.0
    
    A new major release!
    
    This version of Grapejuice brings:
    - Support for the new roblox-studio-auth protocol
    - Support for the Developer Deep linking protocol
    
    And the reason for the major version bump: Grapejuice settings are now validated using Pydantic. That means large parts of Grapejuice internals had to be changed.
  • v6.2.2
    v6.2.2
    
    Minor fix for the PRIME offload toggle setting
  • v6.2.1
    v6.2.1
    
    Another important fix for the Prefix settings pane, includes a shouty comment this time as well
  • v6.1.1
    v6.1.1
    
    Important fix for a bug that breaks the settings file!
  • v6.0.0
    3342e878 · v6.0.0 ·
    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.
  • v5.5.7
    0f025a9f · v5.5.7 ·
    v5.5.7
    
    This version comes with some minor changes the way Roblox is launched:
    - The versionless `RobloxStudioLauncherBeta.exe` is now prioritized over the versioned variants
    - The App is now launched through `RobloxPlayerLauncher.exe -app` instead of through `RobloxPlayer.exe -app`. This fixes a problem where the app did not update properly
    - The Roblox Studio desktop file now launches `RobloxStudioLauncher -ide`. The -ide flag was removed in the past, but this is how it is done on Windows.
    
    These are minor launch changes and reflect how Roblox launches on Windows. The -ide flag has caused issues in the past so it might have to be reverted in the future.
  • v5.5.4
    d17c0660 · v5.5.4 ·
    v5.5.4
    
    This version of grapejuice includes:
    - French translations by @Username404-59
    - Portuguese translations by @Ricardo-Simoes
    - A new wineprefix reset button by @TestingPlant
  • v5.3.4
    0ec9c350 · v5.3.4 ·
    v5.3.4
    
    Fix widget quirk