Skip to content

ChatWalaʻau v0.102.1

Choose a tag to compare

@motojinc25 motojinc25 released this 09 Jul 01:04

This release fixes a chat Import defect: a chat that used the Paint editor could be exported but not re-imported, and any import failure was shown nowhere on screen. Import is now tolerant per attachment and always tells you the outcome.

Highlights

Chat Import fix (v0.102.1)

  • Importing a chat that used the Paint editor works again. Export bundles a painted image together with its editable scene file, but Import previously accepted only image and PDF attachments and rejected the whole bundle over that scene file (Unsupported upload type in bundle: ...paint.json, HTTP 400). The paint scene is now recognized and carried through, so an imported painted image stays re-editable.
  • Import failures are now shown on screen. Previously a failed import did nothing visible. The sidebar now shows an "Import failed" dialog with the reason, or an "Imported with warnings" dialog listing any attachment that was skipped or carried with a caveat when the chat imported but may not look exactly like the original.
  • Import is tolerant per attachment. An unsupported, oversized, or corrupt attachment is now skipped and reported instead of failing the whole import, so a bundle produced by a newer or slightly different instance still imports.
  • Fully backward compatible. No new setting, no on-disk change, no dependency change. A clean bundle imports exactly as before; structural and safety checks (bad zip, path escapes, zip-bombs, unknown format version, malformed session, oversize bundle) still fail closed, and a skipped attachment is never written to disk.

Included in this release

This release includes implementation work from:

  • v0.102.1 through v0.102.1

Notes

  • Internal design management content and architecture control artifacts are intentionally omitted from this release note.

Installation

See the repository README for setup and usage instructions.

Version

  • Release version: 0.102.1
  • Previous release: 0.102.0