Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
* Focus input onclick windows.
* Add `quote` and `raw` commands.
* Fix that messages containing spaces can't be fully parsed in commands.
  * Don't autoinsert `#` for optional channel parameters.
  • Loading branch information
Hyunje Alex Jun committed Jun 1, 2015
1 parent 14ea05e commit 307da14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.5 (1 June 2015)

* Focus input onclick windows.
* Add `quote` and `raw` commands.
* Fix that messages containing spaces can't be fully parsed in commands.
* Don't autoinsert `#` for optional channel parameters.

# 0.1.4 (26 May 2015)

* Format datetime again.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Koko",
"version": "0.1.4",
"version": "0.1.5",
"description": "Yet another IRC client for me and you",
"author": "Jun <me@noraesae.net>",
"contributors": [
Expand Down

0 comments on commit 307da14

Please sign in to comment.