Skip to content

Commit

Permalink
[plugin|qr] Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Sep 12, 2023
1 parent 7c0e4b9 commit f07f9dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ QR Code generation either with the included `QRCodeRect` node or use the encodin
**QRCodeRect** - [`addons/qr_code/qr_code_rect.gd`](./addons/qr_code/qr_code_rect.gd)

`TextureRect` like node. The texture is updated by itself.
When using byte encoding you can also pass strings for specific ECI values (ISO 8859-1, Shift JIS, UTF-8, UTF-16, US ASCII), the input string will be automatically converted to an byte array.

#### Properties

Expand Down Expand Up @@ -408,6 +409,11 @@ Shift JIS encoding utility.

### Changelog

#### 0.3.1

- Improve inspector properties
- Improve input handling of byte data based on ECI usage

#### 0.3.0

- Make ECI value optional
Expand Down
2 changes: 1 addition & 1 deletion addons/qr_code/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="QR Code"
description="QR Code generator. - MIT License"
author="Iceflower S"
version="0.3.0"
version="0.3.1"
script="plugin.gd"

0 comments on commit f07f9dc

Please sign in to comment.