Create new release, version 0.5.0
This commit is contained in:
parent
7da5ff4aef
commit
ce1dce629c
20
CHANGES.rst
20
CHANGES.rst
@ -1,8 +1,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.5 (Unreleased)
|
0.5.0 (2013-07-30)
|
||||||
----------------
|
------------------
|
||||||
|
|
||||||
- #09 Remove dependency on AMD/require.js [jcbrand]
|
- #09 Remove dependency on AMD/require.js [jcbrand]
|
||||||
- #22 Fixed compare operator in strophe.muc [sonata82]
|
- #22 Fixed compare operator in strophe.muc [sonata82]
|
||||||
@ -13,8 +13,8 @@ Changelog
|
|||||||
- #28 Add Brazilian Portuguese translations [matheus-morfi]
|
- #28 Add Brazilian Portuguese translations [matheus-morfi]
|
||||||
- Use Bower to manage 3rd party dependencies. [jcbrand]
|
- 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]
|
- 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]
|
- Bugfix: Couldn't join chatroom when clicking from a list of rooms. [jcbrand]
|
||||||
@ -25,8 +25,8 @@ Changelog
|
|||||||
- Reconnect automatically when the connection drops. [jcbrand]
|
- Reconnect automatically when the connection drops. [jcbrand]
|
||||||
- Add support for internationalization. [jcbrand]
|
- Add support for internationalization. [jcbrand]
|
||||||
|
|
||||||
0.3 (2013-05-21)
|
0.3.0 (2013-05-21)
|
||||||
----------------
|
------------------
|
||||||
|
|
||||||
- Add vCard support [jcbrand]
|
- Add vCard support [jcbrand]
|
||||||
- Remember custom status messages upon reload. [jcbrand]
|
- Remember custom status messages upon reload. [jcbrand]
|
||||||
@ -41,15 +41,15 @@ Changelog
|
|||||||
- Multi-user chatrooms are now configurable. [jcbrand]
|
- 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]
|
- Performance enhancements and general script cleanup [ichim-david]
|
||||||
- Add "Connecting to chat..." info [alecghica]
|
- Add "Connecting to chat..." info [alecghica]
|
||||||
- Various smaller improvements and bugfixes [jcbrand]
|
- Various smaller improvements and bugfixes [jcbrand]
|
||||||
|
|
||||||
|
|
||||||
0.1 (2012-06-12)
|
0.1.0 (2012-06-12)
|
||||||
----------------
|
------------------
|
||||||
|
|
||||||
- Created [jcbrand]
|
- Created [jcbrand]
|
||||||
|
@ -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('release', 'Create a new release', ['requirejs', 'cssmin']);
|
||||||
|
|
||||||
grunt.registerTask('check', 'Perform all checks (e.g. before releasing)', function () {
|
grunt.registerTask('check', 'Perform all checks (e.g. before releasing)', function () {
|
||||||
|
12
converse-0.5.0.min.css
vendored
Normal file
12
converse-0.5.0.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
138
converse-0.5.0.min.js
vendored
Normal file
138
converse-0.5.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
converse.min.css
vendored
1
converse.min.css
vendored
File diff suppressed because one or more lines are too long
140
converse.min.js
vendored
140
converse.min.js
vendored
File diff suppressed because one or more lines are too long
@ -5,9 +5,9 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
|
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="converse-0.5.0.min.css">
|
||||||
<!-- for production <script src="converse.min.js"></script> -->
|
<script src="converse-0.5.0.min.js"></script>
|
||||||
<script data-main="main" src="components/requirejs/require.js"></script>
|
<!-- <script data-main="main" src="components/requirejs/require.js"></script> -->
|
||||||
<title>Converse.js</title>
|
<title>Converse.js</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user