Skip to content
Snippets Groups Projects
CHANGELOG.md 2.48 KiB
Newer Older
Dorian Lesbre's avatar
Dorian Lesbre committed
# Change Log

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.8 - 2021-05-06

- Added links to FAQ
- Added django-admin link to admin profile page
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.7 - 2021-05-03

- Fix broken discord link

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.6 - 2021-05-03

- Added CSS version number query string to force reload on display breaking changes
- Added more links to discord server
- Mentionned that subscriptions are optionnal

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.5 - 2021-04-30

- Added logo !
- Added check for inscription to multiple instances of same activity
- Fixed planning bugs
- Added missing columns to some CSV exports
- Added optionnal nullable field to change a slot's duration

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.4 - 2021-04-28
Dorian Lesbre's avatar
Dorian Lesbre committed

- Custom title to error pages
- Update FAQ
- More captions for planning
Dorian Lesbre's avatar
Dorian Lesbre committed
- Reworked file upload to allow for file replacement (and not just upload to a new unique name)
Dorian Lesbre's avatar
Dorian Lesbre committed
- Fix bugs
Dorian Lesbre's avatar
Dorian Lesbre committed
- Added links to home page
Dorian Lesbre's avatar
Dorian Lesbre committed

## Version 1.2.3 - 2021-04-25
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
- Planning bug fixes

## Version 1.2.2 - 2021-04-25

Dorian Lesbre's avatar
Dorian Lesbre committed
- Changed planning break from midnight to 4am-8am
- Added "back to top" links to activity pages
Dorian Lesbre's avatar
Dorian Lesbre committed
- Make slot start field non-nullable to simplify code
Dorian Lesbre's avatar
Dorian Lesbre committed
- Added planning caption
Dorian Lesbre's avatar
Dorian Lesbre committed
- Added planning PDF upload and download
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.1 - 2021-04-24

- Fix too small character limit on activity description
- Added links to more games
- Fix typos
Dorian Lesbre's avatar
Dorian Lesbre committed
- Added colors to planning
- Added caption to planning, can be set in site_settings
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.2.0 - 2021-04-07
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
- Update inscription form and displayed info for 'at home' event.
Dorian Lesbre's avatar
Dorian Lesbre committed
- Update metrics to remove unused info (meals, sleeps, ...)
- Added link to discord
Dorian Lesbre's avatar
Dorian Lesbre committed
- Changed models for repeated activities to a separate "slot" table (cleaner)
- Added check for slotless activity before sending mails
- Added HTML formatting for global message
Dorian Lesbre's avatar
Dorian Lesbre committed

Dorian Lesbre's avatar
Dorian Lesbre committed
## Version 1.1.0 - Repeated Activities - 2021-03-30
Dorian Lesbre's avatar
Dorian Lesbre committed

- Fix typos, wrong value displays
- Reworked activity display and allow HTML display inputs
- Allowed easy activity duplication
- Separate activity must_subscribe display from actual subscriptions
	(so a single activity can have multiple clones: one displayed in list, and multiple in
	planning and inscription lists if occurs more than once)
Dorian Lesbre's avatar
Dorian Lesbre committed
- Added links to activities from profile page
- Added admin warning for malformed activity wishes.
Dorian Lesbre's avatar
Dorian Lesbre committed
- Fixed multiple day display on planning and added planning preview to admin files
- Added version number to admin pages
Dorian Lesbre's avatar
Dorian Lesbre committed

## Version 1.0.1 - day one patch - 2021-03-24

- Fix missing field `is_staff` in user model
- Fix non-nullable setting `activity_submission_form`

## Version 1.0.0 - 2021-03-24

- Initial release