Skip to content

Releases: m67hoff/aspera-browser

v0.8.0

12 Mar 23:17
Compare
Choose a tag to compare

update to Angular 11.2

Features

WebApp (Angular)

  • local material-icons-fonts
  • new setting for minimal Connect Version 3.10.0 in webappconfig.json
  • removed link to connectInstaller (now part of asperaweb-4)
  • help links are now configured in webapphelp.json

server (node.js)

  • placeholder for easy connect hosting
  • Content-Security-Policy - header now configurable in serverconfig.json

Fixes

WebApp (Angular)

  • update links in Readme.md and help side-nav
  • remove trailing slashes for nodeURL input field
  • update to angular 11.2.x + all other npm packages
  • update tsconfig / tslint to latest ng-cli templates

server (node.js)

  • npm updates to latest level: helmet, commander
  • remove deprecated body-parser (now in express)
  • fix for cp4i (delete request.headers.host)

v0.6.4

19 Jun 12:36
Compare
Choose a tag to compare

update to Angular & Material 9.x.x

Fixes

  • demo user change to aspera
  • node 8.x -> 12.x

v0.6.2

20 Jan 12:03
Compare
Choose a tag to compare

update to Material 8.2.x

it now requests the Aspera Connect 3.9.8 browser plugin

Fixes

WebApp (Angular)

  • connect set to min version 3.9.8
  • connect sdk / js lib uses GA link to cloudfront

server (node.js)

  • npm updates to latest level: commander, helmet

v0.6.1

02 Aug 06:53
Compare
Choose a tag to compare

update to Angular 8.2.0 Material 8.1.2

it now requires the Aspera Connect 3.9.6 browser plugin

Features

WebApp (Angular)

  • new setting for minimal Connect Version in webappconfig.json

Fixes

WebApp (Angular)

  • connect set to min version 3.9.6
  • connect sdk / js lib uses the 3.9.6 pre GA link to cloudfront
  • update to angular & material 8.2.0

server (node.js)

  • npm updates to latest level: helmet

v0.6.0

03 Jun 12:03
Compare
Choose a tag to compare

Angular 8.0.0 & Aspera Connect 3.9.1 GA

This release uses the brand new Angular & Material 8.0.0. Also the project files & folder structure is updated to ng 8.0.0.
For Aspera it now requires (uses) the Aspera Connect 3.9.1 browser plugin that is now build with browser extensions and has enhanced security.

Fixes

WebApp (Angular)

  • connect set to min version 3.9.1
  • update to angular & material 8.0.0
  • angular 8 code changes (static childes)
  • material 8 code changes (imports)
  • fix HttpErrorResponse import
  • change files & folder structure to fit angular 8.0.0
  • code update to tslint (ng 8.0.0 tslint config)
  • some typos

server (node.js)

  • npm updates to latest level express, helmet, commander)

v0.5.3

21 Nov 17:35
Compare
Choose a tag to compare

update to Angular 7

Fixes

WebApp (Angular)

  • string pipe length
  • some typos

server (node.js)

  • no gzip encoding for proxy request -> set to identity

v0.5.0

07 Sep 21:54
Compare
Choose a tag to compare

first minimal version

Features

node.js server

  • custom config files are now under /opt/asperabrowser/etc

Fixes

WebApp (Angular)

  • angular 617 material 647

node.js server

  • detect if running on docker

Breaking changes

  • for the linux service: custom config files are now under /opt/asperabrowser/etc for upgrade rerun asperabrowser --defaults and asperabrowser --config and move your old custom config files to etc

v0.4.1-beta

07 Sep 21:03
Compare
Choose a tag to compare
v0.4.1-beta Pre-release
Pre-release

minorFixes

WebApp (Angular)

  • combine info into help component
  • mat-footer-cell style

node.js server

  • https log for static files served

v0.4.0-beta

04 Sep 20:35
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

New Goto Feature to start it from aslmcli

Features

WebApp (Angular)

  • support for Aspera Connect Hosting - ( webappconfig.json - connectInstaller setting )
  • support a goto URL parameter to get the NodeAPI credentials from the url. This works together with https://www.rubydoc.info/gems/asperalm (Laurents Aspera Command Line Interface)
  • include pako for zilb inflate/deflate
  • activity cards show now also: remote hostname , error messages
  • new info component

Fixes

WebApp (Angular)

  • backdrop to prevent clicks during progress
  • fix jumping table during progress
  • hammerjs load in polyfills

node.js server

  • verbose log for static files served

Breaking changes

WebApp (Angular)

  • new option in webappconfig.json asperabrowser --defaults (if customized: rename & save your old config / ssh keys in /opt/asperabrowser first)

v0.3.0-beta

29 Aug 07:03
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

First Beta with Drag&Drop

Features

WebApp (Angular)

  • supports dropping files to the actual folder
  • activity displays transfer date anf for completed transfers: bytes_written in elapsed_usec
  • activity has now actions for all transfers (all-transfers card)

Fixes

WebApp (Angular)

  • fix for connectSettings.allow_dialogs = false (if not token-auth)
  • async asperaweb calls now print errors to console (err cb)
  • NodeAPI simple return data check
  • connect version call works (cb async)