Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
/ stryve Public archive

v0.3.0-alpha

Compare
Choose a tag to compare
@nicklaw5 nicklaw5 released this 29 May 20:58
· 25 commits to master since this release

New

  • #15 added "beta" tag to top-right corner
  • #19 added direct chat with contacts
  • #25 added contact search filter
  • #5 inform users when new channels are created

Enhancements

  • replaced internal api calls with stryve-api-client for handling all api calls
  • #34 moved all modals the vuex/app/* for future convenience and better application structure
  • #33 removed http latency from client-side when sending new messages
  • #26 use img emoticon as opposed to data-uri
  • #14 improve message time stamps

Fixed

  • #1 fixed logout action firing twice
  • #4 fixed application data not restting on logout
  • #35 fixed api not accepting non-english characters for new channel names
  • #36 Channel disconnect event not firing on logout bug