Skip to content

Commit

Permalink
New release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Dec 13, 2016
1 parent c16dac1 commit 06805d8
Show file tree
Hide file tree
Showing 45 changed files with 7,729 additions and 5,789 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "2.0.3",
"version": "2.0.4",
"license": "MPL-2.0",
"devDependencies": {
"bootstrap": "~3.2.0",
Expand Down
1,630 changes: 1,185 additions & 445 deletions dist/converse-mobile.js

Large diffs are not rendered by default.

1,456 changes: 1,078 additions & 378 deletions dist/converse-no-dependencies.js

Large diffs are not rendered by default.

1,659 changes: 1,211 additions & 448 deletions dist/converse.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dist/locales.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.4 (Unreleased)
## 2.0.4 (2016-12-13)
- #737: Bugfix. Translations weren't being applied. [jcbrand]
- Fetch room info and store it on the room model.
For context, see: http://xmpp.org/extensions/xep-0045.html#disco-roominfo [jcbrand]
Expand All @@ -12,9 +12,7 @@
- Fix empty controlbox toggle after disconnect. [jcbrand]
- When inviting someone to a members-only room, first add them to the member
list. [jcbrand]
- New configuration setting
[muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands)
[jcbrand]
- New configuration setting [muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands) [jcbrand]

## 2.0.3 (2016-11-30)
- #735 Room configuration button not visible. [jcbrand]
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags.
release = '2.0.3'
release = '2.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
46 changes: 15 additions & 31 deletions locale/af/LC_MESSAGES/converse.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
null,
"Kontakte"
],
"Connecting": [
null,
"Verbind tans"
],
"XMPP Username:": [
null,
"XMPP Gebruikersnaam:"
Expand Down Expand Up @@ -250,13 +246,9 @@
null,
""
],
"Disconnected": [
null,
"Ontkoppel"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Verbind tans"
],
"Authenticating": [
null,
Expand All @@ -266,6 +258,14 @@
null,
"Bekragtiging het gefaal"
],
"Disconnected": [
null,
"Ontkoppel"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
Expand All @@ -278,7 +278,7 @@
null,
"Maak hierdie kletskas toe"
],
"Minimize this box": [
"Minimize this chat box": [
null,
"Minimeer hierdie kletskas"
],
Expand All @@ -290,10 +290,6 @@
null,
"Geminimaliseer"
],
"Minimize this chat box": [
null,
"Minimeer hierdie kletskas"
],
"This room is not anonymous": [
null,
"Hierdie vertrek is nie anoniem nie"
Expand All @@ -306,10 +302,6 @@
null,
"Hierdie vertrek wys nie onbeskikbare lede nie"
],
"Non-privacy-related room configuration has changed": [
null,
"Nie-privaatheidverwante kamer instellings het verander"
],
"Room logging is now enabled": [
null,
"Kamer log is nou aangeskakel"
Expand All @@ -318,10 +310,6 @@
null,
"Kamer log is nou afgeskakel"
],
"This room is now non-anonymous": [
null,
"Hiedie kamer is nou nie anoniem nie"
],
"This room is now semi-anonymous": [
null,
"Hierdie kamer is nou gedeeltelik anoniem"
Expand Down Expand Up @@ -386,10 +374,6 @@
null,
"Verskuil die lys van deelnemers"
],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Error: the \"": [
null,
""
Expand All @@ -398,6 +382,10 @@
null,
"Is u seker dat u die boodskappe in hierdie kamer wil verwyder?"
],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Change user's affiliation to admin": [
null,
"Verander die gebruiker se affiliasie na admin"
Expand Down Expand Up @@ -450,10 +438,6 @@
null,
"Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"
],
"An error occurred while trying to save the form.": [
null,
"A fout het voorgekom terwyl probeer is om die vorm te stoor."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
Expand Down
Loading

0 comments on commit 06805d8

Please sign in to comment.