datatui 0.3.0

DataTUI: A fast, keyboard-first terminal data viewer.
Documentation
# Changelog


All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0]

### Added

- Prompt similarity sorting to Column Operations

## [0.2.0]

### Added

- cargo.lock (removed cargo.lock from .gitignore)
- customizable and persistent key bindings
- parameters for loading data with the cli

## [0.1.1]

### Added

- added ctrl + a (select all) and ctrl + c (copy) to SqlDialog

### Fixed

- Instruction rendering issues
- FindAllResults scroll issues
- Temporarily fixed highlights of text in Spans by stripping out new line chars.


## [0.1.0]

### Added

- Initial Version