From 08940171fe00f58c173449ecc4452cbf51ab8b00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:49:51 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..120b716 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## 0.1.0 (2024-09-08) + + +### 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 spacer ([#27](https://github.com/Lfu001/tears/issues/27)) ([4ad13cb](https://github.com/Lfu001/tears/commit/4ad13cb7c67472d3d28fa2c308302ad5292e07bc)) +* 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)) +* support view blurring ([#25](https://github.com/Lfu001/tears/issues/25)) ([20605b3](https://github.com/Lfu001/tears/commit/20605b3a69246a124f922117e5251c11874a687b)) + + +### 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))