|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | +## v0.2.2 (2025-02-24) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Deprecated async_add_job ([#26](https://github.com/alandtse/pr_custom_component/pull/26), |
| 9 | + [`11fb41b`](https://github.com/alandtse/pr_custom_component/commit/11fb41b06a080f10ffe9c8bff2509f9e339f2527)) |
| 10 | + |
| 11 | +Co-authored-by: Alan Tse <alandtse@users.noreply.github.com> |
| 12 | + |
| 13 | +- Deprecated_core_config ([#25](https://github.com/alandtse/pr_custom_component/pull/25), |
| 14 | + [`3f3f6f6`](https://github.com/alandtse/pr_custom_component/commit/3f3f6f612914d57b1e1e3cc884b604e80a6fb409)) |
| 15 | + |
| 16 | +### Continuous Integration |
| 17 | + |
| 18 | +- Update actions to 4 |
| 19 | + ([`432659e`](https://github.com/alandtse/pr_custom_component/commit/432659e75df81d052c1d36acd0e7fbc88dcd9718)) |
2 | 20 |
|
3 | | -<!--next-version-placeholder--> |
4 | 21 |
|
5 | 22 | ## v0.2.1 (2023-06-26) |
6 | 23 |
|
7 | | -### Fix |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | +- Remove loop parameter from timeout |
| 27 | + ([`d0d25b3`](https://github.com/alandtse/pr_custom_component/commit/d0d25b3d5de96eecc717467dd8deefaa519eb9d4)) |
| 28 | + |
| 29 | +closes #13 Co-authored-by: Andrew Blackburn <andyblac@icloud.com> |
| 30 | + |
| 31 | +### Build System |
| 32 | + |
| 33 | +- Bump deps |
| 34 | + ([`b782dd2`](https://github.com/alandtse/pr_custom_component/commit/b782dd2f88595692c2de5047ffe9e628e4437470)) |
| 35 | + |
| 36 | +- Fix hassfest errors |
| 37 | + ([`b5393d0`](https://github.com/alandtse/pr_custom_component/commit/b5393d01ef3ae5d5e3d37f6c448ea7b237b9372e)) |
| 38 | + |
| 39 | +- Remove domain key |
| 40 | + ([`5ef2e42`](https://github.com/alandtse/pr_custom_component/commit/5ef2e421f27091948c2316699e318d684e60085d)) |
| 41 | + |
| 42 | +- Update domain key for hacs |
| 43 | + ([`a748aad`](https://github.com/alandtse/pr_custom_component/commit/a748aad655d1b780175d7f38b32cd22c81552c7c)) |
| 44 | + |
| 45 | +- Update hacs.json syntax |
| 46 | + ([`6499dde`](https://github.com/alandtse/pr_custom_component/commit/6499dde9c6d03952e009bfa5a08341d88add1e1b)) |
8 | 47 |
|
9 | | -* Remove loop parameter from timeout ([`d0d25b3`](https://github.com/alandtse/pr_custom_component/commit/d0d25b3d5de96eecc717467dd8deefaa519eb9d4)) |
| 48 | +- Update poetry.lock |
| 49 | + ([`2349c98`](https://github.com/alandtse/pr_custom_component/commit/2349c9846258ea11e9988870d24de70356104bf9)) |
| 50 | + |
| 51 | +### Continuous Integration |
| 52 | + |
| 53 | +- Fix hassfest by adding iot_class |
| 54 | + ([`5bca4bd`](https://github.com/alandtse/pr_custom_component/commit/5bca4bd24324e8e5a78d735f7fbce626086ac78c)) |
| 55 | + |
| 56 | +- Fix python version |
| 57 | + ([`afce835`](https://github.com/alandtse/pr_custom_component/commit/afce8351bf40668776930d1acec7b49f960edde1)) |
| 58 | + |
| 59 | +- Update .gitignore |
| 60 | + ([`edade0c`](https://github.com/alandtse/pr_custom_component/commit/edade0c409dc2a250c7a03bbee07b2e106efec5b)) |
| 61 | + |
| 62 | +- Update semantic release |
| 63 | + ([`906fc2b`](https://github.com/alandtse/pr_custom_component/commit/906fc2bdb7c4f78055a2076746c4fb3a3815261b)) |
10 | 64 |
|
11 | 65 | ### Documentation |
12 | 66 |
|
13 | | -* Switch logo to remove HA house ([`0228592`](https://github.com/alandtse/pr_custom_component/commit/0228592116ff3741c55c42b23ddc2a45b1c468eb)) |
| 67 | +- Switch logo to remove HA house |
| 68 | + ([`0228592`](https://github.com/alandtse/pr_custom_component/commit/0228592116ff3741c55c42b23ddc2a45b1c468eb)) |
| 69 | + |
14 | 70 |
|
15 | 71 | ## v0.2.0 (2021-03-29) |
16 | | -### Feature |
17 | | -* Autogenerate minimal translations ([`55f56d1`](https://github.com/alandtse/pr_custom_component/commit/55f56d109a88d42790f547118eabe4390ce2e6fb)) |
18 | 72 |
|
19 | | -### Fix |
20 | | -* Set device_info model to update version ([`496f95f`](https://github.com/alandtse/pr_custom_component/commit/496f95f04302c2abe8865644501495e86ce8ad15)) |
21 | | -* Convert timestamp to proper semantic version ([`fa4a7b9`](https://github.com/alandtse/pr_custom_component/commit/fa4a7b93040c243d015abbd51c18f3ccfa4310ba)) |
| 73 | +### Bug Fixes |
| 74 | + |
| 75 | +- Convert timestamp to proper semantic version |
| 76 | + ([`fa4a7b9`](https://github.com/alandtse/pr_custom_component/commit/fa4a7b93040c243d015abbd51c18f3ccfa4310ba)) |
| 77 | + |
| 78 | +- Set device_info model to update version |
| 79 | + ([`496f95f`](https://github.com/alandtse/pr_custom_component/commit/496f95f04302c2abe8865644501495e86ce8ad15)) |
22 | 80 |
|
23 | 81 | ### Documentation |
24 | | -* Switch to weekly commit-activity ([`065ac17`](https://github.com/alandtse/pr_custom_component/commit/065ac17156e961be6be9f4ca5377cbc42a2d349f)) |
25 | | -* Fix commit shield ([`653cbaf`](https://github.com/alandtse/pr_custom_component/commit/653cbaf0d489a8f8aa217f0d93606cc409614b7c)) |
| 82 | + |
| 83 | +- Fix commit shield |
| 84 | + ([`653cbaf`](https://github.com/alandtse/pr_custom_component/commit/653cbaf0d489a8f8aa217f0d93606cc409614b7c)) |
| 85 | + |
| 86 | +Signed-off-by: Alan Tse <alandtse@gmail.com> |
| 87 | + |
| 88 | +- Switch to weekly commit-activity |
| 89 | + ([`065ac17`](https://github.com/alandtse/pr_custom_component/commit/065ac17156e961be6be9f4ca5377cbc42a2d349f)) |
| 90 | + |
| 91 | +Signed-off-by: Alan Tse <alandtse@gmail.com> |
| 92 | + |
26 | 93 |
|
27 | 94 | ## v0.1.4 (2021-03-23) |
28 | | -### Fix |
29 | | -* Fix import error of Typing ([`3e6c49c`](https://github.com/alandtse/pr_custom_component/commit/3e6c49c2c436beb4cec8c2b1bbd808890960ac95)) |
| 95 | + |
| 96 | +### Features |
| 97 | + |
| 98 | +- Autogenerate minimal translations |
| 99 | + ([`55f56d1`](https://github.com/alandtse/pr_custom_component/commit/55f56d109a88d42790f547118eabe4390ce2e6fb)) |
| 100 | + |
30 | 101 |
|
31 | 102 | ## v0.1.3 (2021-03-23) |
32 | | -### Fix |
33 | | -* Add check to avoid deleting custom_components ([`6cc9c62`](https://github.com/alandtse/pr_custom_component/commit/6cc9c62849a280cad07e7984eeacca1eb7200324)) |
34 | 103 |
|
35 | | -### Documentation |
36 | | -* Fix typo in readme ([`9ed87af`](https://github.com/alandtse/pr_custom_component/commit/9ed87af02848cd0c27693ac1801b06bf47343221)) |
37 | | -* Resize images ([`8088b3d`](https://github.com/alandtse/pr_custom_component/commit/8088b3d13e76f659a569c3aab2699f96d4733949)) |
| 104 | +### Bug Fixes |
| 105 | + |
| 106 | +- Fix import error of Typing |
| 107 | + ([`3e6c49c`](https://github.com/alandtse/pr_custom_component/commit/3e6c49c2c436beb4cec8c2b1bbd808890960ac95)) |
| 108 | + |
38 | 109 |
|
39 | 110 | ## v0.1.2 (2021-03-23) |
40 | | -### Fix |
41 | | -* Remove redundant ha core requirements ([`8b4896a`](https://github.com/alandtse/pr_custom_component/commit/8b4896a475e74549c368cc64ab313b372d49c402)) |
| 111 | + |
| 112 | +### Bug Fixes |
| 113 | + |
| 114 | +- Add check to avoid deleting custom_components |
| 115 | + ([`6cc9c62`](https://github.com/alandtse/pr_custom_component/commit/6cc9c62849a280cad07e7984eeacca1eb7200324)) |
| 116 | + |
| 117 | +- Remove redundant ha core requirements |
| 118 | + ([`8b4896a`](https://github.com/alandtse/pr_custom_component/commit/8b4896a475e74549c368cc64ab313b372d49c402)) |
| 119 | + |
| 120 | +### Build System |
| 121 | + |
| 122 | +- Add bandit config |
| 123 | + ([`4a7fbb1`](https://github.com/alandtse/pr_custom_component/commit/4a7fbb1c9fc43c29f9f95116bae07adb99ab0f90)) |
| 124 | + |
| 125 | +### Continuous Integration |
| 126 | + |
| 127 | +- Fix directory structure |
| 128 | + ([`e9cf68d`](https://github.com/alandtse/pr_custom_component/commit/e9cf68d50dc7a4c214c9585c4b12a053a0e1608e)) |
| 129 | + |
| 130 | +- Update pre-commit |
| 131 | + ([`3382546`](https://github.com/alandtse/pr_custom_component/commit/338254611918e40739bb0e0a4e7de570373b7386)) |
| 132 | + |
| 133 | +- Use poetry to run tests |
| 134 | + ([`793dd9a`](https://github.com/alandtse/pr_custom_component/commit/793dd9ae17eda893f2d436347a7ca6483ce8c8bd)) |
| 135 | + |
| 136 | +### Documentation |
| 137 | + |
| 138 | +- Fix typo in readme |
| 139 | + ([`9ed87af`](https://github.com/alandtse/pr_custom_component/commit/9ed87af02848cd0c27693ac1801b06bf47343221)) |
| 140 | + |
| 141 | +- Resize images |
| 142 | + ([`8088b3d`](https://github.com/alandtse/pr_custom_component/commit/8088b3d13e76f659a569c3aab2699f96d4733949)) |
| 143 | + |
42 | 144 |
|
43 | 145 | ## v0.1.1 (2021-03-21) |
44 | | -### Fix |
45 | | -* Add version key to manifest.json ([`9966060`](https://github.com/alandtse/pr_custom_component/commit/9966060a08d124a69c079947c317f4dd3841d0da)) |
| 146 | + |
| 147 | +### Bug Fixes |
| 148 | + |
| 149 | +- Add version key to manifest.json |
| 150 | + ([`9966060`](https://github.com/alandtse/pr_custom_component/commit/9966060a08d124a69c079947c317f4dd3841d0da)) |
| 151 | + |
| 152 | +### Build System |
| 153 | + |
| 154 | +- Add additional linters |
| 155 | + ([`34809ab`](https://github.com/alandtse/pr_custom_component/commit/34809ab32fae21722be127762e31a28650912c7a)) |
| 156 | + |
| 157 | +- Add dependencies to manifest.json |
| 158 | + ([`116dff1`](https://github.com/alandtse/pr_custom_component/commit/116dff1c31a64b47885b28583c6d239bfde6f23e)) |
| 159 | + |
| 160 | +### Code Style |
| 161 | + |
| 162 | +- Fix lint errors |
| 163 | + ([`bd5beae`](https://github.com/alandtse/pr_custom_component/commit/bd5beae02fe74a479694c763c7d6882d93744b4c)) |
| 164 | + |
| 165 | +### Continuous Integration |
| 166 | + |
| 167 | +- Add push to dev |
| 168 | + ([`89c7295`](https://github.com/alandtse/pr_custom_component/commit/89c72957237b177869a8ededd1cab8c183a479ba)) |
| 169 | + |
| 170 | +- Add release zipping |
| 171 | + ([`ba492f9`](https://github.com/alandtse/pr_custom_component/commit/ba492f993164fbda36b46287550ad3199b43f65c)) |
46 | 172 |
|
47 | 173 | ### Documentation |
48 | | -* Add download stats ([`4915f2a`](https://github.com/alandtse/pr_custom_component/commit/4915f2aface4765989e67ab186f4f5b5f45ffd2d)) |
49 | | -* Add logo ([`9015830`](https://github.com/alandtse/pr_custom_component/commit/90158300803a25989dab8953bd9eb77a982a2792)) |
| 174 | + |
| 175 | +- Add download stats |
| 176 | + ([`4915f2a`](https://github.com/alandtse/pr_custom_component/commit/4915f2aface4765989e67ab186f4f5b5f45ffd2d)) |
| 177 | + |
| 178 | +- Add logo |
| 179 | + ([`9015830`](https://github.com/alandtse/pr_custom_component/commit/90158300803a25989dab8953bd9eb77a982a2792)) |
| 180 | + |
50 | 181 |
|
51 | 182 | ## v0.1.0 (2021-03-20) |
52 | | -### Feature |
53 | | -* Initial commit ([`9445468`](https://github.com/alandtse/pr_custom_component/commit/94454682438ba518a000b2b56696cd37c3402ddb)) |
| 183 | + |
| 184 | +### Features |
| 185 | + |
| 186 | +- Initial commit |
| 187 | + ([`9445468`](https://github.com/alandtse/pr_custom_component/commit/94454682438ba518a000b2b56696cd37c3402ddb)) |
0 commit comments