diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c079b8..ba6e8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ One stop shop for the updates made to the project with each version, and to check master's status against the latest release ## master + +## 0.5.0 - Latest Release - 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) @@ -20,7 +22,7 @@ One stop shop for the updates made to the project with each version, and to chec - Fixed bug where a message containing just an image would have a blank line - Added keybinds for up and down arrows to scroll through messages / channels (requires `shards update`) -## 0.4.0 - Latest Release +## 0.4.0 - Removed duplicate colour names so all 256 colours are available - Now renders the timestamp at the right hand side of the screen, similar to some shell themes - Colour the title of embeds based on the colour that they are in the normal client diff --git a/shard.yml b/shard.yml index 5e6d8e4..ff19081 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crcophony -version: 0.4.0 +version: 0.5.0 authors: - freyamade diff --git a/src/crcophony.cr b/src/crcophony.cr index 1b708bf..d6ab5cb 100644 --- a/src/crcophony.cr +++ b/src/crcophony.cr @@ -3,7 +3,7 @@ require "hydra" require "./*" module Crcophony - VERSION = "0.4.0" + VERSION = "0.5.0" # Load config from the environment config = Crcophony::Config.new