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
20248313
Commit
20248313
authored
Aug 28, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number for release.
parent
1430689c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
CHANGES.rst
CHANGES.rst
+4
-2
bower.json
bower.json
+1
-1
docs/source/conf.py
docs/source/conf.py
+2
-2
index.html
index.html
+3
-3
No files found.
CHANGES.rst
View file @
20248313
Changelog
=========
0.6.1 (
Unreleased
)
0.6.1 (
2013-08-28
)
------------------
- IE9 and IE8 CSS fixes. [jcbrand]
- Bugfix. Pencil icon not visible (for setting status update). [jcbrand]
- Bugfix: Pencil icon not visible (for setting status update). [jcbrand]
- Bugfix: RID, JID and SID initialization values were being ignored. [jcbrand]
- Bugfix: Fall back to English if a non-existing locale was specified. [jcbrand]
0.6.0 (2013-08-26)
------------------
...
...
bower.json
View file @
20248313
{
"name"
:
"converse"
,
"version"
:
"0.6.
0
"
,
"version"
:
"0.6.
1
"
,
"devDependencies"
:
{
"jasmine"
:
"https://github.com/jcbrand/jasmine.git#1_3_x"
},
...
...
docs/source/conf.py
View file @
20248313
...
...
@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
# built documents.
#
# The short X.Y version.
version
=
'0.6.
0
'
version
=
'0.6.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'0.6.
0
'
release
=
'0.6.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
index.html
View file @
20248313
...
...
@@ -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.
0
.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.
0
.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.
1
.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.
1
.tar.gz"
>
Download the latest release as a tar.gz file
</a>
</section>
</header>
</div>
...
...
@@ -195,7 +195,7 @@
auto_subscribe
:
false
,
bosh_service_url
:
'
https://bind.opkode.im
'
,
// Please use this connection manager only for testing purposes
hide_muc_server
:
false
,
i18n
:
locales
.
en
,
// Refer to ./locale/locales.js to see which locales are supported
i18n
:
locales
[
'
fr
'
]
,
// Refer to ./locale/locales.js to see which locales are supported
prebind
:
false
,
show_controlbox_by_default
:
true
,
xhr_user_search
:
false
,
...
...
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