Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Releases: juliancwirko/s-chat-app

v1.2.0

16 Jan 19:41
Compare
Choose a tag to compare

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

22 Apr 21:41
Compare
Choose a tag to compare

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 (code git diff) in the package with static files

v1.0.0

22 Apr 19:13
Compare
Choose a tag to compare

Initial release.