From 5c9d09b388e2d0e05373f42399fc72a7a0161a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 7 Jan 2016 06:40:26 +0000 Subject: [PATCH] Add CHANGELOG info for version 0.53.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9ff2f9..abe7fb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +0.53.0 / 2016-01-07 +=================== + +[See the full changelog](https://github.com/erming/shout/compare/v0.52.0...v0.53.0) + +* Added a Dockerfile ([PR #477](https://github.com/erming/shout/pull/477) by [@bencevans](https://github.com/bencevans)) +* Fixed a bug preventing logging on channels that contain slashes ([PR #519](https://github.com/erming/shout/pull/519) by [@lyra833](https://github.com/lyra833)) +* Added missing `grunt-cli` as a required development dependencies ([PR #522](https://github.com/erming/shout/pull/522) by [@williamboman](https://github.com/williamboman)) +* Added [@floogulinc](https://github.com/floogulinc) as a project maintainer +* Added consistent coding style enforcement using `ESLint` ([PR #504](https://github.com/erming/shout/pull/504) by [@williamboman](https://github.com/williamboman), [PR #547](https://github.com/erming/shout/pull/547) by [@JocelynDelalande](https://github.com/JocelynDelalande)) +* Added an `.editorconfig` file ([PR #526](https://github.com/erming/shout/pull/526) by [@williamboman](https://github.com/williamboman)) +* Added a size limit for image previews ([PR #503](https://github.com/erming/shout/pull/503) by [@olivierlambert](https://github.com/olivierlambert), [issue #500](https://github.com/erming/shout/issues/500)) +* Fixed the development setup command ([PR #536](https://github.com/erming/shout/pull/536) by [@jancborchardt](https://github.com/jancborchardt), [issue #535](https://github.com/erming/shout/issues/535)) +* Improved the [CONTRIBUTING.md](https://github.com/erming/shout/blob/master/CONTRIBUTING.md) file regarding rebasing ([PR #548](https://github.com/erming/shout/pull/548) by [@JocelynDelalande](https://github.com/JocelynDelalande)) +* Made channel names in chat clickable to let users join them ([PR #385](https://github.com/erming/shout/pull/385) by [@AmShaegar13](https://github.com/AmShaegar13), [issue #361](https://github.com/erming/shout/issues/361)) + +0.52.0 / ??? +============ + +??? + 0.51.2 / 2015-09-18 ================== @@ -15,24 +36,24 @@ * Link preview now ignores links from localhost * Added 'displayNetwork' setting -0.49.3 / 2015-01-04 +0.49.3 / 2015-01-04 =================== * Fully expand chat when userlist is hidden * Remove vertical whitespace in chat windows * Support @mention -0.49.2 / 2015-01-04 +0.49.2 / 2015-01-04 =================== * Fix crash on broken links -0.49.1 / 2015-01-04 +0.49.1 / 2015-01-04 =================== * Fix undefined content-type (link plugin) -0.49.0 / 2014-12-23 +0.49.0 / 2014-12-23 =================== * Replaced superagent with request @@ -108,7 +129,7 @@ =================== * Disable login button on authentication - * Fix 'shout edit' command + * Fix 'shout edit' command 0.43.0 / 2014-10-08 ===================