You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes (only in beta 3):
- Implemented token support (GitHub personal access token) to work better with the GitHub API and increase the number of requests available to the user (--gh <personal access token>)
- Added a UserAgent for requests to the GitHub API (--ua <user-agent>)
- Added a new "gru-classic" tool (--tool gru-classic) that allows you to use the built-in GRU progress bar with a design from the first version of the GRU utility (version 1.x.x)
- Checking 7-Zip files for existence (7z.exe , 7z.dll ), if the user has extracted only the executable file from the archive for some reason. gru.exe
- A new argument --ghost has been added, which allows you to search for asset matches not in one release, but in several recent ones, if a developer publishes different applications in the same repository in different releases.
- Updated user-agent (Chrome version)
- The help text has been updated, and information has been returned that the AI, for some reason, considered unnecessary and deleted.
- Minor improvements and corrections.
- Added information about the planned version 3.1 (most likely not in 2025, but I can't say anything for sure right now)
--link <url> Sometimes releases may not contain assets to download, but just be a place for a list of changes (what's new?).
357
358
Set the download link (direct) to the release in other place. Default: null.
358
-
--ua <user-agent> Specify a user-agent for better download speed. The argument applies only to the 'curl' and 'wget' tools.
359
+
--ua <user-agent> Specify a user-agent for better download speed. The argument applies to the 'curl' and 'wget' tools and GitHub API requests.
359
360
Default: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36.
361
+
--gh <personal access token> Use a Personal access token to request access to GitHub if there are problems with access on the GitHub
362
+
side due to restrictions imposed by them.
363
+
Get personal access token: https://github.com/settings/personal-access-tokens
360
364
--wgetrc / --no-wgetrc Use config file for 'wget' (.wgetrc). Default: --no-wgetrc.
361
365
--pre / --no-pre Use a pre-release instead of a stable release (if there are no stable releases or the unstable release was released after the stable release and is the most recent).
362
366
Default: --no-pre.
363
367
--ghost / --no-ghost Search for matching assets across multiple recent releases instead of only the latest one. Default: --no-ghost.
0 commit comments