From 7d341fcbe28c2872cd34fb68719c6e13f7678463 Mon Sep 17 00:00:00 2001 From: kraiz Date: Mon, 27 Apr 2015 20:07:41 +0200 Subject: [PATCH] new version, 0.6.0 --- README.md | 5 +++++ app/js/app.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 7d1faf3..67ad0ef --- a/README.md +++ b/README.md @@ -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 diff --git a/app/js/app.js b/app/js/app.js index efa4ede..412d5d6 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -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,