Releases: achristmascarl/rainfrog
v0.2.13
What's Changed
- propogate DATABASE_URL when present by @achristmascarl in #138
Full Changelog: v0.2.12...v0.2.13
v0.2.12
KNOWN ISSUES
- $DATABASE_URL doesn't work since the var wasn't used by the drivers; will be fixed in v0.2.13
What's Changed
- bump sqlparser by @achristmascarl in #134
- check $DATABASE_URL if no --url arg by @achristmascarl in #135
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's Changed
- bump ratatui, tui-textarea by @achristmascarl in #131
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
- bump deps, fix sqlite parsing by @achristmascarl in #127
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- Added 2 keybindings to vim('X' and 'S'). Changed the --workspace key to --all in cargo fmt, cause --workspace is not exists in fmt by @Distantoff in #122
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- fix copy to the linux system clipboard by @Distantoff in #120
New Contributors
- @Distantoff made their first contribution in #120
Full Changelog: v0.2.7...v0.2.8
v0.2.7
‼️ breaking change
the default keybindings for data vs history have been swapped, and their ordering for tab cycling has also changed. this is due to the data/results being a much more likely next destination after running a query as opposed to the history. if you prefer the previous keybindings, you can configure them by following the instructions from the customizations section; however, the tab cycling order cannot be changed via the configuration at the moment
What's Changed
- fix: dont unwrap in value parsers by @achristmascarl in #115
- change default keybindings by @achristmascarl in #116
Full Changelog: v0.2.6...v0.2.7
v0.2.6
👀 (unstable) MySQL and SQLite Support!
thank you @Frank-III for implementing MySQL and SQLite support! it hasn't been extensively tested yet, so it is still considered unstable; please use with caution in production environments. if you run into any bugs, you can open an issue here.
What's Changed
- feat: add support for mysql and sqlite by @Frank-III in #100
- use cargo-chef by @achristmascarl in #110
- refactor popups, confirm before execute popup by @achristmascarl in #111
New Contributors
- @Frank-III made their first contribution in #100
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Fix display string concatenation for array columns by @iwer in #98
- more test data by @achristmascarl in #99
- mysql, sqlite testing data by @achristmascarl in #101
- mouse mode optional by @achristmascarl in #102
New Contributors
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- cli args for connection options by @achristmascarl in #95
Full Changelog: v0.2.3...v0.2.4