Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed May 28, 2015
1 parent 2bcd256 commit 77ea11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Look up [this wiki page](https://github.com/kraiz/icecult/wiki).

Changelog
---------
* 0.6.1:
* feature: wrap long chat messages [#21](/../../issues/21)
* feature: render urls in chat messages as links [#22](/../../issues/22)

* 0.6.0:
* feature: desktop notifications for chat messages [#18](/../../issues/18)
* feature: priorities for download queue [#17](/../../issues/17) / [#19](/../../issues/19)
Expand Down
2 changes: 1 addition & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var EiskaltApp = angular.module('EiskaltApp', ['ngRoute', 'ngStorage', 'ngSaniti
'EiskaltDirectives', 'DesktopNotification']);

EiskaltApp.value('settings', {
version: '0.6.0',
version: '0.6.1',
localStorageVersion: 2,
updateUrl: 'https://api.github.com/repos/kraiz/icecult/releases',
chatMessagesKept: 250,
Expand Down

0 comments on commit 77ea11a

Please sign in to comment.