Commit c4222376 authored by JC Brand's avatar JC Brand

New release: 3.1.0

parent a36e8a63
# Changelog # Changelog
## 3.1.0 (Unreleased) ## 3.1.0 ((2017-07-05))
### API changes ### API changes
- Deprecate the `updateSettings` method in favour of - Deprecate the `updateSettings` method in favour of
......
...@@ -59,7 +59,7 @@ serve_bg: dev ...@@ -59,7 +59,7 @@ serve_bg: dev
######################################################################## ########################################################################
## Translation machinery ## Translation machinery
GETTEXT = xgettext --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot src/*.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=3.0.2 -c GETTEXT = xgettext --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot src/*.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=3.1.0 -c
.PHONY: pot .PHONY: pot
pot: pot:
...@@ -87,7 +87,7 @@ release: ...@@ -87,7 +87,7 @@ release:
sed -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.tar\.gz/v$(VERSION)\.tar\.gz/ index.html sed -ri s/v[0-9]\+\.[0-9]\+\.[0-9]\+\.tar\.gz/v$(VERSION)\.tar\.gz/ index.html
sed -ri s/version\ =\ \'[0-9]\+\.[0-9]\+\.[0-9]\+\'/version\ =\ \'$(VERSION)\'/ docs/source/conf.py sed -ri s/version\ =\ \'[0-9]\+\.[0-9]\+\.[0-9]\+\'/version\ =\ \'$(VERSION)\'/ docs/source/conf.py
sed -ri s/release\ =\ \'[0-9]\+\.[0-9]\+\.[0-9]\+\'/release\ =\ \'$(VERSION)\'/ docs/source/conf.py sed -ri s/release\ =\ \'[0-9]\+\.[0-9]\+\.[0-9]\+\'/release\ =\ \'$(VERSION)\'/ docs/source/conf.py
sed -ri "s/(Unreleased)/(`date +%Y-%m-%d`)/" docs/CHANGES.md sed -ri "s/(Unreleased)/(`date +%Y-%m-%d`)/" CHANGES.md
make pot make pot
make po make po
make po2json make po2json
......
{ {
"name": "converse.js", "name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript", "description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "3.0.2", "version": "3.1.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": {}, "devDependencies": {},
"dependencies": {}, "dependencies": {},
......
...@@ -1350,7 +1350,7 @@ ...@@ -1350,7 +1350,7 @@
#converse-embedded-chat form.pure-form.converse-form, #converse-embedded-chat form.pure-form.converse-form,
#conversejs form.pure-form.converse-form { #conversejs form.pure-form.converse-form {
background: white; background: white;
padding: 0 1em; } padding: 1em; }
#converse-embedded-chat form.pure-form.converse-form legend, #converse-embedded-chat form.pure-form.converse-form legend,
#conversejs form.pure-form.converse-form legend { #conversejs form.pure-form.converse-form legend {
color: #818479; } color: #818479; }
...@@ -1835,6 +1835,8 @@ ...@@ -1835,6 +1835,8 @@
#conversejs #controlbox { #conversejs #controlbox {
margin-right: 1em; } margin-right: 1em; }
#conversejs #controlbox .pure-form.converse-form {
padding: 0; }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
#conversejs #controlbox { #conversejs #controlbox {
margin: 0; } } margin: 0; } }
...@@ -2532,7 +2534,8 @@ ...@@ -2532,7 +2534,8 @@
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container { #conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container {
background-color: white; background-color: white;
border-radius: 4px; border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 0; border: 0;
color: #818479; color: #818479;
font-size: 14px; font-size: 14px;
......
...@@ -1350,7 +1350,7 @@ ...@@ -1350,7 +1350,7 @@
#converse-embedded-chat form.pure-form.converse-form, #converse-embedded-chat form.pure-form.converse-form,
#conversejs form.pure-form.converse-form { #conversejs form.pure-form.converse-form {
background: white; background: white;
padding: 0 1em; } padding: 1em; }
#converse-embedded-chat form.pure-form.converse-form legend, #converse-embedded-chat form.pure-form.converse-form legend,
#conversejs form.pure-form.converse-form legend { #conversejs form.pure-form.converse-form legend {
color: #818479; } color: #818479; }
...@@ -1919,6 +1919,8 @@ body { ...@@ -1919,6 +1919,8 @@ body {
#conversejs #controlbox { #conversejs #controlbox {
margin-right: 1em; } margin-right: 1em; }
#conversejs #controlbox .pure-form.converse-form {
padding: 0; }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
#conversejs #controlbox { #conversejs #controlbox {
margin: 0; } } margin: 0; } }
...@@ -2657,7 +2659,8 @@ body { ...@@ -2657,7 +2659,8 @@ body {
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container, #converse-embedded-chat .chatroom .box-flyout .chatroom-body .chatroom-form-container,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container { #conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container {
background-color: white; background-color: white;
border-radius: 7px; border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
border: 0; border: 0;
color: #818479; color: #818479;
font-size: 16px; font-size: 16px;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand' ...@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.0.2' version = '3.1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.0.2' release = '3.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link type="text/css" rel="stylesheet" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="node_modules/font-awesome/css/font-awesome.min.css" /> <link type="text/css" rel="stylesheet" media="screen" href="node_modules/font-awesome/css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.min.css" /> <link type="text/css" rel="stylesheet" media="screen" href="css/theme.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.css" /> <link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
<script type="text/javascript" src="analytics.js"></script> <script type="text/javascript" src="analytics.js"></script>
<noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript> <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<![if gte IE 9]> <![if gte IE 9]>
......
...@@ -39,25 +39,21 @@ ...@@ -39,25 +39,21 @@
null, null,
"Klik om die boekmerklys te skakel" "Klik om die boekmerklys te skakel"
], ],
"Bookmarked Rooms": [
null,
"Kletskamerboekmerke"
],
"Are you sure you want to remove the bookmark \"%1$s\"?": [ "Are you sure you want to remove the bookmark \"%1$s\"?": [
null, null,
"Is u seker u wil die boekmerk \"%1$s\" verwyder?" "Is u seker u wil die boekmerk \"%1$s\" verwyder?"
], ],
"Click to open this room": [ "Remove this bookmark": [
null, null,
"Klik om hierdie kletskamer te open" "Verwyder hierdie boekmerk"
], ],
"Show more information on this room": [ "Show more information on this room": [
null, null,
"Wys meer inligting aangaande hierdie kletskamer" "Wys meer inligting aangaande hierdie kletskamer"
], ],
"Remove this bookmark": [ "Click to open this room": [
null, null,
"Verwyder hierdie boekmerk" "Klik om hierdie kletskamer te open"
], ],
"You have unread messages": [ "You have unread messages": [
null, null,
...@@ -231,6 +227,14 @@ ...@@ -231,6 +227,14 @@
null, null,
"Meld af" "Meld af"
], ],
"Click to add new chat contacts": [
null,
"Klik om nuwe kletskontakte by te voeg"
],
"Add a contact": [
null,
"Voeg 'n kontak by"
],
"Contact name": [ "Contact name": [
null, null,
"Kontaknaam" "Kontaknaam"
...@@ -247,14 +251,6 @@ ...@@ -247,14 +251,6 @@
null, null,
"Voeg by" "Voeg by"
], ],
"Click to add new chat contacts": [
null,
"Klik om nuwe kletskontakte by te voeg"
],
"Add a contact": [
null,
"Voeg 'n kontak by"
],
"No users found": [ "No users found": [
null, null,
"Geen gebruikers gevind" "Geen gebruikers gevind"
...@@ -1059,6 +1055,10 @@ ...@@ -1059,6 +1055,10 @@
null, null,
"Enige" "Enige"
], ],
"Unread": [
null,
""
],
"Chatty": [ "Chatty": [
null, null,
"Geselserig" "Geselserig"
...@@ -1067,18 +1067,6 @@ ...@@ -1067,18 +1067,6 @@
null, null,
"Weg vir langer" "Weg vir langer"
], ],
"Click to remove this contact": [
null,
"Klik om hierdie kontak te verwyder"
],
"Click to accept this contact request": [
null,
"Klik om hierdie kontakversoek te aanvaar"
],
"Click to decline this contact request": [
null,
"Klik om hierdie kontakversoek te weier"
],
"Click to chat with this contact": [ "Click to chat with this contact": [
null, null,
"Klik om met hierdie kontak te klets" "Klik om met hierdie kontak te klets"
......
This diff is collapsed.
...@@ -31,21 +31,21 @@ ...@@ -31,21 +31,21 @@
null, null,
"Cancel·la" "Cancel·la"
], ],
"Bookmarked Rooms": [ "Bookmarks": [
null, null,
"" ""
], ],
"Click to open this room": [ "Remove this bookmark": [
null, null,
"Feu clic per obrir aquesta sala" ""
], ],
"Show more information on this room": [ "Show more information on this room": [
null, null,
"Mostra més informació d'aquesta sala" "Mostra més informació d'aquesta sala"
], ],
"Remove this bookmark": [ "Click to open this room": [
null, null,
"" "Feu clic per obrir aquesta sala"
], ],
"Close this chat box": [ "Close this chat box": [
null, null,
...@@ -211,6 +211,14 @@ ...@@ -211,6 +211,14 @@
null, null,
"Tanca la sessió" "Tanca la sessió"
], ],
"Click to add new chat contacts": [
null,
"Feu clic per afegir contactes nous al xat"
],
"Add a contact": [
null,
"Afegeix un contacte"
],
"Contact name": [ "Contact name": [
null, null,
"Nom del contacte" "Nom del contacte"
...@@ -223,14 +231,6 @@ ...@@ -223,14 +231,6 @@
null, null,
"Afegeix" "Afegeix"
], ],
"Click to add new chat contacts": [
null,
"Feu clic per afegir contactes nous al xat"
],
"Add a contact": [
null,
"Afegeix un contacte"
],
"No users found": [ "No users found": [
null, null,
"No s'ha trobat cap usuari" "No s'ha trobat cap usuari"
...@@ -839,25 +839,17 @@ ...@@ -839,25 +839,17 @@
null, null,
"" ""
], ],
"Chatty": [ "Unread": [
null, null,
"" ""
], ],
"Extended Away": [ "Chatty": [
null, null,
"" ""
], ],
"Click to remove this contact": [ "Extended Away": [
null,
"Feu clic per eliminar aquest contacte"
],
"Click to accept this contact request": [
null,
"Feu clic per acceptar aquesta sol·licitud de contacte"
],
"Click to decline this contact request": [
null, null,
"Feu clic per rebutjar aquesta sol·licitud de contacte" ""
], ],
"Click to chat with this contact": [ "Click to chat with this contact": [
null, null,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -35,21 +35,21 @@ ...@@ -35,21 +35,21 @@
null, null,
"" ""
], ],
"Bookmarked Rooms": [ "Bookmarks": [
null, null,
"" ""
], ],
"Click to open this room": [ "Remove this bookmark": [
null, null,
"Haga click para abrir esta sala" ""
], ],
"Show more information on this room": [ "Show more information on this room": [
null, null,
"Mostrar más información en esta sala" "Mostrar más información en esta sala"
], ],
"Remove this bookmark": [ "Click to open this room": [
null, null,
"" "Haga click para abrir esta sala"
], ],
"Personal message": [ "Personal message": [
null, null,
...@@ -175,6 +175,14 @@ ...@@ -175,6 +175,14 @@
null, null,
"Desconectado" "Desconectado"
], ],
"Click to add new chat contacts": [
null,
"Haga click para agregar nuevos contactos al chat"
],
"Add a contact": [
null,
"Agregar un contacto"
],
"Contact name": [ "Contact name": [
null, null,
"Nombre de contacto" "Nombre de contacto"
...@@ -191,14 +199,6 @@ ...@@ -191,14 +199,6 @@
null, null,
"Agregar" "Agregar"
], ],
"Click to add new chat contacts": [
null,
"Haga click para agregar nuevos contactos al chat"
],
"Add a contact": [
null,
"Agregar un contacto"
],
"No users found": [ "No users found": [
null, null,
"Sin usuarios encontrados" "Sin usuarios encontrados"
...@@ -763,17 +763,17 @@ ...@@ -763,17 +763,17 @@
null, null,
"" ""
], ],
"Chatty": [ "Unread": [
null, null,
"" ""
], ],
"Extended Away": [ "Chatty": [
null, null,
"" ""
], ],
"Click to remove this contact": [ "Extended Away": [
null, null,
"Haga click para eliminar este contacto" ""
], ],
"Click to chat with this contact": [ "Click to chat with this contact": [
null, null,
......
This diff is collapsed.
...@@ -39,25 +39,17 @@ ...@@ -39,25 +39,17 @@
null, null,
"Cliquer pour ouvrir la liste des salons" "Cliquer pour ouvrir la liste des salons"
], ],
"Bookmarked Rooms": [ "Remove this bookmark": [
null,
"Salons en marques-page"
],
"Are you sure you want to remove the bookmark \"%1$s\"?": [
null,
"Voulez-vous vraiment supprimer ce marque-page ?"
],
"Click to open this room": [
null, null,
"Cliquer pour ouvrir ce salon" "Supprimer ce marque-page"
], ],
"Show more information on this room": [ "Show more information on this room": [
null, null,
"Afficher davantage d’informations sur ce salon" "Afficher davantage d’informations sur ce salon"
], ],
"Remove this bookmark": [ "Click to open this room": [
null, null,
"Supprimer ce marque-page" "Cliquer pour ouvrir ce salon"
], ],
"You have unread messages": [ "You have unread messages": [
null, null,
...@@ -231,6 +223,14 @@ ...@@ -231,6 +223,14 @@
null, null,
"Se déconnecter" "Se déconnecter"
], ],
"Click to add new chat contacts": [
null,
"Cliquez pour ajouter de nouveaux contacts"
],
"Add a contact": [
null,
"Ajouter un contact"
],
"Contact name": [ "Contact name": [
null, null,
"Nom du contact" "Nom du contact"
...@@ -247,14 +247,6 @@ ...@@ -247,14 +247,6 @@
null, null,
"Ajouter" "Ajouter"
], ],
"Click to add new chat contacts": [
null,
"Cliquez pour ajouter de nouveaux contacts"
],
"Add a contact": [
null,
"Ajouter un contact"
],
"No users found": [ "No users found": [
null, null,
"Aucun utilisateur trouvé" "Aucun utilisateur trouvé"
...@@ -1015,25 +1007,17 @@ ...@@ -1015,25 +1007,17 @@
null, null,
"Aucun" "Aucun"
], ],
"Chatty": [ "Unread": [
null, null,
"" ""
], ],
"Extended Away": [ "Chatty": [
null, null,
"" ""
], ],
"Click to remove this contact": [ "Extended Away": [
null,
"Cliquez pour supprimer ce contact"
],
"Click to accept this contact request": [
null,
"Cliquez pour accepter la demande de ce contact"
],
"Click to decline this contact request": [
null, null,
"Cliquez pour refuser la demande de ce contact" ""
], ],
"Click to chat with this contact": [ "Click to chat with this contact": [
null, null,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{ {
"name": "converse.js", "name": "converse.js",
"version": "3.0.2", "version": "3.1.0",
"description": "Browser based XMPP instant messaging client", "description": "Browser based XMPP instant messaging client",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
......
...@@ -183,7 +183,8 @@ ...@@ -183,7 +183,8 @@
} }
.chatroom-form-container { .chatroom-form-container {
background-color: white; background-color: white;
border-radius: $chatbox-border-radius; border-bottom-left-radius: $chatbox-border-radius;
border-bottom-right-radius: $chatbox-border-radius;
border: 0; border: 0;
color: $text-color; color: $text-color;
font-size: $font-size; font-size: $font-size;
......
#conversejs { #conversejs {
#controlbox { #controlbox {
.pure-form.converse-form {
padding: 0;
}
margin-right: 2*$chat-gutter; margin-right: 2*$chat-gutter;
@media screen and (max-width: $mobile-portrait-length) { @media screen and (max-width: $mobile-portrait-length) {
margin: 0; margin: 0;
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
form { form {
&.pure-form.converse-form { &.pure-form.converse-form {
background: white; background: white;
padding: 0 1em; padding: 1em;
legend { legend {
color: $text-color; color: $text-color;
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* *
* An XMPP chat client that runs in the browser. * An XMPP chat client that runs in the browser.
* *
* Version: 3.0.2 * Version: 3.1.0
*/ */
/* jshint ignore:start */ /* jshint ignore:start */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment