fix #255 Last percents of google puzzle solving are very slow when processing very large takeout archive
The google puzzle solving is now much faster for large takeout archives.
fix #215 Use XDG_CONFIG_HOME for storing config
The configuration file that contains the server and the key is now stored by default in following folder:
- Linux
$HOME/.config/immich-go/immich-go.json
- Windows
%AppData%\immich-go\immich-go.json
- Apple
$HOME/Library/Application Support/immich-go/immich-go.json
Store the log files into sensible dir for user's system
The default log file is:
- Linux
$HOME/.cache/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log
- Windows
%LocalAppData%\immich-go\immich-go_YYYY-MM-DD_HH-MI-SS.log
- Apple
$HOME/Library/Caches/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log
Feat: [#249] Fix Display the path of log file name
The log file name is printed when the program exits.
Changelog
- 87471f6 Edit releases.md
- d4269ee Fix Display the path of log file name (#251)
- 49bf673 Fix Display the path of log file name (#256)
- 73fde8d Fixes #255
- 9b70932 Merge branch 'main' into simulot/issue215
- 734bbeb Merge pull request #257 from simulot:simulot/issue255
- 8805ca7 Merge pull request #258 from simulot:simulot/issue215
- c63dc09 Merge pull request #260 from simulot:simulot/issue259
- e4d1643 Set a timeout for all http queries (#253)
- f968bd6 The log doesn't show discared files Fixes #259
- 37f4b83 Use XDG_CONFIG_HOME for storing config (#248)
- 755e1b7 Use XDG_CONFIG_HOME for storing config Fixes #215