Soliloquy

Release notes

A record of user-facing changes in Soliloquy.

v0.1.0

Initial formal release

v0.1.0 is the first formally versioned Soliloquy release. It summarizes the initial development phase of the local-first personal notes workspace.

Added

  • A local chat workspace with persistent chats and messages stored in IndexedDB through Dexie.
  • Chat creation, editing, pinning, deletion, multi-selection, search, drag-and-drop ordering, and icon/color personalization.
  • A read-only Soliloquy Info system chat with a local preference to show or hide it in the sidebar.
  • Markdown rendering with formatting controls and spoiler syntax.
  • Single-chat JSON and Markdown import/export, including title, icon, and color metadata.
  • Full workspace JSON backups with validated restore through Merge or Replace modes.
  • Settings with General, Data, and About sections, including app version, author, source code, and backup actions.

Improved

  • More robust Markdown import parsing that preserves user content containing Markdown-like markers.
  • Clear backup loading, success, and error feedback, plus explicit confirmation before replacing local data.
  • Sidebar and Settings structure for clearer separation between chat actions, workspace data, and preferences.

Internal

  • Focused component responsibilities, colocated unit tests, and documented architecture and product constraints.