Skip to content

Version 1.0.3 - 2016-06-20

Choose a tag to compare

@jcbrand jcbrand released this 20 Jun 19:24
· 7117 commits to master since this release
v1.0.3
  • Update the plugin architecture to allow plugins to have optional dependencies [jcbrand]
  • Bugfix. Login form doesn't render after logging out, when auto_reconnect = false [jcbrand]
  • Also indicate new day for the first day's messages. [jcbrand]
  • Chat bot messages don't appear when they have the same ids as their commands. [jcbrand]
  • Updated onDisconnected method to fire disconnected event even if auto_reconnect = false. [kamranzafar]
  • Bugfix: MAM messages weren't being fetched oldest first. [jcbrand]
  • Add processing hints to chat state notifications [jcbrand]
  • Don't use sound and desktop notifications for OTR messages (when setting up the session) [jcbrand]
  • New config option default_state [jcbrand]
  • New API method converse.rooms.close()
  • New configuration setting allow_muc_invites [jcbrand]
  • Add new event pluginsInitialized
  • #553 Add processing hints to OTR messages [jcbrand]
  • #650 Don't ignore incoming messages with same JID as current user (might be MAM archived) [jcbrand]
  • #656 online users count in minimized chat window on initialization corrected [amanzur]