generated from habedi/template-go-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Username and password are no longer stored in the internal database. - Improved the login process: Gogg tries to log in using headless mode first and then retries in windowed mode if login in headless mode fails. - Simplified the user interface by replacing the init and auth commands with the login command. - Added a new top-level command named file for file-related tasks, like computing hashes for downloaded files. - Added the feature to download and store all the game files for a game in one directory (via the flatten flag). - URL-encoded characters are now decoded during download and will correctly appear in the file names. - Added an updated demo. - Updated the main README file and documentation to reflect the updated user interface. - Added docstrings to all functions.
- Loading branch information
Showing
27 changed files
with
849 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.