What’s in it?
Mostly bugfixes:
-
Want to see if a similar image is already in your library? The new ./photostructure list --looks-like /path/to/image.jpgswitch shows existing, imported assets that share the same SHA or image hash as/path/to/image.jpg. See the forum discussion for more details. -
Deduplication improvement: JPEG+RAW pairs with different sets of camera serial number tags are now matched properly. Thanks for the report, bdillahu! -
/
The PhotoStructure for Desktops setting, openAtLogin, was deleted. The “Open at login” menu option is still available on macOS and Windows, though!What we wanted was to have the “Open at login” menu option reflect the current state of the system, and if toggled, sets the system to match that state.
By having this backed by a setting and the system state, though, the persisted setting would overwrite the system setting whenever PhotoStructure launched. The setting was simply unnecessary.
-
The about page and infotool no longer crash if the library is missing. -
Squelched ENOENTerrors from expectedreaddirfailures. -
Flushed prior caches for directories that have been touched orunlinked. -
docker container run photostructure/server ...doesn’t require a/ps/configbind mount to run. -
New ffmpegThreadssetting supports customizing the value passed toffmpeg -threads. A new, more conservative default should also help preventffmpegfrom chowing all your CPU and then some. -
Twiddled autoUpdater.quitAndInstall()to use defaults: we’ll see in v1.2.0 if that allows upgrades to re-launch properly.
How do I get it?
Upgrades are automatic on PhotoStructure for Desktops/
If you’re on PhotoStructure for Node, shutdown and restart: start.sh will automatically download and build the latest and greatest.
Upgrade instructions for PhotoStructure for Docker are here.