|
5 | 5 | - [Github Sponsor page](https://github.com/sponsors/simulot) |
6 | 6 | - [paypal donor page](https://www.paypal.com/donate/?hosted_button_id=VGU2SQE88T2T4) |
7 | 7 |
|
| 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 | + |
8 | 38 | ## Release 0.21.1 |
9 | 39 |
|
10 | 40 | ### Fixes: |
|
0 commit comments