From 3be386b8dc798720457c2e133e52d35fd80e9abc Mon Sep 17 00:00:00 2001 From: simulot Date: Tue, 19 Dec 2023 21:05:07 +0100 Subject: [PATCH] doc: edit readme and release --- docs/releases.md | 9 +++++++++ readme.md | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 2058073b..a9ad6d6d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -2,11 +2,20 @@ ## Release 0.9.2 +### feat: added ability to skip ssl verification (#103) +The flag `-skip-verify-ssl=TRUE` permit a connection with an immich server using a self signed certificate. + +Thank to sigmahour + +## Release 0.9.2 + ### fix Trim leading slashes from -server flag This fixes the error invalid character '<' looking for beginning of value when the URL of the service ends with a `/`. ### fix .gitignore mistake +Thank to Erikas + ## Release 0.9.1 diff --git a/readme.md b/readme.md index 9a06d835..483935f9 100644 --- a/readme.md +++ b/readme.md @@ -51,10 +51,10 @@ immich-go -server URL -key KEY -general_options COMMAND -command_options... {fil - `ERROR`: Display only errors - `WARNING`: Same as previous one plus non blocking error - `OK`: Same as previous plus actions -- `INFO`: Same as previous one plus progressions -
-`-log-file=file` Write all messages to the file
-`-time-zone=time_zone_name` Set the time zone
+- `INFO`: Same as previous one plus progressions
+ +`- log-file=file` Write all messages to the file
+`- time-zone=time_zone_name` Set the time zone
## Command `upload`