v0.0.27
·
343 commits
to refs/heads/main
since this release
Added
Notifications APIoptionsnow independent in eachNextcloudclass. They can be specified in kwargs, environment or.envfiles.
Changed
- Switched to
hatchingas a build system, now correct install optional dependencies. - Renamed methods, attributes that was
shadowing a Python builtins. Enabled additionalRufflinters checks. - Regroup APIs, now Users related stuff starts with
user, file related stuff withfile, UI stuff withgui.