Skip to content

v0.0.27

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 05 Aug 13:34
· 236 commits to refs/heads/main since this release
9cde076

Added

  • Notifications API
  • options now independent in each Nextcloud class. They can be specified in kwargs, environment or .env files.

Changed

  • Switched to hatching as a build system, now correct install optional dependencies.
  • Renamed methods, attributes that was shadowing a Python builtins. Enabled additional Ruff linters checks.
  • Regroup APIs, now Users related stuff starts with user, file related stuff with file, UI stuff with gui.