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.1.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Jan 14, 2021
1 parent 5a55cb3 commit 909f6fe
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 6 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,41 @@
## [Unreleased]


<a name="v0.1.0-beta.6"></a>
## [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](https://github.com/kamontat/smapi-manager/issues/4) from kamontat/dependabot/npm_and_yarn/typescript-eslint/parser-4.13.0
- Merge pull request [#6](https://github.com/kamontat/smapi-manager/issues/6) from kamontat/feature/improve-ui
- Merge pull request [#3](https://github.com/kamontat/smapi-manager/issues/3) from kamontat/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.13.0
- Merge pull request [#1](https://github.com/kamontat/smapi-manager/issues/1) from kamontat/dependabot/github_actions/actions/checkout-v2.3.4


<a name="v0.1.0-beta.4"></a>
## [v0.1.0-beta.4] - 0001-01-01
## [v0.1.0-beta.4] - 2021-01-10

<a name="v0.1.0-beta.2"></a>
## [v0.1.0-beta.2] - 2021-01-10
Expand All @@ -27,6 +60,7 @@
- **main:** add getting application information event support


[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.4...HEAD
[Unreleased]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.6...HEAD
[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
[v0.1.0-beta.2]: https://github.com/kamontat/smapi-manager/compare/v0.1.0-beta.1...v0.1.0-beta.2
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "smapi-manager",
"productName": "smapi-manager",
"version": "0.1.0-beta.5",
"buildVersion": "2",
"version": "0.1.0-beta.6",
"buildVersion": "3",
"description": "smapi management application",
"main": ".webpack/main",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -35,7 +35,8 @@
"react-dom": "17.0.1",
"react-router": "5.2.0",
"regenerator-runtime": "0.13.7",
"twin.macro": "2.0.8"
"twin.macro": "2.0.8",
"xml2js": "0.4.23"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand All @@ -57,6 +58,7 @@
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-router": "5.1.11",
"@types/xml2js": "0.4.7",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"babel-loader": "8.2.2",
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,13 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@types/xml2js@0.4.7":
version "0.4.7"
resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.7.tgz#cd5b6c67bbec741ac625718a76e6cb99bc34365e"
integrity sha512-f5VOKSMEE0O+/L54FHwA/a7vcx9mHeSDM71844yHCOhh8Cin2xQa0UFw0b7Vc5hoZ3Ih6ZHaDobjfLih4tWPNw==
dependencies:
"@types/node" "*"

"@types/yauzl@^2.9.1":
version "2.9.1"
resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.1.tgz#d10f69f9f522eef3cf98e30afb684a1e1ec923af"
Expand Down Expand Up @@ -7678,7 +7685,7 @@ sanitize-filename@^1.6.2:
dependencies:
truncate-utf8-bytes "^1.0.0"

sax@^1.2.4:
sax@>=0.6.0, sax@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
Expand Down Expand Up @@ -8885,8 +8892,10 @@ watchpack@^1.7.4:
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
dependencies:
chokidar "^3.4.1"
graceful-fs "^4.1.2"
neo-async "^2.5.0"
watchpack-chokidar2 "^2.0.1"
optionalDependencies:
chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.1"
Expand Down Expand Up @@ -9065,11 +9074,24 @@ ws@^7.3.1:
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.2.tgz#782100048e54eb36fe9843363ab1c68672b261dd"
integrity sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==

xml2js@0.4.23:
version "0.4.23"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xmlbuilder@^9.0.7:
version "9.0.7"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=

xmlbuilder@~11.0.0:
version "11.0.1"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==

xmldom@0.1.x:
version "0.1.31"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff"
Expand Down

0 comments on commit 909f6fe

Please sign in to comment.