Foodsoft Versions Save

Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).

v4.8.1

2 months ago

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.

    :warning: 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

New Contributors

Full Changelog: https://github.com/foodcoops/foodsoft/compare/v4.8.0...v4.8.1-rc2

v4.8.1-rc1

2 months ago

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.

    :warning: 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)

What's Changed

New Contributors

Full Changelog: https://github.com/foodcoops/foodsoft/compare/v4.8.0...v4.8.1-rc1

v4.8.0

8 months ago

I'm happy to announce the release of the foodsoft v4.8.0. See Changelog.md and the Release Notes for further details.

What's Changed

New Contributors

Full Changelog: https://github.com/foodcoops/foodsoft/compare/v4.7.1...v4.8.0