Releases: JonathanTreffler/sharerenamer
Releases · JonathanTreffler/sharerenamer
v3.4.0
Changed
- refactored entire codebase
- while I made changes to some parts the app to make it compatible with new Nextcloud versions, the core code of the app had basically not changed since I took over the repo from the previous maintainer, it was time to change that
- no more interacting with the shares database directy
v3.3.2
Changed
- removed composer autoloading (app has no non-dev depencencies anyways)
v3.3.1
Changed
- Updated many dependencies
v3.3.0
Added
- Support for Nextcloud 29
v3.2.0
Added
- Support for Nextcloud 26
v3.1.0
v3.0.1
Added
- Support for Nextcloud 24
v3.0.0
The first release in two years and the first release after I took over the project from @DecaTec .
This release drops support for Nextcloud versions 9 - 17 and adds support for Nextcloud 22 and 23.
Note that this project skipped Nextcloud versions 18 - 21 and there will be no backports for these versions.
Version 3 is a rewrite and brings changes to the usage:
There is no button in the share menu to rename the share anymore because the app now has its own tab in the sidebar, where the links can be edited.
Known Issues:
- Changes to the link shares only show up in the Sharerenamer Tab after the sidebar has been closed and opened again.
- The copy button of the Shares tab only copies the new link after the sidebar has been closed and opened again.
Known issues will be addressed in later releases.
ShareRenamer v2.7.3
2.7.3
Fixed
- Multiple shared links with the same name could be created when using PostgreSQL.
ShareRenamer v2.7.2
2.7.2
Added
- Translations
Fixed
- Warning in Nextcloud log when renaming a link.