Releases: sleede/fab-manager
Releases · sleede/fab-manager
Fab-manager 6.0.8
- Improved projects list filter
- Fix a bug: unable to refresh machine/space/training calender after pay an reservation
- Fix a bug: Accouning Line in duplicate
- Fix a bug: displays "my orders" link only if store module is active
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed" -c "rails fablab:setup:build_accounting_lines"
Fab-manager 6.0.7
- Fix critical bug: Incorrect amount calculation when paying monthly subscription with a wallet for PayZen
- Fix a bug: OpenAPI accounting gateway_object_id missing error
- Fix a bug: unable to modify the price of prepaid pack
- Fix a bug: notification type missing
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager 6.0.6
- Fix a bug: invalid duration for machine/spaces reservations in statistics, when using slots of not 1 hour
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:es:build_stats" -c "rails fablab:maintenance:regenerate_statistics[2014,1]"
Fab-manager 6.0.5
- Fix a bug: unable to show calendar for Firefox and Safari
- Improved error message for event reservation
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager 6.0.4
- Fix a bug: notification is broken when delete a project
- Fix a bug: broken notifications email
- Fix a bug: unable to show calendar
- Update translations from Crowdin
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:maintenance:clean_abuse_notifications"
Fab-manager 6.0.3
- Fix a bug: unable to install Fab-manager by setup.sh
- Update translations from Crowdin
- Fix a security issue: updated Ruby to 3.2.2 to fix CVE-2023-28755
- Fix a security issue: updated Ruby to 3.2.2 to fix CVE-2023-28756
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager 6.0.2
- Italian language support (thanks to @olazzari)
- Various bug fixes and minor improvements
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager v6.0.1
- Fix a bug when deploying the previous release about the auth provider configuration.
Please read the change log for more details.
UPDATE
⚠ If you already upgraded to v6.0.0, please
rmdir config/auth_provider.yml
and remove the lineservices > fabmanager > volumes > /config/auth_provider.yml[...]
from the docker-compose.yml file, before upgrading to this release.
\curl -sSL upgrade.fab.mn | bash -s -- -s "mount-auth-provider"
Fab-manager v6.0.0
- Major performance and security improvements
- Changed the way we securely chain invoices
- New OpenAPI endpoint to fetch availabilities
- Other minor improvements, bug fixes and security fixes
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -s "mount-auth-provider" -c "rails fablab:auth:write_provider" -c "rails fablab:restore_order_number" -c "rails fablab:fix_references"
Fab-manager 5.9.1
- Fix a bug about logical sequence of invoices references
- Fix a bug about unable to export to excel
- Fix a security issue
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash