Skip to content

Latest commit

 

History

History
128 lines (69 loc) · 8.07 KB

CHANGELOG.md

File metadata and controls

128 lines (69 loc) · 8.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.14.0 (2022-04-13)

1.14.0-rc (2022-04-13)

Features

  • popup: adds optional navbar shortcut buttons. #102 (2444d9f)

Bug Fixes

  • build: fixes typing following chrome types version bump (59df047)
  • lint: fixes cyclic import issues (4862669)
  • tests: fix tests (because of esm module breaking jest) (31105c3)

1.13.4 (2022-03-25)

Bug Fixes

  • connection: fixes info fetching in credentials for for DSM7+ (82fb8cb)

1.13.3 (2022-03-25)

Features

  • ci: adds husky and commitlint to enforce conventional commits (bfa1110)

Bug Fixes

  • auth: adds auto-login toggle in connection settings (7e1f1b1)

1.13.2 (2022-03-20)

Features

  • explorer: Add folder renaming & creation (6e9cf29)

Bug Fixes

  • build: Exits with code 1 when build failure (6684210)
  • content: Display error message in-page while not logged (ab9c471)
  • popup: Add progress sorting to tabs (e6af186)
  • popup: Allow resuming error tasks (b8c80bb)
  • service: Pause all task instead of only active ones (50cc77a)

1.12.1 (2022-03-14)

Features

  • ci: Add codeQl setup files (#54) (d7a04dd)
  • ci: Update workflow names & add dependabot automerge (28b39df)
  • popup: Add background progress on task cards (6a2bc24)

Bug Fixes

  • ci: Add release candidate tag to ci version bumping (5aa9c48)
  • ci: Fix release script to ignore rc tags (fd2452d)
  • ci: Prevent concurrent running workflows (80384a2)
  • popup: Fix task detail layout on hover (3144218)
  • storage: Switch logged state from sync to local (1602e07)

1.9.2 (2022-03-07)

Bug Fixes

  • ci: Fix release pipeline to publish to chrome store (0d62d1e)
  • i18n: Fix quick-connect translation wording (892e20c)

1.9.0 (2022-03-07)

Features

  • connection: Added alpha support for QuickConnect (b3b55f4)
  • popup: Add custom settings for loading bar indicator (#48) (0bc4341)

Bug Fixes

  • service: Fix missing ready check in credentials (37e8322)
  • store: Fixes missing nullchecking before destructuring (#49) (f04c666)

1.7.2 (2022-02-25)

Features

  • ci: Add Publish to release pipeline (04621ce)
  • popup: Add about page to extension, linking to helpful information (#33) (04cd20a)
  • webstore: Add privacy policy details and change extension name. (b613b11)

Bug Fixes

  • ci: Move to maintained github action for publishing (b5298ab)
  • ci: Split changelog for release and fix publish files (6950474)
  • service: Migrate from custom observable to rxjs fromFetch API (a4321f8)
  • Task: Fix form state successful submit not displaying (0ecccfe)
  • Task: Fix notification not showing in TaskDialog (1bb4ce3)

1.4.0 (2022-02-24)

Features

  • ci: Add changelog to release pipeline (9f0bc1c)
  • ci: Add ci workflows to reposotory for versionning and test reporting (#18) (58132c9)
  • ci: Add release pipeline (f22e375)
  • ci: Upload zipped folder to githug release (898ae67)

Bug Fixes

  • ci: Update manifest.json on version bump (#30) (a8a8fc1)
  • ci: Use standard-version for version bumping in CI (083e29c)