Skip to content

Releases: unitystation/central-command

v3.0.0 Unfreezing

13 Nov 22:52
b04b093
Compare
Choose a tag to compare

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

07 Feb 05:05
4807277
Compare
Choose a tag to compare

What's Changed

  • feat: full rewrite of application by @corp-0 in #48

Full Changelog: v1.1.1...v2.1.0

v1.1.1

22 May 22:27
Compare
Choose a tag to compare

1.1.1 (2021-05-22)

Bug Fixes

  • account: fix crash when no badwords.txt file existed (ba5bd47)

v1.1.0

11 Jan 03:52
Compare
Choose a tag to compare

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)

v1.0.0

22 Nov 20:17
Compare
Choose a tag to compare

1.0.0 (2020-11-22)

Bug Fixes

  • api: account register endpoint not requiring mail confirmation (#11) (0044d1f)
  • gha: fix cache and log in error (#19) (0ea5b16)
  • persistence: correct properties for models (6ec121b)

Features

  • account: json field for character settings (a254169)
  • account: make user_id the model pk (623d48a)
  • api: add endpoint to get account data (fb08042)
  • api: set default api views to authenticated only (4f18737)
  • docker: enable docker build caching (#10) (3a50d0c)