Skip to content

Good Riddance Legacy Python Code-base.

Latest
Compare
Choose a tag to compare
@BluABK BluABK released this 21 Aug 17:57
· 19 commits to master since this release
b6d4166

Yet another release with no patch versions, but this one also breaks backward compatibility, so it can't be helped.

OAuth2 is now fully implemented in the C++ code-base, which allowed me to finally delete the legacy python code-base!

Changelog:

  • CLI binary size grew almost three times larger than previous release (might be the 3rd party cpp-httplib used in OAuth2).
  • Added a sample config.json file pre-filled with the public API credentials.
  • Deleted legacy python code-base.
  • Implemented OAuth2 handling in libsane++ APIHandler.
  • Renamed a lot of old "SAPI" strings to "API".
  • Created a JSON file ConfigHandler in libsane++.