Skip to content

Releases: KoenZomers/RingSnapshotDownload

Version 3.0.0.0

22 Oct 21:39
Compare
Choose a tag to compare

Updated Session API to match the newest Ring APIs

Version 2.1.0.0

03 Sep 18:08
Compare
Choose a tag to compare
  • Modified the error handling while downloading an image slightly

Version 2.0.0.0

03 Sep 01:55
Compare
Choose a tag to compare
  • 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

02 Sep 18:05
Compare
Choose a tag to compare
  • 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

03 Jul 23:44
Compare
Choose a tag to compare

Version 1.2.0.0

14 Sep 13:34
Compare
Choose a tag to compare

Version 1.1.1.0

14 Sep 08:53
Compare
Choose a tag to compare

Version 1.1.0.2

05 Jul 00:00
Compare
Choose a tag to compare
  • 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

04 Jul 23:33
Compare
Choose a tag to compare
  • 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

04 Jul 21:32
3896686
Compare
Choose a tag to compare
  • Updated to .NET 5.0