Skip to content

Releases: Tuskiurhil/Barcode-Generator

v0.66

25 Mar 20:30
1a8aa1c
Compare
Choose a tag to compare
  • Bugfixes
    • The Settings Button now works as intended. This was broken in update 0.65
  • Removed Features
    • Image Embedding Function has been removed from QR-Code as this will force the QR-Code to be black and white. There's currently no workaround and I'm looking to implement either a different library or find a fix for this myself.

v0.65

25 Mar 15:04
9d0ffea
Compare
Choose a tag to compare
  • New Features
    • Support for Aztec Code (PNG, JPEG, GIF)
    • QR Code can now include an Embedded Image (select Error Correction H when using this feature)
    • Error Correction can now be selected for QR-Codes
      • Level L: up to 7% error correction capability
      • Level M: up to 15% error correction capability
      • Level Q: up to 25% error correction capability
      • Level H: up to 30% error correction capability

v0.6

24 Mar 00:01
de6e602
Compare
Choose a tag to compare
  • New Features
    • Barcodes and QR-Codes can now be coloured. (The colours use HEX Codes, there's a button that will open a Colour Picker) Default Values are Black on White
  • Changes
    • Removed some options from the QR-Code menu (Size, Box Size and Border) as these settings aren't useful and will in some scenarios create an unreadable barcode. The Default Border Size has been fixed at "1".
    • Removed JPEG from list of supported filetypes (QR-Code) as JPEG is currently not supported by the library. A workaround is in the pipeline!

image

v0.55

22 Mar 07:39
eaec8d7
Compare
Choose a tag to compare
  • Bugfixes
    • Replacing \ / : * ? " < > | with . to avoid Filename Errors under some operating systems.

v0.5

14 Mar 12:44
b6744af
Compare
Choose a tag to compare
  • Bugfixes

    • Fixed some minor spelling mistakes
    • Replaced "/" and ":" in filename when saving a QR and Datamatrix code. (The data saved inside of the code is unnaffected, this only affects the name of the file)
  • Added .gif, .jpeg and .bmp to DataMatrix

  • The Script will now create a "bcgsettings.txt" file upon first start.

  • New Settings Button that will allow you to select a Colour Scheme. (The Script needs to be restarted for the changes to take effect)

v0.4.5

13 Mar 21:07
f53d554
Compare
Choose a tag to compare
  • Added Basic Support for DataMatrix
    This Datamatrix was created with my Script! Give it a try

v0.4

13 Mar 16:28
dcccc5d
Compare
Choose a tag to compare
  • Implemented QR-Code functionality
  • Update Checking
    -Script will check the Name of the latest github repository and compare it with the version number of the script, if there's a mismatch the script will display a "Update Available!" Button that will take you to the latest github release using your default webbrowser.
  • Toggle Button for Console Output

v0.3

09 Mar 15:23
517307a
Compare
Choose a tag to compare
  • Added ability to decide which image format will be used when saving the barcodes
    • PNG
    • JPEG
    • BMP
  • Renamed the saved file to include the used Barcode Format so it's easier to see which Format is used
  • Implemented Console/Terminal Output to see what the Script is processing

v0.25

08 Mar 14:19
8f4377b
Compare
Choose a tag to compare
  • Fixing some minor spelling mistakes
  • Added Support for:
    • European Article Number 8
    • European Article Number 13
    • European Article Number 14
    • Japan Article Number
    • International Standard Book Number 10
    • International Standard Book Number 13
    • International Standard Serial Number
    • Universal Product Code A
    • PZN (PharmaZentralNummer - Germanys Standardized Pharmaceutical Number)

Version 0.2

07 Mar 10:26
b560882
Compare
Choose a tag to compare
  • Added Support for Code39
  • Added Ability to specify Dimension of Output Image