Releases: gugahoi/firestore
Releases · gugahoi/firestore
Release list
v1.11.0
v1.11.0
Features
document edit— new subcommand to edit a document in place (#55)api— new subcommand for raw Firestore REST API calls (#56)
Improvements
- browse: edit the hovered document directly from a collection column (#57)
Full changelog: v1.10.0...v1.11.0
v1.10.0
v1.10.0 adds document copying in the TUI and a fix for refresh behavior.
Features
- Copy documents directly in the TUI browse interface
Fixes
- Refresh correct column after async document copy
Internal
- Added pr-review workflow and enforcement hooks; added AGENTS.md with /ship and /handoff commands for development workflows
v1.9.0
v1.8.5
v1.8.4
Changelog
- 0fffe8b fix(ci): put syft on release path
1.8.2
1.8.1
1.8.0
What's Changed
- feat(browse): add mode system and status bar layout by @gugahoi in #31
- feat(browse): add command mode with :help, :goto, :refresh, :sort by @gugahoi in #32
- feat(browse): add client-side live filter on / by @gugahoi in #33
- feat(browse): add paginated collection loading with Load more by @gugahoi in #34
- feat(browse): add visual selection and bulk delete by @gugahoi in #35
- feat(browse): add :export command for JSON and NDJSON by @gugahoi in #36
- feat(browse): add vim-style marks for quick navigation by @gugahoi in #37
- feat(browse): add jumplist navigation with Ctrl+o / Ctrl+i by @gugahoi in #38
- feat(browse): add server-side Firestore query via :query by @gugahoi in #39
- feat(browse): add toggleable document preview pane by @gugahoi in #40
- feat(browse): add tree fold controls (zM, zR, z1-z3) by @gugahoi in #41
- feat(browse): add document creation with :add command by @gugahoi in #42
- feat(browse): modern borderless TUI redesign with UX improvements by @gugahoi in #43
Full Changelog: 1.7.0...1.8.0