Notable changes in each released version can be seen here.
- Tested compatibility with Nextcloud 30, enabled support for NC30
- Updated JS dependencies and rebuild bundle
- Tested compatibility with Nextcloud 29 RC2, enabled support for NC29
- Updated JS dependencies and rebuilt bundle
- Updated translations from Transifex
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.
- 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
- Change structure to accomodate Nextcloud's weird and undocumented JS bundle resolution
- 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
- Required Nextcloud version is now 26+, in line with the Maintenance and Release Schedule
- Move JS build to
vite
- Move unit tests to
vitetest
- Fix missing version bump
- Run tests for Nextcloud 27 and bump compatibility to Nextcloud 27 (#82)
- Adjust controller naming to PSR-4 to fix compatibility with Nextcloud 27
- Update JS dependencies
- Update translations from Transifex
- Run tests for Nextcloud 26 and bump compatibility to Nextcloud 26 (#80)
- Update JS dependencies
- Update translations from Transifex (#72)
- Fix missing CSS for Nextcloud 25, thanks to @datenzar
- Update JS dependencies
- Run tests for Nextcloud 25 and bump compatibility to Nextcloud 25
- Migrate to IBootstrap: Fix logs spammed with deprecation warnings in NC24, see #68
- Move changelog to separate file to show in Appstore, see #69
- Update JS dependencies
- Add some basic end-to-end tests
- Run tests for Nextcloud 24 and bump compatibility to Nextcloud 24
- Update JS dependencies
- Add Czech localization (thanks to @p-bo)
- Update JS dependencies, fixes a potential XSS-vulnerability in the URL sanitizer
- v1.1.7, but a second attempt to get a properly signed app into the appstore
- Bump compatibility to Nextcloud 23
- Update JS dependencies
- Bump compatibility to Nextcloud 22
- Update JS dependencies
- Fix jest test config
- Add Polish translation (thanks to @Valdnet)
- Support for Nextcloud 21
- Disable edit functionality when
OC.currentUser
is not populated (no user session)
- Replace URL sanitizer to fix removal of special characters (#36).
- Update French translation, thanks @Ravinou
- Add parser for reading binary plist
.webloc
files, see Propery list, Wikipedia and #34.
- Rewrite client-side JavaScript in ES6 and with use of Svelte components
- Add autofocus to URL input field when editing a link file
- Enable creation of .webloc files from the filelist
- New file: Don't save an empty file if editing is canceled
- Fix loading spinner sitting on top of text
- Fix displayed link not wrapped in anchor tag
- Add button to change to edit mode from view mode
- Add configurable option to open link in the same window
- Add configurable option to open link without confirmation if it is configured to open in the same window (thanks for the suggestion to @noerw)
- Rewrite .webloc file parser by using the browser's XML parser
- Remove support for Internet Explorer
- Remove dependency on jQuery
- Add compatibility for Nextcloud 19.
- Add Basque translation (thanks to @aldatsa).
- Add French translation (thanks to @Gildas-GH).
- Improve appstore description and add screenshots (thanks to @jospoortvliet).
- Add Spanish translation (thanks to @alemorbel).
- Add compatibility for Nextcloud 17.
- Set
scrollTop
property, when creating a new file (see nextcloud/server#12990)
- Apply temporary fix to sidebar issue. See #18.
- Add compatibility for Nextcloud 16.
- Fix issue with public single file shares always displaying
View link
button. Fixes #22.
- Initial changelog entry.
- Add nextcloud 15 compatibility.
- Fix pop-up closing, when visit link is clicked on edit pop-up.
- Allow directly shared link files to be opened. Fixes #19.