Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.9.0 #65

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

ARENA-unity notable changes. Started 2021-11-30 (version 0.0.1).

## [0.9.0](https://github.com/arenaxr/arena-unity/compare/v0.8.0...v0.9.0) (2023-03-07)


### Features

* **line/thickline:** support object type, also LineRenderer to ([07d832f](https://github.com/arenaxr/arena-unity/commit/07d832f6de8eae2d304ab1943fd22d779b4a15c4))
* **mqtt:** add publish frequency override values per object/camera ([#66](https://github.com/arenaxr/arena-unity/issues/66)) ([370ebac](https://github.com/arenaxr/arena-unity/commit/370ebac6b71151ffdee4b0ea9ad3ec9a42d64e87))
* **thickline:** support prescreened lineWidthStyler algorithms ([f156394](https://github.com/arenaxr/arena-unity/commit/f1563948eda86b7cf4839b88db521d2996a322c9))


### Bug Fixes

* **laser:** add program choice to use laser line or thickline ([0b71b8a](https://github.com/arenaxr/arena-unity/commit/0b71b8aae2084427583db1b5bf0efd58f205f895))
* **material:** improved opacity irregularity in rendering ([1f02a4b](https://github.com/arenaxr/arena-unity/commit/1f02a4b604d8210dd851a0b1bcf361a9a87bd948))
* **material:** use Fade mode for opacity<1 trans==true ([d104a39](https://github.com/arenaxr/arena-unity/commit/d104a39ebe1daa35756167387931d6bfc898e48f))
* **mqtt:** fixed timestamp format ([aec6434](https://github.com/arenaxr/arena-unity/commit/aec6434634450c2e31b0d23b09d0bf673508d207))
* **mqtt:** fixed UTC Zulu timestamp ([0ee16fe](https://github.com/arenaxr/arena-unity/commit/0ee16fe7c25e01afbd12c2fce22c9c20fc10bdce))

## [0.8.0](https://github.com/arenaxr/arena-unity/compare/v0.7.1...v0.8.0) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.conix.arena.unity",
"version": "0.8.0",
"version": "0.9.0",
"displayName": "ARENA Library for Unity",
"description": "Enables control of ARENA assets through Unity.",
"unity": "2019.4",
Expand Down