Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
gonna maybe post it on reddit now...
  • Loading branch information
freyamade committed Apr 5, 2019
1 parent bc103af commit f0bcb6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crcophony
version: 0.5.0
version: 0.6.0

authors:
- freyamade <frybrdrck@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crcophony.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0bcb6e

Please sign in to comment.