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

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Jan 19, 2021
1 parent 7c94185 commit 5542fa3
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
56 changes: 55 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@
## [Unreleased]


<a name="v0.2.0"></a>
## [v0.2.0] - 2021-01-19
### Feature
- **comp:** add listing list for mod-manager instead of table
- **page:** add setting to dashboard
- **page:** add setting page for configure application data
- **page:** implement new layout listing [beta]
- **ui:** enable nexus mod checking latest version under beta mode
- **ui:** remove table container, add clickable on title, and several badge
- **ui:** add new submit for open config file
- **ui:** add a lot information in application info page, support debug mode
- **ui:** enable debug and tutorial mode on mod-manager page
- **ui:** add tutorial mode for enable some tooltip
- **ui:** add debug mode configuration
- **ui:** add edit on menu bar for cut, copy and paste data

### Fixes Bug
- **common:** enable warn logger in production
- **common:** json file is not correctly loaded due to json format is not correct
- **comp:** not trigger button out of text in mod-manager card
- **comp:** patch update of compile error
- **core:** cannot open application due to require not defined in renderer node
- **page:** rewrote updater in app-info page, reduce response time
- **ui:** error occurred when back and reopen
- **ui:** disabled tooltip on non-tutorial mode

### Improving performance
- **common:** add mod updater transformer
- **common:** add requester for request external apis
- **common:** add debug mode on config file
- **common:** rewrote storage data on storage module
- **common:** change configuration module to storage for multiple storage file
- **comp:** add text with tooltip
- **comp:** add checkbox for form container
- **comp:** reduce margin in table body
- **comp:** add message badge for new listing component
- **comp:** add new form component for settings page
- **core:** implement config storage and user config
- **data:** add mod category for mod and character
- **main:** new event for open external link
- **ui:** redesign submit button in setting page
- **ui:** update badge to be clickable
- **ui:** listing on mod-manager will be flexbox instead of grid
- **ui:** add tooltip when user click save and it saving
- **ui:** remove finding mod directory on mod-manager page, use setting page instead
- **ui:** add checking version in mod-manager under beta mode

### Pull Requests
- Merge pull request [#7](https://github.com/kamontat/smapi-manager/issues/7) from kamontat/dependabot/npm_and_yarn/framer-motion-3.2.1
- Merge pull request [#5](https://github.com/kamontat/smapi-manager/issues/5) from kamontat/dependabot/npm_and_yarn/electron-11.2.0
- Merge pull request [#2](https://github.com/kamontat/smapi-manager/issues/2) from kamontat/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-6.1.0


<a name="v0.1.1"></a>
## [v0.1.1] - 2021-01-15
### Fixes Bug
Expand Down Expand Up @@ -66,7 +119,8 @@
- **main:** add getting application information event support


[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/kamontat/smapi-manager/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.6...v0.1.1
[v0.1.0-beta.6]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.4...v0.1.0-beta.6
[v0.1.0-beta.4]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.2...v0.1.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "smapi-manager",
"productName": "smapi-manager",
"version": "0.2.0",
"buildVersion": "5",
"buildVersion": "6",
"description": "smapi management application",
"main": ".webpack/main",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 5542fa3

Please sign in to comment.