Releases: COSCUP/COSCUP-Volunteer
Releases · COSCUP/COSCUP-Volunteer
23.04.20
What's Changed
New Contributors
Others
[Platform]
- Upgrade packages.
- Fixed version at
Flask = "2.2.3"for pallets/werkzeug#2660 - Add apply review in candidate page.
[Docs]
- Add Community Volunteers Plan
Full Changelog: 23.04.09...23.04.20
23.03.20
What's Changed
New Contributors
- @oceanchad made their first contribution in #129
- @orertrr made their first contribution in #130
Others
[Platform]
- Upgrade packages.
- Poetry to
1.4.1. - Build docs only from
Ubuntu-20.04. - Remove
jemallocin base-dev. - Add new option into expense. #111
[Docker-Compose]
- Hot reload. #125
[Docs]
- Translated to
en-usin members, leader's handbook.
Full Changelog: 23.02.18...23.03.20
23.02.18
[Platform]
- Upgrade python to
3.11.2. - Check suspend in API.
- Oauth login
stateusingsecrets.token_urlsafe(64). - Add more sitemap info.
[Docker-Compose]
- Create volumes for each apps.
- Add
docscontainer.
Full Changelog: 23.01.18...23.02.18
23.01.18
23.01.03
[Doc]
- Updated handbooks.
[platform]
- Updated the contents of new members joined.
- Fixed the textarea of apply form by using
textarea.minlength. - Fixed not to show the suspended accounts on lists.
- Fixed the resend welcome mail in HTTP methods.
- Upgraded packages.
22.12.18
[platform]
- Upgrade Python to 3.11 by using
python:3.11.1-alpine3.17. - Upgrade Poetry to 1.3.1
- Upgrade RabbitMQ to 3.11.5
- Upgrade MongoDB to 6.0.3
- Upgrade nginx to 1.23.3
- Rewrited the
Dockerfile-app,Dockerfile-app-devfor the limit of layers. - Fixed the field type check and alert at setting/profile page.
- Implemented the requirement check when join to the team as member.
[doc]
22.11.27
22.11.10
22.10.27
- Support development in VSCode. (add
.vscode/settings.json) - [actions] upgrade to
actions/checkout@v3,actions/setup-python@v4,github/codeql-action/init@v2,github/codeql-action/autobuild@v2, and usingactions/cache@v3. - [API] add
/tasksin create, update./teamsin update chiefs, members. - [user.setting] Add resent the welcome of mattermost.
- [Fixed] using
Arrow.naiveinstead ofArrow.datetime. - [mypy] in
/view,/celery_task - [pylint] in
/view,/celery_task - [poetry] using
in-projectfor install the dependencies. - [libs] update to the latest version of the dependencies.