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

Releases: nicklaw5/stryve

v0.4.0-alpha

19 Jun 05:22
Compare
Choose a tag to compare

This release has breaking changes.

  • Added build script for building platforms - npm run build
  • Added post install script for copying necessary assets
  • Removed unnecessary dependency packages
  • Various other minor changes

Below are demo platform builds, which run alongside their web-based counterpart - http://alpha.stryve.io/.

Logging into the web app is the same as logging into the desktop app.

v0.3.0-alpha

29 May 20:58
Compare
Choose a tag to compare

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