Skip to content

Releases: gugahoi/firestore

v1.11.0

Choose a tag to compare

@gugahoi gugahoi released this 25 Jun 12:21
2f40485

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

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:20
160d948

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

Choose a tag to compare

@gugahoi gugahoi released this 17 Jun 06:00
dabd60e

What's Changed

  • feat(browse): rename/move documents in TUI by @gugahoi in #49
  • fix(browse): hide preview pane when active column is a document by @gugahoi in #48

Full Changelog: v1.8.5...v1.9.0

v1.8.5

Choose a tag to compare

@github-actions github-actions released this 18 May 02:51
9200282

Changelog

  • 9200282 fix(browse): include subcollection-only document refs (#47)

v1.8.4

Choose a tag to compare

@github-actions github-actions released this 18 May 01:11

Changelog

  • 0fffe8b fix(ci): put syft on release path

1.8.2

Choose a tag to compare

@gugahoi gugahoi released this 17 May 23:29
ee25874

What's Changed

  • Fix pagination and cursor navigation issues by @gugahoi in #45

Full Changelog: 1.8.1...1.8.2

1.8.1

Choose a tag to compare

@gugahoi gugahoi released this 17 May 13:24
f24e6e8

What's Changed

  • fix(browse): TUI column isolation and scroll fixes by @gugahoi in #44

Full Changelog: 1.8.0...1.8.1

1.8.0

Choose a tag to compare

@gugahoi gugahoi released this 17 May 12:34
b0cba03

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

1.7.0

Choose a tag to compare

@gugahoi gugahoi released this 16 May 06:02
87cd291

What's Changed

  • fix(browse): show documents with subcollections but no data by @gugahoi in #16
  • feat(browse): add document deletion with confirmation by @gugahoi in #17

Full Changelog: 1.6.1...1.7.0

1.6.1

Choose a tag to compare

@gugahoi gugahoi released this 14 May 10:14
f244ff3

Changelog

  • f244ff3 Merge pull request #15 from gugahoi/fix/completion-project-id
  • cf77b9d fix(completion): do not require project for completion command