Skip to content

Commit f7d19fc

Browse files
committed
doc: update readme for v0.32.0 with Immich V3 support
- Add Immich V3 compatibility badge and feature entry - Update breaking change notice for asset.replace removal - Remove asset.replace permission from installation guide
1 parent e6b8933 commit f7d19fc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Create an` immich API key for each user account you plan to use with `Immich-Go`
2424
- `asset.update`
2525
- `asset.upload`
2626
- `asset.copy`
27-
- `asset.replace`
2827
- `asset.delete`
2928
- `asset.download`
3029
- `album.create`

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
**Immich-Go** is an open-source tool designed to streamline uploading large photo collections to your self-hosted Immich server.
44

5+
> ✅ Compatible with Immich V2 and **V3**<br>
56
> ⚠️ This is an early version, not yet extensively tested<br>
67
> ⚠️ Keep a backup copy of your files for safety<br>
78
89
## 🌟 Key Features
910

11+
- **Immich V3 Ready**: Full compatibility with Immich V2 and V3
1012
- **Simple Installation**: No NodeJS or Docker required
1113
- **Multiple Sources**: Upload from Google Photos Takeouts, iCloud, local folders, ZIP archives, and other Immich servers
1214
- **Large Collections**: Successfully handles 100,000+ photos
@@ -34,7 +36,7 @@ immich-go archive from-immich --from-server=http://your-ip:2283 --from-api-key=y
3436
- A running Immich server with API access
3537
- API key with appropriate permissions ([see full list](docs/installation.md#api-permissions))
3638

37-
> ⚠️ **Breaking Change**: API keys must now include the `asset.copy` and `asset.delete` permissions in addition to previously required permissions. Please update your API keys accordingly.
39+
> ⚠️ **Breaking Change (v0.32.0)**: The `ReplaceAsset` API method has been removed. The `asset.replace` permission is no longer needed. If your API key includes it, it will be ignored by the server. Use `asset.copy` instead for asset duplication needs.
3840
3941
## 🙈 Skip System Files
4042

0 commit comments

Comments
 (0)