Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 24, 2024
1 parent 8df2265 commit 88819d4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 0.1.0 (2024-02-24)


### Features

* add auto-layout ([#9](https://github.com/Lfu001/tears/issues/9)) ([419ae02](https://github.com/Lfu001/tears/commit/419ae02f4b136bec63c548f68813131ae9489457))
* add container ([#10](https://github.com/Lfu001/tears/issues/10)) ([4732d6d](https://github.com/Lfu001/tears/commit/4732d6d83cf0bb4d1e716ad8bc24dd0b54ad74d9))
* add OpenGL drawer ([#12](https://github.com/Lfu001/tears/issues/12)) ([381fbe0](https://github.com/Lfu001/tears/commit/381fbe05fa00409fc257ef378001091b9f9da76c))
* add shapes ([#16](https://github.com/Lfu001/tears/issues/16)) ([243efee](https://github.com/Lfu001/tears/commit/243efee423c4ffa2c0f7d167394af7957e22ea50))
* add View ([#6](https://github.com/Lfu001/tears/issues/6)) ([b149529](https://github.com/Lfu001/tears/commit/b1495291aaf8473f8851dc114bce17a84a8226e0))
* add ZStack ([#11](https://github.com/Lfu001/tears/issues/11)) ([c0b6078](https://github.com/Lfu001/tears/commit/c0b6078ded692321188e355b30c554aaf1fc0c84))
* support no break mode in tears_assert() ([#7](https://github.com/Lfu001/tears/issues/7)) ([6b18c88](https://github.com/Lfu001/tears/commit/6b18c884fbd5913ee61bfda247c928a6a1739566))


### Bug Fixes

* fix blend setting bug ([#15](https://github.com/Lfu001/tears/issues/15)) ([77da7c7](https://github.com/Lfu001/tears/commit/77da7c77994d9fcb4986170da44564ad7ea90d92))
* fix flag setter ([#8](https://github.com/Lfu001/tears/issues/8)) ([0eab104](https://github.com/Lfu001/tears/commit/0eab1048db1dec31bc297f528d87b134a8e27e71))
* fix layout algorithm ([#19](https://github.com/Lfu001/tears/issues/19)) ([8df2265](https://github.com/Lfu001/tears/commit/8df2265b9efc5a37c4966b96b95d5893f6525221))
* fix screen scale calculation of matrix stack ([#18](https://github.com/Lfu001/tears/issues/18)) ([48a6e80](https://github.com/Lfu001/tears/commit/48a6e80f4785c970ced2d46bcb11fbd329200979))
* Support relative coordinate ([#14](https://github.com/Lfu001/tears/issues/14)) ([012c1b9](https://github.com/Lfu001/tears/commit/012c1b9894e3d099d06367089e258a1ad4f6a8a9))


### Miscellaneous Chores

* release 0.1.0 ([8d5d225](https://github.com/Lfu001/tears/commit/8d5d2256525416a32352e8355a23355b0f588de7))

0 comments on commit 88819d4

Please sign in to comment.