Skip to content

Releases: Kacper-Lubisz/TrayMaster

TrayMaster 1.0.3

14 Apr 21:39
962ae13
Compare
Choose a tag to compare

Changes since 1.0.2:

  • Add confirmations to destructive actions
  • New README.md
  • Add full user manual
  • Extract current view into App.tsx to allow the shelf being viewed to be persistent across page changes
    • Add links to find page to view the shelf of a tray in returned results
  • Remove vulnerabilities
  • Add empty shelf message to shelf view
  • Lots of bug fixes and improvements to application robustness:
    • Fixes to unit tests
    • Improvements to environment variables
    • Resolve issues with duplicated categories:
      • Remove duplicate Biscuit categories from the list of defaults
      • Remove Mixed constant
    • Fix Firebase rules
    • Fix tray width not working when in stack mode

TrayMaster 1.0.2

03 Apr 15:04
36f27a6
Compare
Choose a tag to compare

Changes since 1.0.1:

  • Add breakpoints (improving scaling for smaller devices)
  • Add support for Firebase hosting; move Firebase configuration into .env
  • Bug fixes:
    • Fix 'Never Expires' setting
    • Fix bug in generating quarter buttons for expiry keyboards
    • Rename Layout Editor to Zone editor to better reflect its purpose
    • Other minor fixes to the settings page

TrayMaster 1.0.1

25 Mar 18:45
ed0ce50
Compare
Choose a tag to compare

Changes since 1.0.0:

  • Minor interface and usability tweaks, mostly in Find
  • Remove default categories
  • Remove unimplemented features
  • Lots of minor bug fixes & stability improvements
  • Lots of code housekeeping

TrayMaster 1.0.0

22 Mar 18:02
3843579
Compare
Choose a tag to compare

Changes since 0.3.1:

  • Lots of small interface tweaks (including specifying a font to use)
  • Better interface support for tray 'stacks'
  • Early 'unified' keyboard (accessible through a setting)
  • Zone editor
  • Rename Search to Find
  • Add export to CSV to the Find page
  • Add Last Modified information ('blame')
  • Optimisations to data handling (primarily involving not downloading the whole warehouse every time the app launches)

TrayMaster 0.3.1

28 Feb 16:25
5a2efe7
Compare
Choose a tag to compare
TrayMaster 0.3.1 Pre-release
Pre-release

Changes since 0.3.0:

  • Fix DOM mismatch relating to <table> on user settings page
  • Fix auto-advance skipping cells
  • Minor changes to SettingsComponent

TrayMaster 0.3.0

27 Feb 17:41
9990f5f
Compare
Choose a tag to compare
TrayMaster 0.3.0 Pre-release
Pre-release

Changes since 0.2.1:

  • Add Settings Component
  • Add coloured KeyboardButtons
  • Changes to manifest
  • Disable unwanted touch gestures
  • Remove TraySizes from the database

TrayMaster 0.2.1

27 Feb 17:24
6a91e75
Compare
Choose a tag to compare
TrayMaster 0.2.1 Pre-release
Pre-release

Changes since 0.2.0:

  • Update dependencies
  • Fix inconsistent version number betweenpackage files
  • Fix category editor dialogs
  • Minor styling & DOM fixes