Releases: tylerbrawl/Galaxy-Plugin-Rockstar
Releases · tylerbrawl/Galaxy-Plugin-Rockstar
Release - v0.5.15
This release was uploaded as requested by @Slashbunny in #158. It appears that @FriendsOfGalaxy is no longer active in plugin development. (Thanks for all of the help in the past, my friend!)
Pre-Release - v0.4 (Pre-Release 4)
NOTE: This version is a pre-release, and it may contain undocumented issues. Please report any issues that you find to the issues section of this repository, and make note of the version of the plugin that you are using.
Changelog:
- Fixed user presence implementation. Make sure to edit the generated
config.cfg
file to determine what gets shown.
Pre-Release - v0.4 (Pre-Release 3)
NOTE: This version is a pre-release, and it may contain undocumented issues. Please report any issues that you find to the issues section of this repository, and make note of the version of the plugin that you are using.
Changelog:
- Fixed a long-standing issue with all versions of the plugin where being offline while Galaxy 2.0 was launching would cause the user to incorrectly lose authentication.
- Updated the Galaxy API to v0.61.
Pre-Release - v0.4 (Pre-Release 2)
NOTE: This version is a pre-release, and it may contain undocumented issues. Please report any issues that you find to the issues section of this repository, and make note of the version of the plugin that you are using.
Changelog:
- Fixed an issue with refreshing the user's Social Club credentials that was introduced in
v0.4-Pre1
.
Pre-Release - v0.4 (Pre-Release 1)
NOTE: This version is a pre-release, and it may contain undocumented issues. Please report any issues that you find to the issues section of this repository, and make note of the version of the plugin that you are using.
Changelog:
- Added support for a configuration file. When running the plugin for the first time, a new file called
config.cfg
will be generated. The values of the options in this file can be changed to alter how the plugin functions. - Altered the authentication flow to provide greater flexibility and more features. This makes it possible to access certain aspects of the Social Club that were unavailable with the previous access token.
- Improved the detection of a user's played games outside of parsing the Rockstar Games Launcher log file. This should fix any issues with missing played games that Mac users may have been dealing with.
- Added an experimental user presence feature. Details regarding this can be found in the
config.cfg
file that is generated after the plugin is ran at least once.
Release - v0.3.5
Changelog:
- Added the ability to have the Rockstar Games Launcher close automatically after launching a game.
- Fixed an edge case where the plugin would crash for some users upon launching a game (see #43).
- Fixed a potential issue with launching games for non-English users.
- Replaced the deprecated
FriendInfo
with the newUserInfo
. For users, this means future support for Social Club avatars and profile links, besides the fact that friend recommendations will continue to work. - Fixed an issue relating to the total number of games and getting the user's owned games.
- Fixed an issue related to silent authentication loss.
- Updated the Galaxy API to v0.58.
Release - v0.3.4
Changelog:
- Fixed a new issue with launching games. Whether intentionally or not, Rockstar recently broke this plugin's ability to launch games. This update addresses this issue.
Release - v0.3.3
Changelog:
- Reworked fingerprint generation (again). There is technically no need to update to this version if you already have v0.3.2, but this version is still recommended over the other, as the implementation for fingerprint generation is better here.
Release - v0.3.2
Changelog:
- Fixed an issue where an update for the Rockstar Games Launcher would prevent games from being properly tracked.
- The plugin no longer connects to a separate website to generate the fingerprint; the generation is now done locally. This is completely an internal change, but it is also a nice security boost. In addition, all users of previous versions will need to update to this version. I will be taking down the aforementioned website after this update is released.
Release - v0.3.1
Changelog:
- Fixed an issue where cookies were not properly being updated. (This should fix any re-authentication issues introduced with v0.2.2.)