Skip to content

Releases: sleede/fab-manager

Fab-manager 6.0.8

03 Jul 16:45
Compare
Choose a tag to compare
  • 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

20 Jun 13:31
Compare
Choose a tag to compare
  • 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

04 May 12:54
Compare
Choose a tag to compare
  • 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

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