Releases: OpenAdministration/StuFis
Releases · OpenAdministration/StuFis
v4.3.1
What's Changed
added profile picture
fixed routes
removed old unused services
- adapted to php8.4 by @lukas-staab in #281
- V4.3.1 by @lukas-staab in #282
Full Changelog: v4.3.0...v4.3.1
v4.3.0
New & Enhanced Features
Budget Planning & Management
- Minor Budget Plan Changes: Various minor adjustments and improvements to the new budget planning.
Banking & Transactions
- New Bank Account Form: Added a brand-new form for creating bank accounts.
- Bank Transaction Detail View: Implemented a detailed view for bank transactions.
In-App Changelog
- new docs/changelog.md file
- Implemented Markdown support
- new /dev/markdown route for testing markdown rendering
- notify users on update
General Improvements & Fixes
- Upgrade to PHP 8.4
- New Default Font (Inter): The application's default font has been changed from Open Sans to Inter, with improved font weights and variable font usage for a more modern look.
- Improved Caching: Implemented more caching mechanisms for enhanced performance.
- Enhanced Error Logging: Increased error logging for HHP uploads to provide better insights.
- Profile Linking: Added the ability to link user profiles to external sources.
- Miscellaneous Fixes
What's Changed
- v4.3.0 by @lukas-staab in #277
- Update laravel by @lukas-staab in #280
Full Changelog: v4.2.6...v4.3.0
v4.2.6
What's Changed
- Backup Configuration: Fixed an issue with the backup configuration.
- CSV Account Upload Improvements:
- Replaced
csvOrderwithcsvOrderReversedfor CSV processing. This new setting is now saved under a new JSON key in the database. - The "upload CSV" link now pre-fills with the previously selected account, streamlining the process.
- Correctly handles different CSV order directions when changing accounts after a CSV upload.
- To Do: Ensure saving CSV imports redirects to the correct account page.
- Replaced
- UI Stability:
- Resolved issues where parts of the UI would unexpectedly disappear.
- Fixed instances where validation errors would persist even after
csv_orderwas changed. - Replaced some custom UI components with more stable FluxUI components.
- Testing Enhancements
Full Changelog: v4.2.5...v4.2.6 #276
v4.2.5
v4.2.4
fix: can delete auslage without pdf
What's Changed
- Upgrade to Flux 2 / Tailwind 4 by @lukas-staab in #271
- v4.2.4 fix: can delete without receipt by @lukas-staab in #272
Full Changelog: v4.2.3...v4.2.4
v4.2.3
What's Changed
- V4.2.2 by @lukas-staab in #244
- CI Generator by @lukas-staab in #247
- Update config.orgs.php change for fhe by @DieMichii in #248
- Laravel 11.x Shift by @lukas-staab in #246
- Ci shift rework by @lukas-staab in #250
- Migrate from Laravel Mix to Vite by @lukas-staab in #249
- php rector and minor fixes by @lukas-staab in #254
- Update config.orgs.php by @lukas-staab in #262
- build(deps-dev): bump axios from 0.28.1 to 0.30.0 by @dependabot in #263
- Update Supporters README.md by @DieMichii in #258
- v4.2.3 by @lukas-staab in #264
Full Changelog: v4.2.1...v4.2.3
v4.2.1
v4.2.0
What's Changed
- External project wireframe by @lukas-staab and @thsstll in #241
- now using fluxui.dev (licence needed for hosting)
- started rework:
- external applications
- hhp
- more options in config:
- number of characters in project description
- (Protocol/decision) link in project optional yes/no + renaming possible
- Optimised fields for legal bases
- new overview in start menu for open projects
- migrated legacy encryption to laravel (chat, iban)
- more testing e.g. for csv import, authentication
- fixed automated status booked
- Tabs on the start page are visible again, even if no committee is assigned to the account
- many small things fixed
The Env Variables CHAT_PUBLIC_KEY, CHAT_PRIVATE_KEY, IBAN_SECRET_KEY are depreacted, please remove them from your .env file after confirming the crypto migration with:
php artisan legacy:migrate-encryptionwas successful. Make sure not to rotate the Laravel APP_KEY secret, otherwise your encryption will be inaccessible.
v4.1.6
What's Changed
- Update config.orgs.php for FHE by @lukas-staab in #235
- bugfix: budget plan summing did omit the income if the same invoice had income and expense
Full Changelog: v4.1.5...v4.1.6