Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9c756833
Commit
9c756833
authored
Sep 15, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump versions and re-minified
parent
bc317813
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
CHANGES.rst
CHANGES.rst
+1
-1
Makefile
Makefile
+1
-1
bower.json
bower.json
+1
-1
converse.min.css
converse.min.css
+1
-1
converse.min.js
converse.min.js
+1
-1
docs/source/conf.py
docs/source/conf.py
+2
-2
index.html
index.html
+2
-2
package.json
package.json
+1
-1
No files found.
CHANGES.rst
View file @
9c756833
Changelog
=========
0.6.4 (
Unreleased
)
0.6.4 (
2013-09-15
)
------------------
- Add icon for the unavailable chat state. [jcbrand]
...
...
Makefile
View file @
9c756833
...
...
@@ -47,7 +47,7 @@ bump:
sed
-i
s/v[0-9]
\.
[
0-9]
\.
[
0-9]
\.
tar
\.
gz/v
$(VERSION)
\.
tar
\.
gz/ index.html
sed
-i
s/version
\
=
\ \'
[
0-9]
\.
[
0-9]
\.
[
0-9]
\'
/version
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
sed
-i
s/release
\
=
\ \'
[
0-9]
\.
[
0-9]
\.
[
0-9]
\'
/release
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
sed
-i
"s/
^[0-9]
\.
[0-9]
\.
[0-9]
\ \(
Unreleased
\)
/
$(VERSION)
\
(
`
date
+%Y-%m-%d
`
)/"
CHANGES.rst
sed
-i
"s/
(Unreleased)/
(
`
date
+%Y-%m-%d
`
)/"
CHANGES.rst
release
:
r.js
-o
build.js
&&
grunt cssmin
...
...
bower.json
View file @
9c756833
{
"name"
:
"converse"
,
"version"
:
"0.6.
3
"
,
"version"
:
"0.6.
4
"
,
"devDependencies"
:
{
"jasmine"
:
"https://github.com/jcbrand/jasmine.git#1_3_x"
},
...
...
converse.min.css
View file @
9c756833
This source diff could not be displayed because it is too large. You can
view the blob
instead.
converse.min.js
View file @
9c756833
This diff is collapsed.
Click to expand it.
docs/source/conf.py
View file @
9c756833
...
...
@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
# built documents.
#
# The short X.Y version.
version
=
'0.6.
3
'
version
=
'0.6.
4
'
# The full version, including alpha/beta/rc tags.
release
=
'0.6.
3
'
release
=
'0.6.
4
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
index.html
View file @
9c756833
...
...
@@ -19,8 +19,8 @@
<h1
id=
"project_title"
><a
href=
"http://conversejs.org"
>
Converse.js
</a></h1>
<h2
id=
"project_tagline"
>
An XMPP chat client for your website
</h2>
<section
id=
"downloads"
>
<a
class=
"zip_download_link"
href=
"https://github.com/jcbrand/converse.js/archive/v0.6.
3
.zip"
>
Download the latest release as a .zip file
</a>
<a
class=
"tar_download_link"
href=
"https://github.com/jcbrand/converse.js/archive/v0.6.
3
.tar.gz"
>
Download the latest release as a tar.gz file
</a>
<a
class=
"zip_download_link"
href=
"https://github.com/jcbrand/converse.js/archive/v0.6.
4
.zip"
>
Download the latest release as a .zip file
</a>
<a
class=
"tar_download_link"
href=
"https://github.com/jcbrand/converse.js/archive/v0.6.
4
.tar.gz"
>
Download the latest release as a tar.gz file
</a>
</section>
</header>
</div>
...
...
package.json
View file @
9c756833
{
"name"
:
"converse.js"
,
"version"
:
"0.6.
3
"
,
"version"
:
"0.6.
4
"
,
"description"
:
"Browser based XMPP instant messaging client"
,
"main"
:
"main.js"
,
"directories"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment