Releases: unitystation/central-command
Releases · unitystation/central-command
v3.0.0 Unfreezing
What's Changed
- chore(deps): bump django from 3.2.9 to 3.2.11 by @dependabot in #50
- chore: update django and python versions by @corp-0 in #53
- chore: update the project and remove unused files by @corp-0 in #54
- refactor: added whitenoise to the project by @corp-0 in #55
- chore: replace isort and flake8 with ruff by @Fogapod in #56
- chore: deps update and minor fixes by @corp-0 in #57
- chore: configure Sweep by @sweep-ai in #59
- chore: more sweep stuff by @corp-0 in #62
- fix: corrects username validator regex so it allows all valid usernames by @corp-0 in #64
- feat: more robust characters model by @corp-0 in #66
New Contributors
- @dependabot made their first contribution in #50
- @sweep-ai made their first contribution in #59
Full Changelog: v1.1.1...v3.0.0
v2.1.0 The rewrite
v1.1.1
v1.1.0
1.1.0 (2021-01-11)
Bug Fixes
- account: fix slurs validator triggering when no bad words list has been created (0620c7a)
Features
- account: allow character_settings to be visualized in admin view (2c09aff)
- account: api endpoints to get character data (ff90616)
- account: endpoint for token generation (acbe3d6)
- account: introduce custom validators for username field (3eb2414)
- account: make character settings endpoint public (e360b35)
- api: new register, login, logout and logoutall views (cea831e)