Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
-->
# Changelog

## 33.0.0

### Added

- feat: add federated file locking by @benjaminfrueh [#989](https://github.com/nextcloud/files_lock/pull/989)

### Other

- chore/nextcloud files 4.0 by @juliusknorr [#950](https://github.com/nextcloud/files_lock/pull/950)
- refactor(QueryBuilder): Port away from deprecated execute method by @CarlSchwan [#847](https://github.com/nextcloud/files_lock/pull/847)
- feat(deps): Add Nextcloud 33 support on main by @nickvergessen [#780](https://github.com/nextcloud/files_lock/pull/780)

## 31.0.0

### Added
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 @@ Allow your users to temporary lock their files to avoid conflicts while working

]]>
</description>
<version>33.0.0-dev.0</version>
<version>33.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "33.0.0-dev.0",
"version": "33.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down
Loading