Releases: f-klubben/stregsystemet
Releases · f-klubben/stregsystemet
v2.6.5
What's Changed
- Bump gunicorn from 22.0.0 to 23.0.0 by @dependabot[bot] in #564
- Bump requests from 2.32.0 to 2.32.4 by @dependabot[bot] in #578
- Make attaching debugger easier by @ThomasBow in #584
- Update fabfile with new deployment by @krestenlaust in #535
- Add website support to kiosk by @krestenlaust in #583
- Reduce buy queries by @patrickreiffenstein in #589
- Add custom kiosk duration times for each item by @patrickreiffenstein in #566
- Enter = Genstart by @OmSa120224 in #600
- pages of purchase history by @OmSa120224 in #597
New Contributors
- @OmSa120224 made their first contribution in #600
Full Changelog: v2.6.4...v2.6.5
v2.6.4
What's Changed
- Make users quickbuy member search case insensitive by @ThomasBow in #560
- Hotfix: Product notes by @patrickreiffenstein in #561
- Update workflow runner version by @krestenlaust in #570
- [Nix support] Unflakify the nix flake and add utility by @Mast3rwaf1z in #553
New Contributors
- @ThomasBow made their first contribution in #560
Full Changelog: v2.6.3...v2.6.4
v2.6.3 - Product Notes & Pop-up QR-Codes
We have been implementing various improvements, a lot of refactoring and a couple new features based on the goals in semester start milestone: https://github.com/f-klubben/stregsystemet/milestone/2
What's Changed
- Improve fireworks theme by @atjn in #538
- Make popup qr codes for external links by @atjn in #541
- hotfix: Signup Gender not properly assigned to Member by @krestenlaust in #544
- Add notes field to Payment and Room by @krestenlaust in #539
- Razzia permissions by @krestenlaust in #531
- Product Notes: A tag to give update about a product stock by @patrickreiffenstein in #552
- Automated testing of REST API by @krestenlaust in #550
- stregreport: Add all categories to overview by @krestenlaust in #532
Full Changelog: v2.6.2...v2.6.3
v2.6.2 - API 1.1 & HTML Improvements
What's Changed
- Add gender to user info page by @JakobTopholt in #523
- Improve advent candle theme by @atjn in #522
- Better form id by @atjn in #524
- Improve menu form by @atjn in #527
- Add a footer by @atjn in #525
- Document API with OpenAPI spec (API 1.1) by @krestenlaust in #420
- Correct razzia-overhaul breadcrumps by @krestenlaust in #528
- [Feature] Nix Flake by @Mast3rwaf1z in #459
- Razzia correct member stats by @krestenlaust in #529
- Improve API (API 1.1) by @krestenlaust in #421
- Improve snow theme by @atjn in #534
- Hotfix: Payment QR fix by @krestenlaust in #536
New Contributors
- @JakobTopholt made their first contribution in #523
Full Changelog: v2.6.1...v2.6.2
v2.6.1 - Theme system
What's Changed
- added icon by @Mast3rwaf1z in #500
- Improve QR Code Rendering by @mads256h in #510
- Improve stregsystem icons by @atjn in #506
- Added "enheder" to the "rangliste" page by @Phutsorn in #499
- Improve testdata by @atjn in #502
- Upgrade main stregsystem pages to modern HTML by @atjn in #481
- Add a theme system by @atjn in #482
- Add Activate Fklub Theme by @soupglasses in #512
- Added constraint to signup form - No whitespace in username by @pimber in #519
- Improve bat theme by @atjn in #516
New Contributors
- @Phutsorn made their first contribution in #499
- @soupglasses made their first contribution in #512
- @pimber made their first contribution in #519
Full Changelog: v2.6...v2.6.1
v2.6 - Python 3.11/Django 4.0 and Feature signup
This release upgrades to Python 3.11 (from 3.6), and Django 4.1 (from 2.2)
Furthermore, introduces signup functionality
What's Changed
- Reword userdata feature by @krestenlaust in #454
- Fix wrong parameter supplied MobilePayment-object by @krestenlaust in #457
- [Bug fix] Sanitize csv mails by @Mast3rwaf1z in #453
- Upgrade dependencies and Python to 3.11 by @BoAnd in #409
- Rollback Django to 4.1 for MySQL 5.7 support by @krestenlaust in #461
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #463
- [Fix] Add remaining member data to userdata csv by @Mast3rwaf1z in #465
- Changed username check to be case insensitive by @patrickreiffenstein in #468
- Document mailhog by @Mast3rwaf1z in #467
- Vipps API - Sample tokens file by @krestenlaust in #429
- Setup guide for Mac users. #450 by @BoAnd in #470
- Add Production requirements by @krestenlaust in #471
- Feature signup by @jonasKjellerup in #297
- Upgrade products table to modern HTML by @atjn in #475
- Remove prefixed declarations by @atjn in #476
- Hotfix: 'Ignore' status not being updated by @krestenlaust in #484
- Hotfix: Update trusted origins in CSRF-settings by @krestenlaust in #485
- Upgrade header to modern HTML by @atjn in #480
- Remove old autofocus hack by @atjn in #472
- Make education and E-mail mandatory in Signup form by @krestenlaust in #490
- Simple 'finished' button by @oliverdalgaard in #497
- Refactor (foobar) razzia by @krestenlaust in #495
- Only load cursor styles when cursor is used by @atjn in #498
- Improve GDPR implementation by @atjn in #496
New Contributors
- @oliverdalgaard made their first contribution in #497
Full Changelog: v2.5.1...v2.6
v2.5.1a - Bugfixes
What's Changed
- Reword userdata feature by @krestenlaust in #454
- Fix wrong parameter supplied MobilePayment-object by @krestenlaust in #457
- [Bug fix] Sanitize csv mails by @Mast3rwaf1z in #453
Full Changelog: v2.5.1...v2.5.1a
v2.5.1 - Export userdata
What's Changed
- Added next year to yearly report page by @Zeps2369 in #443
- Feature: Mail/download userdata by @Mast3rwaf1z in #434
- Readd refund action by @krestenlaust in #444
- Add customer name to MobilePay tool by @krestenlaust in #445
- Fix Buy button greyed out when navigating back from userrmenu by @krestenlaust in #427
- Fix multibuy problem. by @BoAnd in #432
- Better purchase format. by @BoAnd in #433
- Move Vipps API into separate file by @krestenlaust in #430
New Contributors
- @Zeps2369 made their first contribution in #443
Full Changelog: v2.5...v2.5.1
v2.5 - Implement Vipps—MobilePay API
What's Changed
- Enabled file logging handler by default by @krestenlaust in #390
- Fix division by zero error in heatmap by @krestenlaust in #393
- Update stregdollar symbol in heatmap by @miniJmo in #394
- Christmas: Made it bigger and better by @Naitsabot in #400
- Remove 'Regex' dependency (in favor of 'RE') by @krestenlaust in #388
- Added white links to the blue background by @Murmeldyret in #399
- Fixed heatmap christmas mode styling by @krestenlaust in #401
- Attempt fix black formatter by @krestenlaust in #408
- Add none handling in mobilepay-payments by @krestenlaust in #403
- Changed default logfile path to relative path by @krestenlaust in #386
- Heatmap same-date fix by @Naitsabot in #411
- Update issue templates by @Naitsabot in #405
- Optimize easter-theme & Remove 13:37 Easter egg by @miniJmo in #329
- add man and beaver on 4/20 by @PG2W in #412
- Implement new Mobilepay reporting API by @krestenlaust in #416
- Implement new MobilePay Feed API by @krestenlaust in #423
New Contributors
- @Naitsabot made their first contribution in #400
- @Murmeldyret made their first contribution in #399
- @PG2W made their first contribution in #412
Full Changelog: v2.4.6a...v2.5
v2.4.6a - The one with the proper migrations
What's Changed
Full Changelog: v2.4.6...v2.4.6a