Skip to content

Commit

Permalink
v4.3.0-alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Aug 14, 2024
1 parent 943a16a commit 26cba87
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## v4.3.0-alpha1 - 2024-08-14

[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.4...v4.3.0-alpha1)

### Enhancements

- fix: add `target="_blank"` to links in description by @Chartman123 in [\#2280](https://github.com/nextcloud/forms/pull/2280)
- feat: add warning about removing legacy links by @Chartman123 in [\#2277](https://github.com/nextcloud/forms/pull/2277)
- Add QR-Code for Share Links by @Himmelxd in [\#2162](https://github.com/nextcloud/forms/pull/2162)
- feat: add multiple options with one paste by @hamza221 in [\#1407](https://github.com/nextcloud/forms/pull/1407)
- Add support for file question by @Koc in [\#2040](https://github.com/nextcloud/forms/pull/2040)
- Data source for the Analytics App by @Rello in [\#2195](https://github.com/nextcloud/forms/pull/2195)

### Fixed

- fix: Adjust app to be compatible with Nextcloud 30 by @susnux in [\#2278](https://github.com/nextcloud/forms/pull/2278)
- fix: Question type File. When multiple types are selected, only one is used. by @AIlkiv in [\#2241](https://github.com/nextcloud/forms/pull/2241)
- fix: Fix form view without permissions by @Koc in [\#2268](https://github.com/nextcloud/forms/pull/2268)
- fix: Add support for adding new entries with IME input by @Chartman123 in [\#2232](https://github.com/nextcloud/forms/pull/2232)
- fix: Fix merging of options for cancelable request by @Koc in [\#2260](https://github.com/nextcloud/forms/pull/2260)
- fix: Correctly label forms lists in the app navigation by @susnux in [\#2208](https://github.com/nextcloud/forms/pull/2208)

### Merged

- chore: unify \_\_construct functions by @Chartman123 in [\#2270](https://github.com/nextcloud/forms/pull/2270)
- test: Add e2e tests for form description by @susnux in [\#2283](https://github.com/nextcloud/forms/pull/2283)
- test: Add e2e test for IME input by @susnux in [\#2267](https://github.com/nextcloud/forms/pull/2267)
- fix: ignore composer.lock in prettier by @Koc in [\#2261](https://github.com/nextcloud/forms/pull/2261)
- Optimization method FormsService::canSubmit by @AIlkiv in [\#2225](https://github.com/nextcloud/forms/pull/2225)
- Replace app icon with Material Symbols version by @AndyScherzinger in [\#2233](https://github.com/nextcloud/forms/pull/2233)
- Drop NC27 support for dependabot by @Chartman123 in [\#2223](https://github.com/nextcloud/forms/pull/2223)
- fix(i18n): Fixed grammar by @rakekniven in [\#2224](https://github.com/nextcloud/forms/pull/2224)
- fix: reformat composer.lock with prettier by @Chartman123 in [\#2215](https://github.com/nextcloud/forms/pull/2215)
- feat: Switch to PlayWright for E2E and component tests by @susnux in [\#2077](https://github.com/nextcloud/forms/pull/2077)
- chore: Use prettier for stylistic rules by @Chartman123 in [\#2143](https://github.com/nextcloud/forms/pull/2143)

## v4.2.4 - 2024-05-24

[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.3...v4.2.4)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>

<version>4.2.4</version>
<version>4.3.0-alpha1</version>
<licence>agpl</licence>

<author>Affan Hussain</author>
Expand Down

0 comments on commit 26cba87

Please sign in to comment.