Skip to content

Commit 7ee54ba

Browse files
authored
"Update releases.md to include Release 0.22.0 with new features, changes, and contributors" (#459)
1 parent 6cd230f commit 7ee54ba

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/releases.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
- [Github Sponsor page](https://github.com/sponsors/simulot)
66
- [paypal donor page](https://www.paypal.com/donate/?hosted_button_id=VGU2SQE88T2T4)
77

8+
## Release 0.22.0
9+
Many thanks to @maybeanerd for their meticulous proofreading of the documentation files.
10+
11+
### New feature: Use the full image path as album name
12+
Thanks to @giejay for their contribution
13+
When the `-use-full-path-album-name` option is enabled, photos are added to a new album named after their full file path.
14+
The path separator can be replaced using the `-album-name-path-separator=CHAR`
15+
16+
17+
### New feature: google photos archived photos are imported as immich archive by default
18+
Thanks to @Alex1607 for their contribution
19+
Use the option `-auto-archive=FALSE` to disable this feature.
20+
21+
### What's Changed
22+
* fix Takeout zip is unsupported file type #357 by @simulot in https://github.com/simulot/immich-go/pull/415
23+
* docs: fix typos in readme by @maybeanerd in https://github.com/simulot/immich-go/pull/421
24+
* Program errors out due to no ping API response despite API responding by @simulot in https://github.com/simulot/immich-go/pull/431
25+
* remove "GetJobs" call from API traces by @simulot in https://github.com/simulot/immich-go/pull/442
26+
* Add support for -use-full-path-album-name to be able to use the full path to the file as album name/title by @giejay in https://github.com/simulot/immich-go/pull/444
27+
* Documentation-update by @simulot in https://github.com/simulot/immich-go/pull/446
28+
* Add new AutoArchive option by @Alex1607 in https://github.com/simulot/immich-go/pull/450
29+
* Update README.md, google-takeout.md, and motivation.md by @aaronjrodrigues in https://github.com/simulot/immich-go/pull/454
30+
31+
### New Contributors
32+
* @maybeanerd made their first contribution in https://github.com/simulot/immich-go/pull/421
33+
* @giejay made their first contribution in https://github.com/simulot/immich-go/pull/444
34+
* @Alex1607 made their first contribution in https://github.com/simulot/immich-go/pull/450
35+
36+
**Full Changelog**: https://github.com/simulot/immich-go/compare/0.21.0...0.22.0
37+
838
## Release 0.21.1
939

1040
### Fixes:

0 commit comments

Comments
 (0)