Releases: andev0x/guts
Releases · andev0x/guts
Release list
v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7f
What's Changed
- feat: improve TUI UX with scoped fuzzy search, keybinding config, and action feedback by @andev0x in #6
- feat/core by @andev0x in #7
- feat/core by @andev0x in #8
- feat/core by @andev0x in #9
- feat/core by @andev0x in #10
- feat/core by @andev0x in #11
- docs: update project description information by @andev0x in #12
- feat/core by @andev0x in #13
- feat/core by @andev0x in #14
- feat/core by @andev0x in #15
- feat/core by @andev0x in #17
- feat/core by @andev0x in #18
- feat/core by @andev0x in #19
- feat/core by @andev0x in #20
Full Changelog: v1.0.6...v1.0.7f
v1.0.6
v1.0.5
v1.0.3
v1.0.2
What's Changed
- feat: add theme configuration logic by @andev0x in #1
- style: add sample configuration by @andev0x in #2
- docs: update project description information by @andev0x in #3
- feat: add SQL workflows and multi-database support to guts by @andev0x in #4
- feat: add SQL tools, multi-db support, and data management features by @andev0x in #5
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Stable version v1.0.0
Features
- Fast loading for CSV, JSON, and SQLite (
.db,.sqlite) - Table rendering with sticky header and row selection
- Vim-style navigation (
h/j/k/l,g,G, page up/down) - Virtual scrolling for large datasets
- Incremental search (
/,n,N) - Query/filter mode (
:)- CSV/JSON: text filter across all columns
- SQLite: execute SQL queries
- Smart cell detection (URL, email, IP, number)
- Open action for links/emails (
o) - Copy selected cell to clipboard (
y)
Full Changelog: https://github.com/andev0x/guts/commits/v1.0.0