Commit c2f90da
committed
chore(release): set
# 1.0.0 (2023-05-21)
### Bug Fixes
* exclude variable from compilation when feature is not enabled ([933dac5](933dac5))
* only set windows_subsystem to windows when not in debug mode ([de34a2e](de34a2e))
* **osc:** ignore error when sending fails due to no receivers ([afd1474](afd1474))
* **pishock:** do not send quickshock when value is negative ([1b95b2f](1b95b2f))
* **pishock:** handle lagging receiver ([69736b6](69736b6))
* **tray:** use correct rc icon names ([c03ca5c](c03ca5c))
### Features
* add better logging facilities ([702f7aa](702f7aa))
* add option to disable activity check ([95cd797](95cd797))
* add rudimentary Windows support ([76d80bd](76d80bd))
* add toggle to switch from light to dark mode icons ([08d098d](08d098d))
* add tray icon support for windows ([7718c81](7718c81))
* add tray option to reload plugins ([37d3c97](37d3c97))
* allow picking specific plugins for compilation ([1ab8876](1ab8876))
* always run the the listener and sender in the background ([e0a02ad](e0a02ad))
* initial commit ([9cea486](9cea486))
* initial rework to plugin based architecture ([8a0b1fc](8a0b1fc))
* **pishock:** add boolean parameter indicating shock activity ([874f1c2](874f1c2))
* **pishock:** add intensity cap ([8f9f32f](8f9f32f))
* **pishock:** add quick shock ([aaa9e03](aaa9e03))
* **pishock:** parse response and emit log output ([967eaf5](967eaf5))
* **pishock:** send strength parameter when avatar loads ([0087c49](0087c49))Cargo.toml to 1.0.0 [skip ci]1 parent 86c384c commit c2f90da
2 files changed
+31
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments