Skip to content

Latest commit

 

History

History
127 lines (87 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

127 lines (87 loc) · 10.4 KB

Changelog

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

3.2.0 (2022-09-24)

Features

  • angular upgrade - 13.3.2 => 14.2.3 (fa6222a)
  • electron upgrade - 18.0.3 => 20.2.0 (f1fce63)

3.1.0 (2022-04-07)

3.0.0 (2022-04-07)

Features

  • migrating electron e2e from spectron (deprecated) to wdio (#32) (d7c7af1)

2.4.0 (2021-08-06)

Features

  • ci build/test/make (github workflows) (351eb1a)

Bug Fixes

  • shared-lib not found (99742e3)
  • using chokidar instead of npm-watch (issue #4) (2feedce)

2.3.0 (2021-08-01)

Features

  • ci build/test/make (github workflows) (351eb1a)

Bug Fixes

  • shared-lib not found (99742e3)
  • using chokidar instead of npm-watch (issue #4) (2feedce)

2.2.0 (2021-07-22)

Bug Fixes

2.1.0 (2021-07-22)

Features

  • git hook config (husky eslint prettier) (77b15bd)
  • cypress setup for angular e2e tests (7a3d5d7)
  • crossplatform icon config (4e9506a)

Bug Fixes

2.0.0 (2021-07-19)

Features

  • migrate from electron-webpack to electron-forge (4fa2999)

1.0.2 (2020-09-29)

Bug Fixes

  • reopening window crash on macos (f442df7)

Features

  • disable remote content execution (0c82cf4)
  • adapt angular part (83301e0)
  • adapt electron part (73acf88)
  • add electron dependencies (f506c0c)
  • add electron e2e launch scripts (7e02b37)
  • add electron packaging scripts (afd8916)
  • add spectron and utility dependencies (a100e3c)
  • angular upgrade : 9.1.1 => 10.1.3 (b3a22e8)
  • change project structure to meet targeted architecture (9c8788f)
  • change project structure to meet targeted architecture (ea90fd8)
  • conventional commit setup (4a0397f)
  • decrease security in e2e tests (8543cf1)
  • electron upgrade : 8.2.3 => 10.1.3 (c53b0d4)
  • env config setup (8822440)
  • i18n setup with ngx-translate (f17719c)
  • icon settings (720223e)
  • init electron e2e code source (45a02e3)
  • init new angular project with angular cli (cae7f62)
  • init shared code source (647889c)
  • log setup with winston (fd598bb)
  • move production dependencies into development dependencies (47c74d0)
  • other dependencies upgrade (5db39a1)
  • packaging config (2559e97)
  • use npm instead of yarn (issues with binaries) (29e4dd9)

1.0.1 (2020-04-30)

Bug Fixes

  • reopening window crash on macos (f442df7)

1.0.0 (2020-04-30)

Features

  • disable remote content execution (0c82cf4)
  • adapt angular part (83301e0)
  • adapt electron part (73acf88)
  • add electron dependencies (f506c0c)
  • add electron e2e launch scripts (7e02b37)
  • add electron packaging scripts (afd8916)
  • add spectron and utility dependencies (a100e3c)
  • change project structure to meet targeted architecture (9c8788f)
  • change project structure to meet targeted architecture (ea90fd8)
  • decrease security in e2e tests (8543cf1)
  • env config setup (8822440)
  • i18n setup with ngx-translate (f17719c)
  • icon settings (720223e)
  • init electron e2e code source (45a02e3)
  • init new angular project with angular cli (cae7f62)
  • init shared code source (647889c)
  • log setup with winston (fd598bb)
  • move production dependencies into development dependencies (47c74d0)
  • packaging config (2559e97)