SimpleCodeGenerator Changelog

What's new in SimpleCodeGenerator 1.16

May 8, 2024
  • Added /ShowFromFile and /SaveFromFile command-line options, which allow you to load the QR Code from a file.

New in SimpleCodeGenerator 1.15 (Apr 20, 2024)

  • Fixed bug: The QR Code settings section disappeared when pressing the Esc key.

New in SimpleCodeGenerator 1.14 (Apr 2, 2024)

  • You can now specify a double quote character from command-line by using a sequence of 2 double quote characters, for example: SimpleCodeGenerator.exe /Show """Hello World"""

New in SimpleCodeGenerator 1.13 (Feb 8, 2024)

  • Added CopyImageScaling and SaveImageScaling entries to the configuration file (SimpleCodeGenerator.cfg), which control the size of the generated image when you use the 'Save QR Code To Image File' and 'Copy Image' options. The default value is 5. You can increase this value if you want to generate larger images.

New in SimpleCodeGenerator 1.11 (Apr 29, 2022)

  • Added /Clipboard command line option, which allows you to generate QR Code into the clipboard, for example:
  • SimpleCodeGenerator.exe /Clipboard "https://www.nirsoft.net/utils/qr_code_generator.html"

New in SimpleCodeGenerator 1.10 (Jan 11, 2022)

  • You can now choose the desired error correction level (Low, Medium, Quartile, High) and QR Code versions range (between 1 and 40).
  • Added new command-line options to set the error correction and QR Code version - /ErrorCorrection , /MinVersion , /MaxVersion
  • For example: SimpleCodeGenerator.exe /ErrorCorrection 2 /MinVersion 10 /MaxVersion 40