Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ build-env/*

.vscode
.vs
.env
.env
.agents
tsconfig.tsbuildinfo
8 changes: 8 additions & 0 deletions build-env/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/utils/Consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = 'v1.60a';
export const VERSION = 'v1.60b';
export const NAMES = [
'Aaron',
'Abdullah',
Expand Down
Loading