Releases: moisespr123/GridcoinSnapshotGenerator
r5 - Change Date and Time Format
With this release, you can now select the date and time format to use in your snapshot filename.
r4 - Filename format changes according to the format selected
This is a minor release which changes the snapshot filename according to the selected archive format. For example, if you save the snapshot as 7z, you'll see the filename showing the path and ending with .7z, but if you later decide to change the format to zip using the RadioButtons, the filename will change from .7z to .zip. Change again from ZIP to 7z, and the filename will change from .zip to .7z. Also, the same applies when you use the browse button. If you decide to save the snapshot as ZIP, the Format will change to ZIP. If you save the snapshot as 7z, the format will change to 7z.
r3 - Snapshot checksums generation and Google Drive Integration
r3:
- Generates checksums using MD5, SHA256 and/or SHA512
- Integration with Google Drive
- Make ZIP or 7z (Better compression) archive
NOTE: To upload Snapshots to Google Drive, you need to use your Google Drive API Key. You can create it and download the client_secret.json file at https://cloud.google.com/console
r2 - better filename
Added a - between the specified filename and time.
Format now is "YourSnapshotFileName - DateAndTime"
r1 - Initial Release
First release of this tool. Please read README.MD in the repo