summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEllie <ellie@elliehuxtable.com>2021-12-17 19:00:08 +0000
committerGitHub <noreply@github.com>2021-12-17 19:00:08 +0000
commit88b2651ba431bdc1a843f1cab03a082639765bd3 (patch)
tree368133bb8912942b5c8a9945f479056c77f7e331 /CHANGELOG.md
parent133971179eccb8a9846ad90dcf00f02d684c0bea (diff)
Release 0.8.0 (#245)v0.8.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fc4b9f0b..d147db1fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [0.8.0] - 2021-12-17
+
+1339711 Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respectively (#243)
+059e858 remove unused environment var loading entire history into an env var (#242)
+079d803 Enable help messages for command line arguments (#239)
+87df7d8 Fish importing (#234)
+6daaeb2 Bump serde_json from 1.0.64 to 1.0.72 (#219)
+2df7428 Bump itertools from 0.10.1 to 0.10.3 (#236)
+d81e452 Bump tui from 0.15.0 to 0.16.0 (#225)
+0abd063 Support generating shell completions (#235)
+28f78ba Update messages in install.sh about the AUR packages (#231)
+b549095 Update install.sh to use `pacman` on Arch Linux (#229)
+e242f89 Update installation instructions for Arch Linux (#228)
+cd3af87 Bump sqlx from 0.5.5 to 0.5.7 (#210)
+c8f60b2 fix: resolve some issues with install.sh (#188)
+4bdf4c4 feat: login/register no longer blocking (#216)
+9e6746a Remove dev dep with wildcard (#224)
+
## [0.7.2] - 2021-12-08
6e8ec868 chore: improve build times (#213)