Skip to content

Latest commit

 

History

History
119 lines (56 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

119 lines (56 loc) · 5.34 KB

Changelog

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

19.0.0 (2024-12-21)

Features

18.2.0 (2024-11-18)

Features

  • show warning when cannot access Electron API (442dd36)
  • upgrade to Electron 33 (4865c5d)

Bug Fixes

  • add Electron types in the core package for development (4f9d3b2)

18.1.0 (2024-09-02)

Features

  • show Electron launch message (a04f9be)
  • show logo in desktop window (25af18c)
  • upgrade to Electron 32 (473b51f), closes #20

18.0.0 (2024-07-22)

Features

  • update application logo (0f00c77)
  • upgrade to Angular 18 and Electron 31 (4059e50)

2.0.1 (2022-09-02)

Bug Fixes

  • specify which workspace configuration to use (3d795b1)

2.0.0 (2022-07-21)

Features

  • add integration with Electron API (3403724)

Bug Fixes

  • open Dev Tools only when requested (a1a79eb)

1.6.0 (2022-07-09)

Features

  • add option to open Chrome DevTools at startup (01d5c7e), closes #14

1.5.0 (2021-12-04)

Features

  • add angular devtools (9baaf10), closes #12
  • show Electron window when app is loaded (eb41496)

Bug Fixes

  • allow hot-reload on navigate (538ec0f)
  • use try catch for DevTools error handling (40d0f17)

1.4.0 (2021-08-09)

Features

  • match Angular CLI port number (bd5fc01), closes #8
  • open href links using system browser (36294d5)
  • prevent external link navigation in-app (79b7f01)

Bug Fixes

  • use $id for schema configuration file (f2ee897)

1.3.0 (2021-03-24)

Features

  • add configuration option for builder (307c9f8), closes #5

1.2.0 (2021-02-07)

Features

  • support multiple project workspace (fd0d365)

1.1.6 (2021-01-13)

Features

Bug Fixes

  • get Electron module path in a cross-platform way (39e1a76)