Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 753 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 753 Bytes

SimpleChat.Support App Changelog

v1.2.0 - sessionStorage + unresponded chats indicator in head's title

  • now the chat history preserves after website refresh or changing routes, it will create new session only when you close and reopen your website
  • there is small indicator in the tab's title which will tell you how many chats waits for respond. It will change in real time like on Facebook

v1.1.0 - Online indicator

  • added online indicator - little green/red dot next to the chat box main title
  • to update you need to replace s-chat-support.css and s-chat-support.js files. For Meteor package you just need to update it.
  • you'll find documents with changes in code in the package with static files

v1.0.0 - Initial release