Skip to content

Commit 4f63e62

Browse files
authored
Merge pull request #1563 from nextcloud/artonge/chore/v2.0.1
chore: Prepare v2.0.1
2 parents 4113f63 + 6646dfe commit 4f63e62

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

88
<!-- All notable changes to this project will be documented in this file so they will be shown in the Nextcloud app store "changes"-section -->
99

10+
## v2.0.1 - 2026-03-27
11+
12+
### Fixed
13+
14+
* feat(api): Hint clients towards using the proper API version [\#1520](https://github.com/nextcloud/end_to_end_encryption/pull/1520)
15+
* fix(keys): Properly handle `shareToken` for public encrypted shares [\#1527](https://github.com/nextcloud/end_to_end_encryption/pull/1527)
16+
* fix: skip trashbin on move [\#1532](https://github.com/nextcloud/end_to_end_encryption/pull/1532)
17+
* fix(lock): Write counter after creating the lock [\#1533](https://github.com/nextcloud/end_to_end_encryption/pull/1533)
18+
* fix: add throttling to all public page controllers [\#1531](https://github.com/nextcloud/end_to_end_encryption/pull/1531)
19+
20+
### Changed
21+
22+
* Updated dependencies
23+
1024
## v2.0.0 - 2026-02-05
1125
### Added
1226
* Setup end-to-end encryption in the web interface.

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The clients and the web interface will handle the encryption and decryption proc
5555
Meaning that some apps in the web interface do not work with encrypted files.
5656
5757
]]></description>
58-
<version>2.0.0</version>
58+
<version>2.0.1</version>
5959
<licence>agpl</licence>
6060
<author>Nextcloud GmbH</author>
6161
<namespace>EndToEndEncryption</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "end_to_end_encryption",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Provides the necessary endpoint to enable End-to-End encryption.",
66
"homepage": "https://github.com/nextcloud/end_to_end_encryption#readme",

0 commit comments

Comments
 (0)