Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add CHANGELOG info for version 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Jan 7, 2016
1 parent 409936e commit 5c9d09b
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand All @@ -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
Expand Down Expand Up @@ -108,7 +129,7 @@
===================

* Disable login button on authentication
* Fix 'shout edit' command
* Fix 'shout edit' command

0.43.0 / 2014-10-08
===================
Expand Down

0 comments on commit 5c9d09b

Please sign in to comment.