Skip to content

Commit

Permalink
new version, 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Apr 27, 2015
1 parent b854ac8 commit 7d341fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Look up [this wiki page](https://github.com/kraiz/icecult/wiki).

Changelog
---------
* 0.6.0:
* feature: desktop notifications for chat messages [#18](/../../issues/18)
* feature: priorities for download queue [#17](/../../issues/17) / [#19](/../../issues/19)
* feature: store enlargeable chat state [#20](/../../issues/20)

* 0.5.2:
* feature: enlargeable chat [#15](/../../issues/15) / [#16](/../../issues/16) (thx [@mmrose](https://github.com/mmrose))
* feature: improved ui: auto scaling chat size window, better tooltips in user list, responsive navigation
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.5.2',
version: '0.6.0',
localStorageVersion: 2,
updateUrl: 'https://api.github.com/repos/kraiz/icecult/releases',
chatMessagesKept: 250,
Expand Down

0 comments on commit 7d341fc

Please sign in to comment.