xmpp.chapril.org-conversejs/CHANGES.rst

61 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2013-03-01 09:55:54 +01:00
Changelog
=========
2013-05-26 21:43:57 +02:00
0.4 (Unreleased)
----------------
- CSS tweaks: fixed overflowing text in status message and chatrooms list.
[jcbrand]
- Bugfix: Couldn't join chatroom when clicking from a list of rooms.
2013-05-28 21:03:40 +02:00
[jcbrand]
- Add better support for kicking or banning users from chatrooms.
[jcbrand]
- Fixed alignment of chat messages in Firefox.
[jcbrand]
- More intelligent fetching of vCards.
[jcbrand]
- Fixed a race condition bug. Make sure that the roster is populated before
sending initial presence.
[jcbrand]
2013-05-26 21:43:57 +02:00
2013-05-21 16:51:47 +02:00
0.3 (2013-05-21)
2013-03-01 09:55:54 +01:00
----------------
2013-03-25 12:11:45 +01:00
- Add vCard support
[jcbrand]
- Remember custom status messages upon reload.
[jcbrand]
- Remove jquery-ui dependency.
[jcbrand]
2013-03-25 12:11:45 +01:00
- Use backbone.localStorage to store the contacts roster, open chatboxes and
chat messages.
[jcbrand]
- Fixed user status handling, which wasn't 100% according to the spec.
[jcbrand]
- Separate messages according to day in chats.
[jcbrand]
2013-04-25 00:23:59 +02:00
- Add support for specifying the BOSH bind URL as configuration setting.
[jcbrand]
- Improve the message counter to only increment when the window is not focused
2013-05-08 18:03:14 +02:00
[witekdev]
2013-05-09 22:52:20 +02:00
- Make fetching of list of chatrooms on a server a configuration option.
[jcbrand]
- Use service discovery to show all available features on a room.
[jcbrand]
2013-05-21 16:51:47 +02:00
- Multi-user chatrooms are now configurable.
[jcbrand]
2013-03-25 12:11:45 +01:00
0.2 (2013-03-28)
2013-03-01 09:55:54 +01:00
----------------
2013-03-28 17:21:07 +01:00
- Performance enhancements and general script cleanup [ichim-david]
2013-03-01 09:55:54 +01:00
- Add "Connecting to chat..." info [alecghica]
2013-03-28 17:21:07 +01:00
- Various smaller improvements and bugfixes [jcbrand]
2013-05-09 22:52:20 +02:00
0.1 (2012-06-12)
2013-03-28 17:21:07 +01:00
----------------
- Created [jcbrand]