Skip to content

Latest commit

 

History

History
86 lines (42 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

86 lines (42 loc) · 4.13 KB

1.2.0 (2023-07-31)

Bug Fixes

  • fix decoder files error, remove public folder, use cdn files (0db1343)
  • fix jest error (651d7cc)

1.1.6 (2023-07-31)

Bug Fixes

  • try test if the main electron can read public folder files or can't (ac2c9ef)

1.1.5 (2023-07-31)

Bug Fixes

  • try use node@14 on github action to fix wasm error (795933b)

1.1.4 (2023-07-31)

Bug Fixes

  • try use decoder files from cdn to fix WebAssembly.instantiate error (113dcad)

1.1.3 (2023-07-31)

Bug Fixes

  • try to fix package error of github actions (eb5d05b)

1.1.2 (2023-07-28)

Bug Fixes

  • lib's path cannot found (e0b2413)

1.1.1 (2023-07-28)

Bug Fixes

1.1.0 (2023-07-28)

Features

1.0.2 (2023-07-25)

Features

  • add darkmode, add settings modal, add heroicons, update menu (65774b2)
  • add store provider to control electron store (201e206)
  • support Dark Mode (bcefb87)

1.0.1 (2023-07-24)

Features

Bug Fixes