Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Mar 22, 2019
1 parent 6562628 commit 28bb346
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
One stop shop for the updates made to the project with each version, and to check master's status against the latest release

## master
- Removed duplicate colour names so all 256 colours are available (requires `shards update`)

## 0.4.0 - Latest Release
- 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
- Added handling for Direct Messages and Group Chats

## 0.3.0 - Latest Release
## 0.3.0
- Usernames now have colours
- Powered by 256 colour terminals. No idea what will happen if you run the system on a system with less colours.

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.3.0
version: 0.4.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.3.0"
VERSION = "0.4.0"

# Load config from the environment
config = Crcophony::Config.new
Expand Down

0 comments on commit 28bb346

Please sign in to comment.