Skip to content

Releases: svthalia/concrexit

v56.4

29 Nov 12:12
bbb058a
Compare
Choose a tag to compare

🔖 concrexit v56.4

🐛 Bugfixes

  • Fix js translations url in foodevent admin template (8f93c24)

v56.3

25 Nov 17:29
Compare
Choose a tag to compare

🔖 concrexit v56.3

🐛 Bugfixes

  • remove make_random_password (#3853) and add new password generation

v56.2

21 Nov 09:44
Compare
Choose a tag to compare

🔖 concrexit v56.2

🐛 Bugfixes

  • Actually revert commit 158f52d due to a small calender bug

v56.1

21 Nov 09:27
Compare
Choose a tag to compare

🔖 concrexit v56.1

🐛 Bugfixes

  • Revert commit 158f52d due to a small calender bug

v56

20 Nov 18:19
Compare
Choose a tag to compare
v56

🔖 concrexit v56

🚀 Features

  • Changed the copyright year to be shown in hex (#3842)
  • Feature/study long to benefactor (#3848)
  • Add check if people are still studying (#3729)
  • Small improvements on statistics page (#3820)
  • Improve ical discoverability (#3816)
  • Add inline for group memberships (e.g. committees) (#3808)
  • Add recipient name (#3804)
  • Small ical doc improvements (#3821)

🐛 Bugfixes

  • Bug: Override BaseUserAdmin add_fieldsets (#3829)
  • Fix the information bubble above the normal albums (#3833)
  • Fix sentry:CONCREXIT-1FW (#3824)
  • Add spinner to hide error message when loading calendar (#3811)
  • Fix invoice date for Registration and Renewal in Moneybird synchronization (#3815)
  • Fix to show the earliest member since in profile (#3799)

🛠 Chores

  • Introduce uv and ruff formatting (#3823)
  • Disabled js i18n API (#3827)
  • Drop empty sphinx docs (#3822)
  • Upgrade to Django 5.1 (#3775)
  • Remove api v1 (#3845)
  • Fix max length description of registration (#3851)
  • Move createmember to override createsuperuser (#3831)

📦️ Dependency updates

  • Bump cryptography from 43.0.0 to 43.0.1 (#3787)
  • Bump django-oauth-toolkit from 2.3.0 to 2.4.0 (#3770)
  • Bump django-compressor from 4.4 to 4.5.1 (#3767)
  • Bump django from 5.1 to 5.1.1 (#3806)

v55.1

24 Sep 10:33
Compare
Choose a tag to compare

🔖 concrexit v55.1

🐛 Bugfixes

  • Add some missing commits.

v55

20 Sep 11:28
Compare
Choose a tag to compare
v55

🔖 concrexit v55

🚀 Features

  • Add 2FA help page (#3796)
  • Make facedetection more noticeable #3427 (#3798)
  • Renewal reminder emails (#3783)

🐛 Bugfixes

  • Fix album processed email warnings (#3792)
  • Fix buggy TinyMCE (#3786)
  • Send all data to moneybird as JSON (#3794)
  • Add task to clean up orphaned uploads (#3793)

📦️ Dependency updates

  • Remove libmagic from dependencies (#3795)

v54.3

28 Aug 19:51
Compare
Choose a tag to compare

🔖 concrexit v54.3

🐛 Bugfixes

  • Validate that BIC is required for foreign bank account at registration (#3782)
  • Fix crash processing tpay payment on unclaimed sales order (#3784)
  • Handle sending moneybird sync error with any object (#3781)

v54.2

17 Aug 14:27
7c4b5fe
Compare
Choose a tag to compare

🔖 concrexit v54.2

This fixes a bug where members who have already renewed their membership were not seen as current members because their latest membership is not yet active. Now, we check for a current membership. New members, who register for Thalia in August, now get a membership that starts on the day their registration is completed. Previously, these got a membership that would start on the 1st of September, and those would still be able to act as if they had a current membership in August due to missing checks on the start date of memberships.

See #3777.

v54.1

01 Aug 17:20
546cee7
Compare
Choose a tag to compare

🔖 concrexit v54.1

Reverts a breaking change through a patch update of django-storages.