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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [4.0.0] - 2023-05-16

* Nextcloud 27 compatibility
* Improved 32bit compatibility https://github.com/nextcloud/user_migration/pull/408
* CLI command exports directly to final folder instead of a temporary folder https://github.com/nextcloud/user_migration/pull/402
* Various dependencies bump

## [3.0.0] - 2023-03-03

* Use file picker with filter from dialogs package https://github.com/nextcloud/user_migration/pull/369
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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>4.0.0-dev</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>Côme Chilliet</author>
<author>Christopher Ng</author>
Expand Down