From f0bcb6e3d27b945528363ea540d0349e765f9a02 Mon Sep 17 00:00:00 2001 From: freyamade Date: Sat, 6 Apr 2019 00:38:03 +0100 Subject: [PATCH] bump to 0.6.0 gonna maybe post it on reddit now... --- CHANGELOG.md | 8 +++++--- shard.yml | 2 +- src/crcophony.cr | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438c3da..bb33bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,17 @@ One stop shop for the updates made to the project with each version, and to check master's status against the latest release ## master -- Added multi line input that expands the prompt box accordingly (Ctrl+N to add a new line) -- Fixed bug where characters always get added to the end of a prompt even when the cursor is moved elsewhere (requires `shards update`) ### with-notifs The `with-notifs` branch is an up to date version of the application with additional notification support. To summarise what is said in the project README; I will be unable to provide a static executable that uses dbus for notifications. If you want this feature, you will have to build from source. -## 0.5.0 - Latest Release +## 0.6.0 - Latest Release +- Added multi line input that expands the prompt box accordingly (Ctrl+N to add a new line) +- Fixed bug where characters always get added to the end of a prompt even when the cursor is moved elsewhere + +## 0.5.0 - Changed loading messages to use a progress bar - Added parsing of code blocks - Added syntax highlighting using the [noir library](https://github.com/MakeNowJust/noir) diff --git a/shard.yml b/shard.yml index 9475d2e..490d5bf 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crcophony -version: 0.5.0 +version: 0.6.0 authors: - freyamade diff --git a/src/crcophony.cr b/src/crcophony.cr index d6ab5cb..e39fab0 100644 --- a/src/crcophony.cr +++ b/src/crcophony.cr @@ -3,7 +3,7 @@ require "hydra" require "./*" module Crcophony - VERSION = "0.5.0" + VERSION = "0.6.0" # Load config from the environment config = Crcophony::Config.new