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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [10.2.0] - 2026-03-31

### Changes

* Cast key to string when retrieving value type by @yukogan-gh in https://github.com/nextcloud/user_migration/pull/1064
* Restrict tag creation by @come-nc in https://github.com/nextcloud/user_migration/pull/1073
* fix: Add an allowlist for app settings by @come-nc in https://github.com/nextcloud/user_migration/pull/1072
* fix: Fix importing a user as a new one from occ by @come-nc in https://github.com/nextcloud/user_migration/pull/1054
* Dependency bumps
* docs: add samin-z as owner by @blizzz in https://github.com/nextcloud/user_migration/pull/1065

## [10.1.0] - 2026-02-05

### Changes
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
- **🎉 Enjoy your stay on your new instance** and close you old account
]]></description>
<version>10.1.0</version>
<version>10.2.0</version>
<licence>agpl</licence>
<author>Côme Chilliet</author>
<author>Christopher Ng</author>
Expand Down
4 changes: 2 additions & 2 deletions js/user_migration-personal-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/user_migration-personal-settings.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.105.4
- license: MIT
- user_migration
- version: 10.1.0
- version: 10.2.0
- license: AGPL-3.0-or-later
2 changes: 1 addition & 1 deletion js/user_migration-personal-settings.js.map

Large diffs are not rendered by default.

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
Expand Up @@ -49,5 +49,5 @@
"node": "^24.0.0",
"npm": "^11.3.0"
},
"version": "10.1.0"
"version": "10.2.0"
}
Loading