Skip to content

Releases: steeelydan/sync-party

Restructure public folder output

04 Jun 11:44
Compare
Choose a tag to compare
v0.12.2

Restructure client build output

Use TSFS; unify into one npm project

15 Apr 21:51
Compare
Choose a tag to compare
  • Use my TSFS framework (https://github.com/steeelydan/tsfs)
  • Get rid of create-react-app in favor for a custom webpack setup
  • Unify code into one npm project, potentially share code & types between server & client

Video Chat; License Change

21 Aug 11:46
Compare
Choose a tag to compare

New feature: Video chat via WebRTC
TypeScript strict mode for the server
License change to GPL-3.0

Add Chat

05 Oct 23:24
Compare
Choose a tag to compare

Implemented chat capability

Port Back End to TypeScript

15 Jun 10:38
Compare
Choose a tag to compare
v0.6.0

Merge branch 'master' of github.com:steeelydan/sync-party

Several minor refactorings & bugfixes

09 Jun 08:51
Compare
Choose a tag to compare

Fixed:

  • Removed some unused dependencies
  • Display different success message after adding media from the web
  • Inject logger dependency into deleteMediaItem()

Improved

  • Added demo video
  • Refactored main input component to be more flexible

Bugfix

02 Jun 20:13
Compare
Choose a tag to compare

Fixed:

  • this.player sometimes undefined when trying to seek at media item change (issue #2)

Initial release

02 Jun 20:04
Compare
Choose a tag to compare
v0.5.0

Readme: Add setup step to make sure uploads folder exists