Skip to content

Commit bed78f4

Browse files
committed
v5.4.0-alpha.0
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 226d7af commit bed78f4

5 files changed

Lines changed: 43 additions & 5 deletions

File tree

β€ŽCHANGELOG.en.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@
55

66
# Changelog
77

8-
## v5.3.0 - tbd
8+
## v5.4.0 - tbd
9+
10+
- **Custom share tokens**
11+
12+
You can now customize your public share links.
13+
14+
- **Directly access the results views**
15+
16+
With this release it's now possible to directly access the two results sub-views: simply go to `results/summary` or `results/responses`. Forms will remember your last visited sub-view per form and automatically reload it on your next visit.
17+
18+
- **Better sync for results files**
19+
20+
We improved the handling of linked files for automatically exported results. We added a real sync so that the file will also keep the currently available responses upon deletion.
21+
22+
## v5.3.0 - 2026-06-08
923

1024
- **New question types**
1125

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55

66
# Changelog
77

8+
## v5.4.0-alpha.0 - 2026-08-23
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.3.0...v5.4.0-alpha.0)
11+
12+
### Enhancements
13+
14+
- πŸ•΅οΈ Add sharereview support by @AndyScherzinger in [\#3589](https://github.com/nextcloud/forms/pull/3589)
15+
- feat: sync submissions to export file by @Chartman123 in [\#3546](https://github.com/nextcloud/forms/pull/3546)
16+
- feat: allow users with RESULTS_DELETE permission to edit all responses by @Chartman123 in [\#3456](https://github.com/nextcloud/forms/pull/3456)
17+
- feat(sharing): Allow custom share tokens for public links by @Chartman123 in [\#3435](https://github.com/nextcloud/forms/pull/3435)
18+
- feat: remember last results view in localStorage by @Chartman123 in [\#3432](https://github.com/nextcloud/forms/pull/3432)
19+
20+
### Fixed
21+
22+
- fix: enhance results view handling by @Chartman123 in [\#3563](https://github.com/nextcloud/forms/pull/3563)
23+
- fix: stylelint by @Chartman123 in [\#3497](https://github.com/nextcloud/forms/pull/3497)
24+
25+
### Merged
26+
27+
- chore: migrate mixins to composables by @Chartman123 in [\#3577](https://github.com/nextcloud/forms/pull/3577)
28+
- chore: continue ts migration by @Chartman123 in [\#3506](https://github.com/nextcloud/forms/pull/3506)
29+
- docs: Add webhook support section to README by @Chartman123 in [\#3434](https://github.com/nextcloud/forms/pull/3434)
30+
- chore: begin migration to TypeScript by @Chartman123 in [\#3327](https://github.com/nextcloud/forms/pull/3327)
31+
832
## v5.3.5 - 2026-07-21
933

1034
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.3.4...v5.3.5)

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- **πŸ™‹ Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1818
]]></description>
1919

20-
<version>5.4.0-dev</version>
20+
<version>5.4.0-alpha.0</version>
2121
<licence>AGPL-3.0-or-later</licence>
2222

2323
<author>Affan Hussain</author>

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms",
3-
"version": "5.3.0",
3+
"version": "5.4.0-alpha.0",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
Β (0)