-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
44 lines (29 loc) · 1.62 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.3] - 2024-10-20
- Add count of submissions to the Leaderboard of Hackathons.
- Fixed the password reset view to not validate the email address. (update the `django-allauth`)
- Improve Team Admin page to make it easier to adjust the team members.
## [0.2.2] - 2024-10-03
- Refreshing after 30 seconds the Students page when status="sent".
- Portal API user is automatically set as `staff` so it can access the API.
## [0.2.1] - 2024-09-16
- Adding message after clicking the Grade button in the unit list.
- Creating the `GRADING_USER` and a Token if it doesn't exist yet.
## [0.2.0] - 2024-09-16
- Enforcing unique email addresses for users.
- Removed logo from users since it wasn't being used.
- Improved initial form for students.
## [0.1.0] - 2024-08-24
### Added
- Set up testing and linting for the project.
- Added this CHANGELOG file to track changes to the project.
- Set up terraforms, and Helm charts to deploy the app to dev and to prod.
[unreleased]: https://github.com/altos-labs/science-hub/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/altos-labs/altos-app-commons-python/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/altos-labs/altos-app-commons-python/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/altos-labs/altos-app-commons-python/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/altos-labs/altos-app-commons-python/tree/v0.1.0