Release v3.0.0-rc1
Pre-releaseFeedback wanted
We are getting close to release 3.0.0. So any feedback about stability and possible bugs is very welcome.
This update brings 2 new feature, 2 fixes and 7 other changes.
New
- Rebuild People as a browser page for better usability
- Add a repowise report to pull requests
Fixed
- Fix four places where a problem never reached the user
- Fix database backup endpoint: change from GET to POST
Other changes
- Catch the remaining docs up with YuNet + FaceNet
- Take arrow from lancedb's re-export, bump sha2 to 0.11
- Pin the CodeQL Rust toolchain to 1.94
- Survive a disk cleaner deleting the macOS log directory
- Group the HTTP API into domains under /v1
- Pin ONNX Runtime graph optimization level to prevent crashes
- Sanitize request-supplied strings in logs; move Gemini API key to header
Download
| If you are on | Download |
|---|---|
| Windows (64-bit) | LrGeniusAI-windows-x64-3.0.0-rc1.exe |
| macOS (Apple silicon) | LrGeniusAI-macos-arm64-3.0.0-rc1.pkg |
| Your own server or Docker | LrGeniusAI-plugin-docker-backend-v3.0.0-rc1.zip |
Already have LrGeniusAI installed? This update changes parts that the in-Lightroom updater cannot replace on its own, so please install it with the full installer above. Your catalog, settings and everything already analysed stay as they are.
If your computer warns about the download
Both installers are downloaded rarely enough that Windows and macOS may not
recognise them yet. This is about how well known the file is, not about
anything found in it.
- Windows — if SmartScreen says "Windows protected your PC", click
More info, then Run anyway. - macOS — if the installer is blocked, open System Settings → Privacy &
Security and click Open Anyway. In Terminal,xattr -d com.apple.quarantine <path to the .pkg>does the same thing.
Something not working? Please open an issue at
https://github.com/LrGenius/LrGeniusAI/issues — a description of what you did
and what happened is enough to get started.
Technical changelog
What's Changed
- Fix four places where a problem never reached the user by @bmachek in #293
- Add a repowise report to pull requests by @bmachek in #294
- Catch the remaining docs up with YuNet + FaceNet by @bmachek in #295
- deps: take arrow from lancedb's re-export, bump sha2 to 0.11 by @bmachek in #296
- Pin the CodeQL Rust toolchain to 1.94 by @bmachek in #297
- Survive a disk cleaner deleting the macOS log directory by @bmachek in #298
- Group the HTTP API into domains under /v1 by @bmachek in #300
- Fix database backup endpoint: change from GET to POST by @bmachek in #301
- Rebuild People as a browser page, and make its clusters correctable by @bmachek in #299
- Pin ONNX Runtime graph optimization level to prevent crashes by @bmachek in #302
- Sanitize request-supplied strings in logs; move Gemini API key to header by @bmachek in #303
Full Changelog: v3.0.0-pre13...v3.0.0-rc1