Skip to content

Version 3.10.2

Compare
Choose a tag to compare
@strohne strohne released this 06 Oct 15:22
· 757 commits to master since this release

See installation hints on https://github.com/strohne/Facepager#installer

New features in v3.10:

  • Generic module and Files module come with OAuth2 now.
  • Post and put requests in Generic module and Files module
  • Upload files with placeholders <filename|file> or <filename|file|base64> (replace "filename" with the filename and select the folder in the settings)
  • Upload multipart/form-data. How to format the data will soon be documented in the Wiki (JSON with name-value pairs).
  • Convert XML or HTML responses to JSON. This way Facepager goes beyond JSON APIs, e.g. for using Amazon.
  • Amazon module (experimental)
  • Custom categories for presets to improve the ordering.
  • Improved handling of rate limits (automatic retry)
  • Some convenience improvements

It took quite a long time to refactor the code for these features. Why is it worth the effort? Facepager is on its way to becoming a versatile cloud computing tool. You can now connect to Google Cloud Console. Try out the Getting Started for speech recognition: https://github.com/strohne/Facepager/wiki/Getting-Started-with-Google-Cloud-Platform

The macOS version is tested with HighSierra and probably will not work with older versions. Sorry for that.