Skip to content

Releases: fttx/barcode-to-pc-server

v3.4.0

20 Nov 20:10
Compare
Choose a tag to compare

Added

  • RUN Output component
  • SELECT_OPTION Output component
  • "Start the app in Scan mode" option

Changed

  • Minor UX improvements

Fixed

  • Apple Bonjour error on Linux
  • QUANTITY parameter Alert issue

v3.3.0

18 Oct 11:38
Compare
Choose a tag to compare

Added

  • Output profiles support
  • SCAN_SESSION_NAME component
  • Label for the QUANTITY and BARCODE component
  • "Keep display on" option

Changed

  • Improve Send button reactiveness

Fixed

  • "Skip output" option

v3.2.0

27 Sep 19:35
Compare
Choose a tag to compare

Added

  • Support for modifier keys (eg. TAB+Shift)
  • HTTP component
  • Append to CSV filename variables support

Changed

  • Improve Output components settings UI

v3.1.4

06 Sep 20:59
Compare
Choose a tag to compare

Added

  • SkipOutput option for BARCODE and QUANTITY components
  • Infinite loop detection
  • "IF" and "ENDIF" Output components
  • Option to choose the CSV delimiter
  • Option to exclude non-text components from CSV

Changed

  • "Append to CSV" and "Export as CSV" now share the same options in the settings

Fixed

  • Fix Android 9 connection issue
  • Issue with the DATE_TIME Output component
  • Output template not updating when the app is inside the scanSession page

v3.1.1

04 Jul 06:47
Compare
Choose a tag to compare

Fixed

  • "Append scan to csv" option enabling issue

v3.1.0

10 Jun 19:11
Compare
Choose a tag to compare

Added

  • Output Profiles support (protocol only)
  • Reflect the Output field in the "Export as CSV" option

v3.0.3

07 Mar 14:45
Compare
Choose a tag to compare

Fixed

  • Multi-smartphone device_name variable

v3.0.2

07 Mar 06:45
Compare
Choose a tag to compare

Added

  • Option to disable automatic updates
  • Timeout dialog for continuosMode

Fixed

  • CSV file path auto-resettings issue
  • DNSServiceRef is not initialized error

v3.0.1

22 Feb 09:50
Compare
Choose a tag to compare

Changed

  • Converted Subscription plans to lifetime licenses
  • Fixed scrollTop error

v3.0.0

19 Feb 20:42
Compare
Choose a tag to compare

Added

  • Continuous mode
  • Option to clear the server data
  • Quantity output component
  • Delay output component
  • Other key output component (to press keys like F1, DEL, etc.)
  • Append scannings to CSV file in realtime
  • Auto reconnect when the IP address changes
  • Minimization to tray icon
  • Button to delete scan sessions from the server
  • Support for CODE 32
  • Settings to enable/disable scan formats
  • Added a way to enter barcodes manually (by typing it)
  • OTG support (Open a scan session, type the barcode and press the ENTER key)
  • Repeat barcodes
  • Archive barcodes
  • Search (CTRL+F or CMD+F)
  • Support for Chinese characters (Select clipboard typeMethod) thanks to @Oschangkai

Fixed

  • DATE, DATE_TIME, etc. variable 'unknown' issue
  • Scan session name sync issue
  • Minor UI enhancements