Releases: non-bin/GoLabel-Automator
Releases · non-bin/GoLabel-Automator
v1.5.0
Added
- The WiKi is no longer empty!
- Large white on black print jobs are now split into batches, to prevent the printer head from overheating
- Pressing Enter, Up, or Down now moves one cell down in the preview table, allowing for batch barcode scanning
Changed
- Updated placeholders and hover hints
- Hid the Save DB button
- Add tester name to small test tag template
- RentalPoint 3 Product Listing Report formatter
- File picker now only shows CSV files
- Now works when using a browser on a different computer than the server
Fixed
- Row delete buttons now work
- Fields including a double quote (") are now handled correctly
Development
- Made Node the default debug option in VSCode
- Added DONT_USE_GOLABEL debug option, for dev machines without GoLabel installed
v1.4.1
v1.4.0
v1.3.0
Instalation
Download the source code from the Assets section below, and unzip it to a folder, or clone the beta version using git clone https://github.com/non-bin/GoLabel-Automator
Then follow the instructions in README.md
Changes
Added
- Batch Printing
- Delete row buttons
-
- ESlint configuration
Changed
- We now 'use strict'
- Use
constandletinstead ofvarwhere possible
Fixed
- Screen no longer flashes white on load
v1.2.2 Hot Fix
Instalation
Download the source code from the Assets section below, and unzip it to a folder, or clone the beta version using git clone https://github.com/non-bin/GoLabel-Automator
Then follow the instructions in README.md
Changes
Fixed
- Printing :P
v.1.2.1 Yanked
Instalation
Download the source code from the Assets section below, and unzip it to a folder, or clone the beta version using git clone https://github.com/non-bin/GoLabel-Automator
Then follow the instructions in README.md
Changes
Added
- Title of the cmd window running the server, is now "Golabel Automator"
- Debug Level setting
- Colour scheme switcher
Changed
- Reduced the amount of output sent to the terminal
- Improved input hints
Fixed
- All arguments are now passed through the batch script to the server
v1.2.0
Added
- Operator Name to labels
- Label print history
Changed
- Improved inverse generation
- Improved error feedback in the server, and bat file
- Improved README
Fixed
- Program now waits for printing to finish before returning success to client
- If barcode start and end are swapped, the program will now swap them back
- Barcode start and end can now be 0 (or negative I guess)
- Inverse labels are now generated correctly, even with complex layouts
- Generate enough leaders to fill a row
v1.1.1
v1.1.0 BROKEN
DO NOT USE