Skip to content

Latest commit

 

History

History
109 lines (53 loc) · 5.66 KB

File metadata and controls

109 lines (53 loc) · 5.66 KB

1.0.5 (2022-10-03)

Chores

  • add devcontainer setup and contribution guide (e10d101)
  • chrome-extension: simplify check for fileSchemaAccess (7198e54)

Continuous Integration

  • chrome-extension: automate publish to chrome web store (be7f4a6)
  • fix Browser Publisher action version (829eaef)

1.0.4 (2022-09-29)

Bug Fixes

  • chrome-extension: consistent Mystic Light naming (bffde64)

1.0.3 (2022-09-29)

Bug Fixes

  • chrome-extension: fixes of the alert messages (799229d)

Continuous Integration

Documentation

1.0.2 (2022-09-25)

Bug Fixes

  • native-app: enable fail actions for the internal errors as well (e622d4b)

Continuous Integration

Code Refactoring

  • native-app: change the way random port for listening is picked (a16cf59)
  • native-app: change the way to override logs are written (36f42d4)

1.0.1 (2022-09-25)

Bug Fixes

  • native-app: add failure actions for service (e12ed5f)

Continuous Integration

  • fix some publish details (af88dcf)

1.0.0 (2022-09-25)

Features

  • chrome-extension: add chrome extension (834958b)
  • native-app: add inno setup installer (43e905e)
  • native-app: add native-app (b02ab2f)
  • native-app: implement windows service wrappers (249dd02)
  • native-app: migrate to tracing library for logging (e4f522f)

Bug Fixes

  • chrome-extension: remove iframe after its use (5197033)
  • chrome-extension: restore state on tab close (e018168)
  • native-app: enable very permissive cors handling (4b2867d)
  • native-app: store logs in ProgramData (d6ed5d8)

Performance

  • native-app: optimize binaries output size (cfeceba)

Chores

  • add basic gitignore (df51077)
  • chrome-extension: update eslint config (25aef55)

Code Refactoring

  • native-app: change the way the logging, sdk and server is instantiated (7a8e980)
  • native-app: generate graphql schema from a separate bin (b0df1ef)
  • native-app: move windows service code to library (5bd0430)

Continuous Integration