Skip to content

Releases: Reterics/storager

v1.1.6

10 Aug 10:18

Choose a tag to compare

[1.1.6] (2025-08-08)

Bug fixes

  • Fixed Items, Parts and About test suites
  • Fixed security vulnerabilities in npm packages and upgraded React from 19 RC to the stable 19.0.0 version
  • Fixed user deletion issue
  • Fixed Multiselect 'undefined' bug
  • Fixed translation for "Are you sure you wish to delete this Part?"
  • Fixed ordering issue after editing or deleting Parts
  • Fixed editing row in Parts and Items table when it is ordered/filtered
  • Fixed "Please select" initial option in Safari (select tag)

Features

  • Added Playwright E2E tests into tests/e2e
  • Added Shop filter to ImportShopData Modal
  • PageHead extendable
  • Added type filters to Services
  • Added max limits to Transactions page
  • Added bulk selection to Recycle Bin

[1.1.5] (2025-01-29)

Features

  • Added Service coloring on success status
  • Added table length limit to improve rendering performance
  • Removed Service status ant Guaranteed from table, and added shop
  • Added compact UI to tables
  • Added Shop filter to Services
  • Added Active filter to Services
  • Added Local Backup to Settings
  • Added creation and completed date to Invoices
  • Service page orders entries by descending

[1.1.4] (2025-01-05)

Bug fixes

  • Fixed CSRF Protection in PHP build
  • UI/UX updated in signature boxes in service forms
  • Updated service ID generation by modulus to ignore site overlap
  • Comma in type fixed in service list
  • Service Completion form saving fixed when no service cost or type selected
  • Low storage alert indicated wrong total number fixed
  • Improved responsiveness of the tables

Features

  • Added About page link to the footer
  • Added new PHP based Media browser to StoreItems and StoreParts
  • Added Notes page as "Invoices"
  • Added Diagnostic page to Services for troubleshooting

Deprecation

  • Firebase Storage functionality deprecated along with VITE_FIREBASE_STORAGE_BUCKET .env variable

Removals

  • Removed Update from ZIP function in About page

[1.1.3] (2024-11-26)

Bug fixes

  • Optimized data loading, updating and missing data cases
  • Fixed refresh deleted data from DB

Features

  • Added permanent caching solution for Firebase Storage images to reduce load time and refresh

Full Changelog: v1.1.2...v1.1.6

v1.1.2

21 Nov 18:43

Choose a tag to compare

[1.1.2] (2024-11-21)

Bug fixes

  • Removed Shop filtering from Recycle Bin
  • Update button fixed in Header menu
  • User assigned to specific shop had parts, and items empty fixed
  • Assets contain version in order to avoid caching issues.

Features

  • Users can be assigned to multiple shops

Full Changelog: v1.1.0...v1.1.2

v1.1.0

04 Nov 20:47

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

Bug fixes

  • Parts and Items page fixes: (84317ad)

    • fix: Assigned shop value
    • fix: Low storage alert boolean
    • test: Increased storage coverage
  • Service Management: (fb7f732)

    • fix: Completion form does not close service anymore
    • fix: Service form history loads the right form now
    • fix: Completion form didn't have default description before
    • fix: Service form stays editable after completion form is done
    • fix: Completion form print view enabled
    • fix: Service and Completion form must be signed
    • fix: Service id generation fixed (counting deleted ones)
  • GeneralModal:

    • fix: Save button resets if the validation failed (onClick -> false) (448dce9)
    • fix: Validation updates on Item, Part and UserModal (ce85ff8)
  • Footer: (fb7f732)

    • fix: translation for light mode
    • feat: compact design

Features

  • Recycle bin: Initial delete won't remove the data from Firestore (8bcfbde)

Full Changelog: https://github.com/Reterics/storager/commits/v1.1.0