We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ff275 commit a693c12Copy full SHA for a693c12
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.19.0 - 2025-02-15]
6
+
7
+### Added
8
9
+- Files: `FSNode` now have `creation_date` property. #335 Thanks to @SunnyFarmDay
10
11
+### Changed
12
13
+- ExApps: no longer require the `AA-VERSION` header. (Nextcloud 32+) #336
14
+- ExApps: `AppAPIAuthMiddleware` now secures the `websocket` connection. (Nextcloud 32+) #338
15
16
## [0.18.2 - 2025-01-19]
17
18
### Changed
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.18.2"
+__version__ = "0.19.0"
0 commit comments