Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Releases: jackyzha0/portal

v1.5.1

29 Jul 15:19
Compare
Choose a tag to compare
  • handle cases where no stdin is supported 28312e7

v1.5.0...v1.5.1

Portal v1.5.0: Pre-built Binaries and More!

29 Jul 04:22
Compare
Choose a tag to compare
  • fix filetree display, add pkg 9cba7a9
  • add base priority queue for task scheduling 5a1ecad
  • dependencies update

v1.3.1...v1.5.0

v1.3.0

28 Jun 04:32
Compare
Choose a tag to compare
  • fix node 12.x compat issues with io, added better error handling 995a389
  • patch sync not working for delete ops, update stream tailing 3e3141e
  • bump package-lock with new package name and deps 74ec82a
  • Bump xo from 0.40.2 to 0.40.3 7ccbea5
  • Bump chokidar from 3.5.1 to 3.5.2 cf2cea0
  • add dependabot 005698c

v1.2.0...v1.3.0

v1.2.0

28 Jun 00:44
Compare
Choose a tag to compare

Installation

# Requires node >=v10.x.x
$ npm install --global portal-sync

# Start using portal
$ portal new

# or 
$ portal join [sessionID]

Changelog

  • reduce filetree render size, bump node engine v, update desc 9d97a02
  • spacing fix 129dd0c
  • fix upload video demo 464dc5f
  • flesh out architecture section and fixed broken demo link a23fadd
  • add features section to readme d4187cd
  • readme update, remove broken close 2d1c501

v1.1.0...v1.2.0

Base Release

27 Jun 15:35
Compare
Choose a tag to compare
Base Release Pre-release
Pre-release

Add notifier and base functionality, more docs ahead!