Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (52 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

66 lines (52 loc) · 2.45 KB

v0.1.0-beta.6 - 2021-01-15

Feature

  • core: add storage to saved select mod directory
  • ui: add application information module
  • ui: reconfig window menu and disable most of things
  • ui: rewrote all renderer part

Fixes Bug

  • ci: update job name
  • model: remove useless id in mod directory
  • ui: message events are stack over when change page and return
  • ui: cursor not pointer when click on link
  • ui: startup error now gone

Improving performance

  • core: change how id generate
  • main: set minimum size of window
  • model: add new message sender and receiver
  • ui: change default font to mono and justify them
  • ui: reimplement table container
  • ui: increase dashboard card size
  • ui: enabled mod-manager module again
  • ui: added motion dependencies [POC]
  • ui: add animation on dashboard when hover

Pull Requests

  • Merge pull request #4 from kamontat/dependabot/npm_and_yarn/typescript-eslint/parser-4.13.0
  • Merge pull request #6 from kamontat/feature/improve-ui
  • Merge pull request #3 from kamontat/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.13.0
  • Merge pull request #1 from kamontat/dependabot/github_actions/actions/checkout-v2.3.4

v0.1.0-beta.4 - 2021-01-10

v0.1.0-beta.2 - 2021-01-10

Fixes Bug

  • ci: publish failed

v0.1.0-beta.1 - 2021-01-10

Feature

  • core: add open directory to mod table
  • core: improve a lot of features
  • core: add babel, emotion and tailwind macro
  • init: initial first commit

Fixes Bug

  • ci: missing installation

Improving performance

  • config: update and reduce some unused config
  • main: add getting application information event support