Skip to content

Commit 5342079

Browse files
authored
Merge pull request #1025 from nextcloud/release/v10.0.0-2
chore: release v10.0.0
2 parents e98b2ff + dc37a0a commit 5342079

7 files changed

Lines changed: 28 additions & 8 deletions

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,31 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111

12-
## [8.0.0-alpha.1] - 2025-01-09
12+
## [10.0.0] - 2026-01-19
13+
14+
### Changes
15+
16+
* Add Nextcloud 33 support
17+
* Support Nextcloud 29 and newer
18+
* Add option to disable user before export from occ
19+
* Add user_migration:manage command and last export date
20+
* Dependency bumps
21+
22+
## [9.0.0] - 2025-08-21
23+
24+
### Changes
25+
26+
* Add Nextcloud 32 support
27+
* Abort early if file does not exist
28+
* Fix fileid type in notification rich object
29+
* Dependency bumps
30+
31+
## [8.0.0] - 2025-05-26
1332

1433
### Changes
1534

1635
* Nextcloud 31 compatibility
36+
* Move into migration settings section
1737
* Dependency bumps
1838

1939
## [7.0.1] - 2024-08-22

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
2222
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
2323
- **🎉 Enjoy your stay on your new instance** and close you old account
2424
]]></description>
25-
<version>9.2.0-dev.0</version>
25+
<version>10.1.0-dev.0</version>
2626
<licence>agpl</licence>
2727
<author>Côme Chilliet</author>
2828
<author>Christopher Ng</author>

js/user_migration-personal-settings.js

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

js/user_migration-personal-settings.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,5 @@ This file is generated from multiple sources. Included packages:
372372
- version: 5.94.0
373373
- license: MIT
374374
- user_migration
375-
- version: 9.2.0-dev.0
375+
- version: 10.1.0-dev.0
376376
- license: AGPL-3.0-or-later

js/user_migration-personal-settings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -49,5 +49,5 @@
4949
"node": "^24.0.0",
5050
"npm": "^11.3.0"
5151
},
52-
"version": "9.2.0-dev.0"
52+
"version": "10.1.0-dev.0"
5353
}

0 commit comments

Comments
 (0)