Skip to content

Releases: unitystation/central-command

v3.2.2

23 Feb 04:58
b56e567

Choose a tag to compare

What's Changed

  • fix: removes unneeded url parameter from mail confirmation endpoint by @corp-0 in #84

Full Changelog: v3.2.1...v3.2.2

v3.2.1

18 Feb 21:57
1591ed5

Choose a tag to compare

What's Changed

  • fix: some small fixes we found while live testing with the game by @corp-0 in #82
  • fix: adds tests and fixes issues raised by them by @corp-0 in #83

Full Changelog: v3.2.0...v3.2.1

v3.2.0

12 Feb 03:21
67c858e

Choose a tag to compare

What's Changed

  • add mypy type checking by @Fogapod in #79
  • fix dependency on old ruff version, remove old .dockerignore entry by @Fogapod in #80
  • refactor: cleaner view code for many endpoints by @corp-0 in #81

Full Changelog: v3.1.1...v3.2.0

v3.1.1

07 Feb 02:39
c152ed8

Choose a tag to compare

What's Changed

  • fix: fix wrong indentation for volumes key under web by @corp-0 in #78

Oops

Full Changelog: v3.1.0...v3.1.1

v3.1.0

07 Feb 01:47
b13e844

Choose a tag to compare

What's Changed

  • Update entrypoint.sh by @MaxIsJoe in #72
  • Updates README to include setting up instructions. by @MaxIsJoe in #73
  • bump things and update documentation by @Fogapod in #75
  • Password resetting by @MaxIsJoe in #74
  • feat: adds homemade mail confirmation and removes external library by @corp-0 in #77
  • chore: Adds a bunch of documentation and cleans up unused endpoints that should be redone by @corp-0 in #77

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

16 Nov 21:30
4651f58

Choose a tag to compare

What's Changed

  • fix: added back email template for confirmation by @sweep-ai in #68
  • fix: small fixes requested by bod by @corp-0 in #71

Full Changelog: v3.0.0...v3.0.1

v3.0.0 Unfreezing

13 Nov 22:52
b04b093

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

Full Changelog: v1.1.1...v3.0.0

v2.1.0 The rewrite

07 Feb 05:05
4807277

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

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

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)