v4.8.1
Notable Changes
- The feedback form (9c81aa3) has been removed as it has been often mistaken for foodcoop specific support things. Please consider sending us feedback via the foodsoft-forum.
- invoice attachments have been migrated to active storage (0ff74e8). This hopefully improves the performance issues in #1037.
⚠️ Please make sure you have a valid storage configuration / docker volume setup, as attachments will no longer persists in the database, but the filesystem. (See the introduction of Active Storage in 4.8) - There's now a known Issue with unicode characters in messages on database with a charset not supporting unicode. Make sure your databse charset/coalation is set to
utf8mb4
, see #1047
What's Changed
- Bump puma from 6.0.2 to 6.3.1 by @dependabot in #1020
- Suppress net protocol errors by @kidhab in #1015
- Remove feedback form by @kidhab in #1028
- Show the recipients in the thread view of messages. by @TomStrom16 in #1034
- chore: bundle update to rails 7.0.8 by @yksflip in #1038
- 1037 migrate invoice attachments to active storage slow performance financial links by @yksflip in #1039
- fix bug on saving config by @mortbauer in #1042
- fix active storage links for attachments by @mortbauer in #1045
- allow_other_host for discourse plugin redirects by @mortbauer in #1043
- fix(finance): ordergroup overview total balances by @yksflip in #1051
New Contributors
- @TomStrom16 made their first contribution in #1034
Full Changelog: v4.8.0...v4.8.1-rc2