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
774f0119
Commit
774f0119
authored
Nov 16, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changes and minify the JS
parent
f73ab4e8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
CHANGES.rst
CHANGES.rst
+15
-4
converse.min.js
converse.min.js
+1
-1
No files found.
CHANGES.rst
View file @
774f0119
...
@@ -5,15 +5,21 @@ Changelog
...
@@ -5,15 +5,21 @@ Changelog
------------------
------------------
* Don't load OTR crypto if the browser doesn't have a CSRNG [jcbrand]
* Don't load OTR crypto if the browser doesn't have a CSRNG [jcbrand]
* Don't break when crypto libraries aren't defined. [jcbrand]
* Check if canvas is supported before trying to render the user avatar [jcbrand]
* Check if canvas is supported before trying to render the user avatar [jcbrand]
0.7.0 (2013-11-13)
0.7.0 (2013-11-13)
------------------
------------------
.. Note ::
Important:
This release introduces a backward incompatible change. The boilerplate
**********
HTML needed in your webpage for converse.js to work has been reduced to a
single div: <div id="conversejs"></div>
This release includes support for [Off-the-record encryption](https://otr.cypherpunks.ca).
For this to work, your browser needs a CSPRNG (Cryptographically secure pseudorandom number generator).
Internet Explorer of all versions doesn't have one at all, neither does older versions of Firefox.
If you need to support older browsers, please download the latest release from the 0.6 bran
Features:
Features:
~~~~~~~~~
~~~~~~~~~
...
@@ -24,6 +30,11 @@ Features:
...
@@ -24,6 +30,11 @@ Features:
* Simplified boilerplate markup [jcbrand]
* Simplified boilerplate markup [jcbrand]
* New configuration settings, ``xhr_custom_status_url`` and ``xhr_user_search_url`` [jcbrand]
* New configuration settings, ``xhr_custom_status_url`` and ``xhr_user_search_url`` [jcbrand]
.. Note ::
This release introduces a backward incompatible change. The boilerplate
HTML needed in your webpage for converse.js to work has been reduced to a
single div: <div id="conversejs"></div>
Bugfixes:
Bugfixes:
~~~~~~~~~
~~~~~~~~~
...
...
converse.min.js
View file @
774f0119
This diff is collapsed.
Click to expand it.
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