Releases: ElonH/RcloneNg
Releases · ElonH/RcloneNg
RcloneNg 0.1.0 (2020-05-24)
⚠ BREAKING CHANGES
- replace DataFlowNode as CombErr<{}>
- @dataflow: replace 'BareFlowInNode' as 'FlowInNode', replace 'BareFlowOutNode' as 'FlowOutNode'
- specify Tout. simplest way is that set it as
BareFlowOutNode
. - replace BareFlowPreNode as BareFlowInNode
- some of DataFlow need specify 'Tpre'. simplest way is that set it as
BareFlowPreNode
. - generic: using RcloneAuth instand of Generic
Features
- ajax-flow: fetch data by ajax (14904e8)
- bare-flow: allow to dynamically link dataflow (7b8680b)
- bare-flow: runtime check that deploy function has been called once (45c4f20)
- breadcrumb: basic framework (0f7fc22)
- core-stats: basic framework (7cad448)
- curentusersflow: provide current user configuration (57ff2be)
- dashboard: a page for watching rclone states (8874908)
- dashboard: implement basic framework (f370c57)
- generic: an abstract and generic dataflow (16fef91)
- generic: implement of rclone basical auth (cf914c9)
- homeview: show remores on manager (13fd771)
- init: sign up RcloneNg project (5c7502b)
- jobs: manipulate groups and jobs of rclone server (737904a)
- listview: remote file exporer with list view (733370d)
- manager: explore and manipulate remote storages (02bd3ed)
- nav service: parse remote and path from url (1f4bda1)
- navigation-flow: just provide a formater (29aef47)
- noop-auth: implement command: rc/noopauth (77fb72b)
- nothing-flow: do nothing (d5f6426)
- operations-list-flow: list the given remote and path (6bf2bcf)
- pages: add inbox (4eb0aa1)
- pages: adding menu 'Server Setting' and 'Apperence Setting' (4652c74)
- pages: basic framework of RcloneNg powered by nebular (0e859f8)
- post-flow: enable specify params type (691a7cf)
- post-flow: more robust in member 'params' (0598d79)
- speed-charts: a simple speed chart (7174123)
- user: add previous button (cb0eab6)
- user: back to step 0 after saved or confirm (765d74d)
- user: create a page for adding/editing/removing rclone server (2dafa56)
- user: delete user in local storage (21c3834)
- user: edit exist user (44b5cf6)
- user: save edited user to local storage (691513d)
- user-config: implement connect button (6243f1e)
- user-config: validate url (9e19149)
- user/config: allow edit exist user (04343f3)
- user/config: implement save button (9a810b4)
- setup connect between homeMode and fileMode (639725d)
- show users on menu, click to switch (b4c74d4)
- static type check about getOutput (f0b8bc7)
- static type check about getSupersetOutput (217700a)
- static type check about prerequest (6c1cc80)
- user/config: name validation (fa777f3)
- user/config: user configuration view (47efd7d)
Bug Fixes
- @dataflow/rclone: add index.ts (7d6d257)
- ajax-flow: export ajax-flow from core (0c7200b)
- bare-flow: dynamic link flow not work around in 'source' flow (b412351)
- breadcrumb: show remote name correctly (ae9b6ec)
- generic: emit network error failure (46fdc7e)
- generic: request params error (681fcb4)
- generic: set data as object rather any (30e8122)
- generic: type fix about class member interalData$ (355fcb3)
- icon: replace as Rclone logo (e24bd18)
- list-view: isLoading set false whatever error is arised (1d178c7)
- nebular: import nebular style (e41b9e5)
- operations-list-flow: disable options (606d8d7)
- pages/menu: merge user operations togather (dcfbe0d)
- post-flow: add user's url to cache path (98a9fc2)
- post-flow: read params incorrectly in requestAjax (e4e25ed)
- post-flow: typo fix of Tparams (10ded57)
- root: remove default contents (28483b5)
- superser-flow: storage boostrapPrerequest (fdce810)
- user: disable click step navigation (0884a2a)
- user: link error (cffd508)
- user/config: fix user$ type (54b5c94)
- user/config: style change for stepper (4f520fe)
- user/select: moving confirm button to right (39e4716)
- users-flow: find previous logined user when edited logined user (e77b5ff)
- automate trigger refresh list ([93031d9](https://github.com/ElonH/RcloneNg/comm...