Skip to content

Releases: sleede/fab-manager

Fab-manager 6.0.5

02 May 16:21
Compare
Choose a tag to compare
  • 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

25 Apr 14:13
Compare
Choose a tag to compare
  • 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

12 Apr 13:55
Compare
Choose a tag to compare
  • 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

05 Apr 09:37
Compare
Choose a tag to compare
  • 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

03 Apr 13:30
Compare
Choose a tag to compare
  • 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 line services > 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

03 Apr 09:42
Compare
Choose a tag to compare
  • 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

22 Mar 08:23
Compare
Choose a tag to compare
  • 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

Fab-manager 5.9.0

20 Mar 10:54
Compare
Choose a tag to compare
  • You can now restrict, per subscription plan, how many machine reservations subscribers can book per days. You can also configure how far in the future they can view available machine slots.
  • A prior period for each reservation type, can be configured, to prevent last-minute bookings (#440)
  • Warning : from now, you won't be able to select a date anymore when creating a refund invoice
  • There was some issues with the logical sequence of invoices references, this should be fixed now and no more duplicates or holes should appear
  • Various bug fixes and security fixes

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed" -c "rails fablab:maintenance:rebuild_stylesheet"

Fab-manager 5.8.2

13 Mar 13:09
Compare
Choose a tag to compare
  • Keep usage history of prepaid packs
  • OpenAPI has been extended
  • Various bug fixes, minor improvements, and security fixes

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:fix:cart_operator" -c "rails fablab:fix:cart_operator" -c "rails fablab:fix:pack_minutes_used"

Fab-manager 5.8.1

03 Mar 15:39
Compare
Choose a tag to compare
  • Fix a bug about unable to book a reservation

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash