Skip to content

Releases: svthalia/concrexit

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.

v54

01 Aug 16:53
653c5b3
Compare
Choose a tag to compare
v54

🔖 concrexit v54

🚀 Features

  • Import events into newsletter (#3650)
  • Payment.payable_object property to get payable (#3737)
  • Set foodorder tax rate to 0 (#3751)

🐛 Bugfixes

  • Always show ribbon (#3744)
  • Fix board detail api returning non-boards (#3757)
  • Fix incorrect template location (#3764)
  • Fix potentially incorrectly deleting old paid registrations/renewals (#3736)
  • Require boards to have an end date (#3752)
  • Fix crashing on documents of upcoming lecture year (#3735)

🛠 Chores

  • change date information check email (#3618)

📦️ Dependency updates

  • Bump release-drafter/release-drafter from 5 to 6 (#3583)
  • Bump urllib3 from 2.0.7 to 2.2.2 (#3732)
  • Bump certifi from 2024.6.2 to 2024.7.4 (#3746)
  • Bump docker/build-push-action from 6.3.0 to 6.5.0 (#3762)
  • Bump the patch-updates group across 1 directory with 6 updates (#3763)
  • Bump docker/build-push-action from 5.3.0 to 6.3.0 (#3748)

v53.1

12 Jun 19:35
c5612ad
Compare
Choose a tag to compare

🔖 concrexit v53.1

This fixes some configuration that hadn't been checked in.