Skip to content

Releases: Eustrosoft/QRGenerator

1.1.7

27 Oct 16:35
Compare
Choose a tag to compare
  • Added telegram bot
  • Added ability to start bot with shell scripts
  • Updated makefile

1.1.6

13 Sep 16:17
Compare
Choose a tag to compare
  • Added support for last types of qr code generation in jsp
  • Bugfix in servlet for stream closing

1.1.5

22 Jun 17:07
Compare
Choose a tag to compare
  • Fixed a lot of issues
  • Added Location in generation
  • Site in QXYZ generation was used as a base redirect URL now, following with arguments

1.1.4

04 Apr 19:37
Compare
Choose a tag to compare

New params for Eustrosoft part

QRDto was added as standard interface for generating qr codes params

Added QREustrosoftParams class to manipulate new parameters, as q, p, d, site

New parameter was added in web.xml BASIC_REDIRECT_URL to set url builder first path, that will connect the other

Logic to create qr:

If has `q` param - generation will fo through EustrosoftPath. Project has QRParamFactory to check the way to build QRParams
Other params are optional for eustrosoft and has default values:
 - Size (165)
 - Color (black)
 - Background (white)
 - Error correction (L)
 - File type (png)

Other way - fill text param.

1.1.3

04 Apr 16:35
Compare
Choose a tag to compare

Hotfix bugs with text and substring

1.1.2

02 Apr 20:51
Compare
Choose a tag to compare

Added symbols limiter in jsp and server-side of 1900 symbols of text to avoid crashing and url errors

1.1.1

30 Mar 10:50
Compare
Choose a tag to compare

Added utf-8 support, correction level and removed additional parameter - height, that is not needed for sqare-shaped qr code

1.1.0

29 Mar 15:28
Compare
Choose a tag to compare

Released 29.03.2024