Skip to content

Commit

Permalink
Last commit before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 6, 2022
1 parent c8b09d5 commit a44af16
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 24,856 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

# 3.4.1

- Support for other Barcode Markers #469:
- AR_MATRIX_CODE_5x5_BCH_22_12_5
- AR_MATRIX_CODE_5x5_BCH_22_7_7
- AR_MATRIX_CODE_5x5
- AR_MATRIX_CODE_6x6
- New `arjs-nft-init-data` event to get importan NFT marker data (width, height and dpi) #469;
- Fix for oriantation on iOS #432
- Typo fix in an example #431
# 3.4.0

- New gh build script to compile libs see #415
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please import the one you need for your project, not both:
You can also import a specific version replacing `master` keyword with version tag:

```html
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.0/aframe/build/aframe-ar-nft.js">
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.1/aframe/build/aframe-ar-nft.js">
```
## Get started
Expand Down
Loading

0 comments on commit a44af16

Please sign in to comment.