Skip to content

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release, with the latest changes at the top.

This project adheres to Semantic Versioning.

0.11.0 (May 29, 2026)

Merged Pull Requests

Bug Fixes

  • Fix: prevent header version clipping (#76) by seapagan

Full Changelog | Diff | Patch

0.10.0 (May 27, 2026)

New Features

  • Feat: add Ctrl+A select all support to idea editing (#73) by seapagan
  • Add read-only MCP idea discovery tools (#71) by seapagan
  • Feat: use regional date formats and local timezone for display (#62) by seapagan
  • Feat: make tags clickable to trigger tag search (#60) by seapagan
  • Add theming docs and persist selected theme across restarts (#59) by seapagan
  • Add remote-to-local clone flow (#57) by seapagan

Security

  • Fix: update vulnerable dependencies (#69) by seapagan

Bug Fixes

  • Preserve MCP auth secret on settings save (#74) by seapagan
  • Fix: protect unsaved new idea drafts (#72) by seapagan
  • Fix: gate remote refreshes by hashes (#68) by seapagan
  • Fix: auto-focus backend mode select in backend settings modal (#61) by seapagan
  • Fix app-owned database connection lifecycle (#58) by seapagan

Dependency Updates

  • Chore(deps): update dependency pymdown-extensions to v10.21.3 [security] (#70) by renovate[bot]
  • Chore(deps): update astral-sh/setup-uv action to v8 (#66) by renovate[bot]
  • Chore(deps): update dependency python-multipart to v0.0.26 [security] (#64) by renovate[bot]
  • Chore(deps): update dependency pytest to v9.0.3 [security] (#63) by renovate[bot]

Full Changelog | Diff | Patch

0.9.0 (April 10, 2026)

New Features

Dependency Updates

  • Deps: update cryptography and aiohttp to fix security alerts (#54) by seapagan
  • Chore(deps): update dependency pygments to v2.20.0 [security] (#53) by renovate[bot]

Full Changelog | Diff | Patch

0.8.0 (March 28, 2026)

New Features

  • Read About license from metadata instead of hardcoding (#48) by seapagan
  • Chore: update package metadata for PEP 639 (#47) by seapagan
  • Feat: add about dialog (#46) by seapagan
  • Add metadata-driven version display to CLI and TUI (#45) by seapagan

Bug Fixes

Dependency Updates

  • Update deps to fix security alerts and bump others to latest versions (#50) by seapagan
  • Chore(deps): update dependency uv_build to >=0.11.1,<0.12.0 (#43) by renovate[bot]

Full Changelog | Diff | Patch

0.7.0 (March 24, 2026)

New Features

  • Refine search result matching and layout (#41) by seapagan
  • Refine left pane tree hierarchy and layout (#40) by seapagan

Bug Fixes

Refactoring

  • Use aggregation for tag usage listing (#39) by seapagan
  • Use M2M metadata in tag repository (#38) by seapagan

Full Changelog | Diff | Patch

0.6.0 (March 10, 2026)

New Features

  • Add contextual rename for ideas and groups (#35) by seapagan
  • Add dedicated search results mode (#28) by seapagan
  • Overhaul search with fts5 and keyboard navigation (#27) by seapagan
  • Add autocomplete flows for search and tag inputs (#26) by seapagan

Bug Fixes

  • Confirm before discarding dirty idea edits (#34) by seapagan
  • Fix content pane keyboard focus and footer hints (#32) by seapagan
  • Fix modal button layout (#31) by seapagan
  • Fix idea form tag autocomplete visibility (#30) by seapagan
  • Fix search selection state handling (#29) by seapagan

Refactoring

  • Simplify textual ui interaction helpers (#36) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.5.0 (February 15, 2026)

New Features

  • Add advanced search query operators (#24) by seapagan
  • Add configurable default group setting (#23) by seapagan
  • Add contextual new-idea group mode and validation warning (#22) by seapagan

Refactoring

  • Refactor bulk_move_group to use sqliter update_where() (#21) by seapagan

Full Changelog | Diff | Patch

0.4.2 (February 14, 2026)

Bug Fixes

Full Changelog | Diff | Patch

0.4.1 (February 13, 2026)

New Features

  • Remove sqliter fk-cache workaround and use eager loading (#17) by seapagan

Testing

  • Add tests for idea repo group hydration branches (#16) by seapagan

GitHub Actions

  • Enable renovate bot and github action to update req*.txt (#14) by seapagan

Full Changelog | Diff | Patch

0.4.0 (February 13, 2026)

New Features

  • Add CLI subcommands for list, export, and delete (#11) by seapagan
  • Improve idea form initial focus and persisted edit cursor modes (#8) by seapagan
  • Improve y-copy behavior for rendered idea selection (#6) by seapagan
  • Improve idea form layout on small screens (#5) by seapagan

Documentation

  • Add mkdocs documentation site (#10) by seapagan
  • Organize TODO items into thematic sections (#7) by seapagan

Full Changelog | Diff | Patch

0.3.0 (February 11, 2026)

New Features

  • Add idea groups with tree navigation, safe DB backfill, and responsive edit modal (#3) by seapagan

Full Changelog | Diff | Patch

0.2.0 (February 08, 2026)

New Features

  • Add clipboard copy support with y key (#1) by seapagan

Documentation

  • License the project under the MIT License (#2) by seapagan

Full Changelog | Diff | Patch

0.1.0 (February 07, 2026)

Initial Release, basic MVP.


This changelog was generated using github-changelog-md by Seapagan