Releases: KoenZomers/RingSnapshotDownload
Releases · KoenZomers/RingSnapshotDownload
Version 3.0.0.0
Updated Session API to match the newest Ring APIs
Version 2.1.0.0
- Modified the error handling while downloading an image slightly
Version 2.0.0.0
- Completely removed the dependance on the Ring API package. Only kept a bare minimum version of the model inside this application to avoid conflicts and parsing issues as much as possible.
- Fixed an issue with the OSX x64 build
- Added an OSX ARM64 build
Version 1.4.0.0
- Added
-validateimage
option that will check if the downloaded image is valid - Upgraded to Ring API v0.5.3.0
Version 1.3.0.0
Upgraded to Ring API v0.5.2.0
Version 1.2.0.0
Upgraded to Ring API v0.5.0.1
Version 1.1.1.0
- The tool is now compiled against .NET 6 for future supportability
Version 1.1.0.2
- Added additional error handling around reading the config file
- Fixed an issue with reading from the config file on non Windows environments
Version 1.1.0.1
- Changed configuration handling as the old method wasn't working well in .NET 5. The settings are now stores in Settings.json in the same folder from where you run the tool. Any parameters you provide will be stored in this config file, so you don't have to supply them again on subsequent runs. This new configuration is not backwards compatible with the previous configuration, so if you're upgrading, log in once by providing your username and password via the commandline and the values will get stored in the new config file.
Version 1.1.0.0
- Updated to .NET 5.0