meilisearch-tui

A TUI for Managing and Searching with Meilisearch

MIT License

Downloads
1K
Stars
11

Bot releases are visible (Hide)

meilisearch-tui - v0.9.0 Latest Release

Published by github-actions[bot] 8 months ago

Changes

Features

  • Add option to use hybrid search @sanders41 (#381)
meilisearch-tui - v0.8.4

Published by github-actions[bot] 11 months ago

Changes

  • Add testing and support for Python 3.12 @sanders41 (#252)
meilisearch-tui - v0.8.3

Published by github-actions[bot] 12 months ago

Changes

  • Update from meilisearch-python-async to meilisearch-python-sdk @sanders41 (#255)
meilisearch-tui - v0.8.2

Published by github-actions[bot] about 1 year ago

Changes

  • Remove custom search cache since meilisearch-python-async now supports it @sanders41 (#214)
meilisearch-tui - v0.8.1

Published by github-actions[bot] over 1 year ago

Changes

  • Update to pydantic v2 @sanders41 (#178)
meilisearch-tui - v0.8.0

Published by github-actions[bot] over 1 year ago

Changes

Features

  • Add button to clear the search box @sanders41 (#169)
  • Highlight search terms @sanders41 (#168)
meilisearch-tui - v0.7.4

Published by github-actions[bot] over 1 year ago

Changes

  • Change bindings order for quitting @sanders41 (#156)
meilisearch-tui - v0.7.3

Published by github-actions[bot] over 1 year ago

Changes

  • Bump meilisearch-python-async from 1.2.2 to 1.3.0 @sanders41 (#147)
meilisearch-tui - v0.7.2

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix index layout after textual update @sanders41 (#131)
  • Fix search layout after textual update @sanders41 (#130)
meilisearch-tui - v0.7.1

Published by github-actions[bot] over 1 year ago

Changes

There was a bug fix release in Textual to fix and issue where tabs would occasionally freeze. I never saw this here so it seems unlikely to have affected this package, but i decided to do a release just in case.

  • Bump textual from 0.19.1 to 0.20.1 (#107)
meilisearch-tui - v0.7.0

Published by github-actions[bot] over 1 year ago

Changes

Features

  • Add TTL cache to search @sanders41 (#102)
meilisearch-tui - v0.6.1

Published by github-actions[bot] over 1 year ago

Changes

  • Change tab color @sanders41 (#89)
meilisearch-tui - v0.6.0

Published by github-actions[bot] over 1 year ago

Changes

  • Fix saving of index settings @sanders41 (#83)
  • Changes desired index message @jayreddy040-510 (#78)

Features

  • Add ability to edit settings @sanders41 (#73)
meilisearch-tui - v0.5.1

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix error when starting with no idexes present @sanders41 (#75)
meilisearch-tui - v0.5.0

Published by github-actions[bot] over 1 year ago

Changes

  • Move data loading under the index tab @sanders41 (#71)

Features

  • Add ability to delete indexes @sanders41 (#69)
meilisearch-tui - v0.4.1

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Revert updating sidbar in a task as it caused a race condition @sanders41 (#63)
meilisearch-tui - v0.4.0

Published by github-actions[bot] over 1 year ago

Changes

  • Update the sidbar in a task @sanders41 (#59)

Features

  • Add indexes screen and ability to add indexes without loading data @sanders41 (#60)
meilisearch-tui - v0.3.0

Published by github-actions[bot] over 1 year ago

Changes

  • Cache element queries for improved performance @sanders41 (#51)

Features

  • Add index sidebar to search @sanders41 (#49)

Bug Fixes

  • Remove duplicated scrollbar @sanders41 (#50)
  • Remove extra reference to index @sanders41 (#46)
meilisearch-tui - v0.2.0

Published by github-actions[bot] over 1 year ago

Changes

Features

  • Add ability to view index settings @sanders41 (#35)

Bug Fixes

  • Prevent save of configs set from environment variables @sanders41 (#43)
meilisearch-tui - v0.1.2

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix bug where current index box wasn't updating @sanders41 (#37)