diff --git a/docs/releases.md b/docs/releases.md
index 1b307ed..d38986c 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -9,6 +9,94 @@
### New features
+#### New command `archive`
+This command aims is to store photos and videos into a plain folder structure. The folder structure is YYYY/YYYY-MM/files, as following:
+
+```sh
+tree .
+.
+├── 2011
+│ └── 2011-04
+│ ├── 20110430.CR2
+│ ├── 20110430.CR2.xmp
+│ ├── 20110430.jpg
+│ ├── 20110430.jpg.xmp
+│ ├── IMG_2477.CR2
+│ ├── IMG_2477.CR2.xmp
+│ ├── IMG_2478.CR2
+│ ├── IMG_2478.CR2.xmp
+│ ├── IMG_2479.CR2
+│ └── IMG_2479.CR2.xmp
+└── 2023
+ ├── 2023-06
+ │ ├── PXL_20230607_063000139.jpg
+ │ └── PXL_20230607_063000139.jpg.xmp
+ └── 2023-10
+ ├── PXL_20231006_063029647.jpg
+ ├── PXL_20231006_063029647.jpg.xmp
+ ├── PXL_20231006_063851485.jpg
+ └── PXL_20231006_063851485.jpg.xmp
+```
+
+XMP files present in the source folder are copied in the destination folder.
+Google Photos takeout JSON files are translated into customized XMP files and copied in the destination folder.
+Those XMP files use a custom schema to store the Google Photos metadata:
+```xml
+
+
+
+
+
+ This is a title
+ 2023-10-10T01:11:00.000-04:00
+ False
+ False
+ False
+ True
+ 3
+
+
+
+
+ Vacation 2024
+ Vacation 2024 hawaii and more
+ 19,49.23661N
+ 155,28.39525W
+
+
+
+
+
+
+
+
+
+```
+
+
+
+The general syntax is:
+```sh
+.\immich-go archive from-xxx [from-xxx flags...] --write-to-folder