Releases: achristmascarl/rainfrog
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
v0.2.3
What's Changed
- exclude bump pr from release notes by @achristmascarl in #90
- feat:
docker run
option by @ftupas in #91 - docker in ci/cd by @achristmascarl in #92
- try fix cd by @achristmascarl in #94
New Contributors
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- page up + down in results section (ty @rgmz for the suggestion) in #85
- alt+q to abort query when in editor insert mode (ty @elipp for the report) in #87
- bump to v0.2.2 by @achristmascarl in #88
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- clipboard fallbacks, arboard wayland feature flag by @achristmascarl in #81
- bump to v0.2.1 by @achristmascarl in #84
Full Changelog: v0.2.0...v0.2.1
v0.2.0 – beta 🎉
What's Changed
- Update Arch Linux instructions by @orhun in #64
- only quit from editor with ctrl+c if in normal mode by @achristmascarl in #65
- bump to v0.2.0 by @achristmascarl in #74
Full Changelog: v0.1.17...v0.2.0