Releases: te-online/files_linkeditor
Releases · te-online/files_linkeditor
v1.1.21
v1.1.20
1.1.20, 8. April 2024
Added
- Tested compatibility with Nextcloud 29 RC2, enabled support for NC29
Changed
- Updated JS dependencies and rebuilt bundle
- Updated translations from Transifex
v1.1.19
1.1.19, 25. March 2024
I'm sorry about the frequent updates, this has been a steep hill to climb. If you want to be sure everything works, maybe hold off a few days with updating from 1.1.16. There's no beta channel currently, so I'm listening closely to feedback people provide on the production version.
Fixed
- In Nextcloud 28, link files could not be created in subdirectories using the "New" button, but would always be created in the user's root (mentioned in #92)
- In Nextcloud 28, files could be created without the proper extension (.URL or .webloc), rendering them unusable. The extension is now forced when creating a new file
v1.1.18
v1.1.17
1.1.17, 23. March 2024
Added
- Both, next-generation and legacy Nextcloud file apps are supported, thereby adding support for Nextcloud 28 (#92)
- Public sharing seems to still use the legacy files app as is still supported that way (no editing)
- End-to-end tests for Nextcloud 28 have been recreated using Playwright
- Update translations from the community
- JS dependency updates
Changed
- Required Nextcloud version is now 26+, in line with the Maintenance and Release Schedule
- Move JS build to
vite
- Move unit tests to
vitetest