diff --git a/.gitignore b/.gitignore index 2bb3366..bdb64ad 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ build-env/* .vscode .vs -.env \ No newline at end of file +.env +.agents +tsconfig.tsbuildinfo diff --git a/build-env/assets/changelog.md b/build-env/assets/changelog.md index 07e7f37..6603eff 100644 --- a/build-env/assets/changelog.md +++ b/build-env/assets/changelog.md @@ -1,11 +1,19 @@ +## v1.60b + +- **WebUI**: Removed profile limit indicator in WebUI +- **CORE**: Fixed game crashing due to JP region check + ## v1.60a + - **CORE**: Core is now open-source. - **CORE**: Removed 16 profile count limit. ## v1.50e + - **CORE**: Change country code from `AX` to `JP` in `facility.get` ## v1.50d + - **CORE**: Fix a problem where `kencode` would crash if any array is empty ## v1.50c diff --git a/src/utils/Consts.ts b/src/utils/Consts.ts index be36686..efafa9a 100644 --- a/src/utils/Consts.ts +++ b/src/utils/Consts.ts @@ -1,4 +1,4 @@ -export const VERSION = 'v1.60a'; +export const VERSION = 'v1.60b'; export const NAMES = [ 'Aaron', 'Abdullah',