|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v33.0.0 — 2026-02-15 |
| 4 | + |
| 5 | +### Added |
| 6 | +- feat(activity): add bulk activity endpoint (#2089) |
| 7 | +- feat: use full date and time in activity emails (#2078) |
| 8 | +- enh: add link on emails to notification settings (#2112) |
| 9 | + |
| 10 | +### Changed |
| 11 | +- refactor: adjust for Nextcloud 33 new files sidebar API (#2300) |
| 12 | +- test: upgrade to PHPUnit 11 (#2202) |
| 13 | + |
| 14 | +### Fixed |
| 15 | +- fix: rework attributes (#2355) |
| 16 | +- fix(emails): catch server connection exceptions (#2221) |
| 17 | +- fix: activity insert (#2218) |
| 18 | +- fix(sendDigests): catch the case that a specified user is not existing and log instead (#2064) |
| 19 | +- fix: remove deprecated execute method for cronjob calls (#2161) |
| 20 | +- fix(dashboard): enable rounded icons (#2097) |
| 21 | +- fix: use target path for unshare-from-self events (#2103) |
| 22 | +- fix(notification): deduplicate the settings check (#2041) |
| 23 | +- fix(FilesHooks): catch all exceptions when looking up unrelated users (#2052) |
| 24 | +- perf: pass the node of shares around instead of getting the path from id each time (#2098) |
| 25 | + |
| 26 | +## v32.0.6 — 2026-02-06 |
| 27 | + |
| 28 | +### Fixed |
| 29 | +- fix: rework attributes (#2355) |
| 30 | + |
| 31 | +## v32.0.5 — 2026-01-14 |
| 32 | + |
| 33 | +No user-facing changes. |
| 34 | + |
| 35 | +## v32.0.4 — 2026-01-14 |
| 36 | + |
| 37 | +No user-facing changes. |
| 38 | + |
| 39 | +## v32.0.3 — 2025-12-03 |
| 40 | + |
| 41 | +### Fixed |
| 42 | +- fix(emails): catch server connection exceptions (#2221) |
| 43 | + |
| 44 | +## v32.0.2 — 2025-11-16 |
| 45 | + |
| 46 | +### Added |
| 47 | +- feat(activity): add bulk activity endpoint (#2089) |
| 48 | + |
| 49 | +### Fixed |
| 50 | +- fix: activity insert (#2218) |
| 51 | + |
| 52 | +## v32.0.1 — 2025-10-20 |
| 53 | + |
| 54 | +No user-facing changes. |
| 55 | + |
| 56 | +## v32.0.0 — 2025-09-27 |
| 57 | + |
| 58 | +### Added |
| 59 | +- feat: use full date and time in activity emails (#2078) |
| 60 | +- enh: add link on emails to notification settings (#2112) |
| 61 | + |
| 62 | +### Changed |
| 63 | +- chore: migrate to Vue 3 (#2033, #2035) |
| 64 | +- refactor: adjust nextcloud-vue props to latest version (#2034) |
| 65 | +- test(cypress): enable test isolation (#2023) |
| 66 | + |
| 67 | +### Fixed |
| 68 | +- fix: use target path for unshare-from-self events (#2103) |
| 69 | +- fix(dashboard): enable rounded icons (#2097) |
| 70 | +- fix(FilesHooks): catch all exceptions when looking up unrelated users (#2052) |
| 71 | +- fix(notification): deduplicate the settings check (#2041) |
| 72 | +- fix: don't setup the filesystem to check if a user is blocked by ACLs (#1976) |
| 73 | +- fix: fix valid parsed check (#1981) |
| 74 | +- fix: improving logging of invalid parameters for activity subject (#1975) |
| 75 | +- perf: pass the node of shares around instead of getting the path from id each time (#2098) |
0 commit comments