Skip to content

Commit

Permalink
Create new release, version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jul 30, 2013
1 parent 7da5ff4 commit ce1dce6
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 154 deletions.
20 changes: 10 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.5 (Unreleased)
----------------
0.5.0 (2013-07-30)
------------------

- #09 Remove dependency on AMD/require.js [jcbrand]
- #22 Fixed compare operator in strophe.muc [sonata82]
Expand All @@ -13,8 +13,8 @@ Changelog
- #28 Add Brazilian Portuguese translations [matheus-morfi]
- Use Bower to manage 3rd party dependencies. [jcbrand]

0.4 (2013-06-03)
----------------
0.4.0 (2013-06-03)
------------------

- CSS tweaks: fixed overflowing text in status message and chatrooms list. [jcbrand]
- Bugfix: Couldn't join chatroom when clicking from a list of rooms. [jcbrand]
Expand All @@ -25,8 +25,8 @@ Changelog
- Reconnect automatically when the connection drops. [jcbrand]
- Add support for internationalization. [jcbrand]

0.3 (2013-05-21)
----------------
0.3.0 (2013-05-21)
------------------

- Add vCard support [jcbrand]
- Remember custom status messages upon reload. [jcbrand]
Expand All @@ -41,15 +41,15 @@ Changelog
- Multi-user chatrooms are now configurable. [jcbrand]


0.2 (2013-03-28)
----------------
0.2.0 (2013-03-28)
------------------

- Performance enhancements and general script cleanup [ichim-david]
- Add "Connecting to chat..." info [alecghica]
- Various smaller improvements and bugfixes [jcbrand]


0.1 (2012-06-12)
----------------
0.1.0 (2012-06-12)
------------------

- Created [jcbrand]
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module.exports = function(grunt) {
});
});

// TODO: update CHANGES.txt with release date
grunt.registerTask('release', 'Create a new release', ['requirejs', 'cssmin']);

grunt.registerTask('check', 'Perform all checks (e.g. before releasing)', function () {
Expand Down
12 changes: 12 additions & 0 deletions converse-0.5.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 138 additions & 0 deletions converse-0.5.0.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ce1dce6

Please sign in to comment.