Skip to content

Commit

Permalink
doc: edit readme and release
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Dec 19, 2023
1 parent 9c8b372 commit 3be386b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<br>
`-log-file=file` Write all messages to the file<br>
`-time-zone=time_zone_name` Set the time zone<br>
- `INFO`: Same as previous one plus progressions <br>

`- log-file=file` Write all messages to the file<br>
`- time-zone=time_zone_name` Set the time zone<br>

## Command `upload`

Expand Down

0 comments on commit 3be386b

Please sign in to comment.