Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0 (2022-09-25) ### Features * **chrome-extension:** add chrome extension ([834958b](834958b)) * **native-app:** add inno setup installer ([43e905e](43e905e)) * **native-app:** add native-app ([b02ab2f](b02ab2f)) * **native-app:** implement windows service wrappers ([249dd02](249dd02)) * **native-app:** migrate to tracing library for logging ([e4f522f](e4f522f)) ### Bug Fixes * **chrome-extension:** remove iframe after its use ([5197033](5197033)) * **chrome-extension:** restore state on tab close ([e018168](e018168)) * **native-app:** enable very permissive cors handling ([4b2867d](4b2867d)) * **native-app:** store logs in ProgramData ([d6ed5d8](d6ed5d8)) ### Performance * **native-app:** optimize binaries output size ([cfeceba](cfeceba)) ### Chores * add basic gitignore ([df51077](df51077)) * **chrome-extension:** update eslint config ([25aef55](25aef55)) ### Code Refactoring * **native-app:** change the way the logging, sdk and server is instantiated ([7a8e980](7a8e980)) * **native-app:** generate graphql schema from a separate bin ([b0df1ef](b0df1ef)) * **native-app:** move windows service code to library ([5bd0430](5bd0430)) ### Continuous Integration * init ci ([c9d99e1](c9d99e1))
- Loading branch information