This release reworks the generation history into a queryable database and adds several quality-of-life features around sharing, batch operations, and tag autocomplete.
Generation history moved to a Room database. The legacy per-record JSON sidecar files are replaced with a Room-backed table that records additional fields (generation mode, denoise strength, upscaler id, etc.). On first launch after upgrading, a one-shot migration screen imports the existing on-disk history into the database — please wait for it to finish before exiting.
Filterable history view. The third pager tab now exposes top-level current / all chips plus a bottom-sheet filter (modes, models, sizes, time range, schedulers, devices, prompt substring, sort order). Upscaled images are also persisted as first-class history entries with their upscaler id recorded.
Batch save history images. Multi-select in the history view now has a save action with a confirmation dialog and modal progress UI. The screen is kept on while ModelRunScreen is active so long generations and batch operations aren't interrupted by display timeout.
Share generation parameters via clipboard. A share icon on the result, history, and advanced settings parameter dialogs serializes the selected fields to the clipboard (optionally wrapped with an LDPARAMS: base64 marker). When the model finishes loading, the clipboard is parsed once and an apply dialog lets you pick which fields to import, with an option to clear the clipboard afterwards. Both toggles persist in settings.
Embeddings in tag autocomplete. Imported textual-inversion embeddings are pinned to the top of the prompt suggestion list with their own badge. The suggestion popup is now IME-aware (no longer hides behind the keyboard under edge-to-edge), uses a LazyColumn for smoother scrolling, and the suggestion cap is raised to 100.
Show mode and denoise strength in both the result and history parameter detail dialogs.
Fixed inpaint stitch incorrectly applying to past generations — it is now scoped to the most recent generation with a real source image.
Cleaned up unused string entries and fixed several translation typos.
Variants :
LocalDream_xxx_with_filter: Block NSFW Results. Same as Google Play version.
LocalDream_xxx: No filter.
Co-Authored-By: Claude Opus 4.7