Skip to content

Releases: oxcafedead/barcode-reader-emulator

2.1.0

14 Oct 10:03
Compare
Choose a tag to compare

This version introduces a new option to add "Enter" key after a barcode value.
Thanks @glmnet for contributing.

2.0.0-alpha

05 Nov 12:37
Compare
Choose a tag to compare

This is a completely rewritten application in Golang, offering the same functionality.

It was done for two reasons:

  • Getting more experience in Golang;
  • getting smaller binary distribution with no dependency on any runtime environment (such small functionality 40Mb in size is not a very nice thing, honestly).

This is not so well tested as earlier releases, but main cases worked. For any issues, pull requests are welcome!

0.4.1

19 May 09:35
Compare
Choose a tag to compare

Fixed bug: GH-11: Crash when Value contains special characters.

What to download?

Download emulator.zip if you do not have Java 11+ installed globally in your system or you are unsure.
Otherwise, you can download emulator-no-runtime.zip which is smaller because it does not have an embedded runtime.

After download, extract the archive and start emulator.exe.

0.4.0

07 Oct 14:08
Compare
Choose a tag to compare

Changes:

  • improved error handling, now all uncaught errors will be shown to the user in a generic 'report issue' dialog
  • (GH-8) fixed layout for the 'report issue' dialog
  • (GH-9) added initial delay (150ms) after hotkey press
  • (GH-7) fixed crash after changing hotkey to not-bindable
  • some cosmetic improvements

0.3.0

06 Oct 10:41
Compare
Choose a tag to compare

Major change is the ability to scan the screen for barcode images to set to 'Value' field.

0.2.0

05 Oct 08:13
Compare
Choose a tag to compare

The only one change is the new simple UI based on Swing.

0.1.0

04 Oct 13:59
Compare
Choose a tag to compare

Initial version, supports emulation of barcode reading process of given value.
Only Windows OS and command line interface supported for now.
One can set barcode value to emulate and specify hotkey for triggering emulation, as well as key delay for emulation process.
Includes OpenJDK embedded for .exe Windows distribution.

0.1.0 Pre-Release

02 Oct 17:22
Compare
Choose a tag to compare
0.1.0 Pre-Release Pre-release
Pre-release

Initial version.
Only Windows OS and command line interface supported for now.
One can set barcode value to emulate and specify hotkey for triggering emulation, as well as key delay for emulation process.