Releases: m67hoff/aspera-browser
Releases · m67hoff/aspera-browser
v0.8.0
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
v0.6.2
v0.6.1
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
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
v0.5.0
first minimal version
Features
- docker image available: https://hub.docker.com/r/mhoff/asperabrowser/
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
andasperabrowser --config
and move your old custom config files to etc
v0.4.1-beta
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
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
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)