Skip to content

Commit c2f90da

Browse files
chore(release): set Cargo.toml to 1.0.0 [skip ci]
# 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))
1 parent 86c384c commit c2f90da

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 1.0.0 (2023-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* exclude variable from compilation when feature is not enabled ([933dac5](https://github.com/DASPRiD/vrc-osc-manager/commit/933dac56b0b0cd38a7a779716fd4b24a83c1871f))
7+
* only set windows_subsystem to windows when not in debug mode ([de34a2e](https://github.com/DASPRiD/vrc-osc-manager/commit/de34a2eb68ddbbff7308dce7635218ebed62c7dc))
8+
* **osc:** ignore error when sending fails due to no receivers ([afd1474](https://github.com/DASPRiD/vrc-osc-manager/commit/afd14742cc79ca4335910141a96f98c0cbfadc62))
9+
* **pishock:** do not send quickshock when value is negative ([1b95b2f](https://github.com/DASPRiD/vrc-osc-manager/commit/1b95b2f9de50ded38204fb7e70d1cfb08eee8764))
10+
* **pishock:** handle lagging receiver ([69736b6](https://github.com/DASPRiD/vrc-osc-manager/commit/69736b6eb53280363e6a9265c6be259d2fc8f51e))
11+
* **tray:** use correct rc icon names ([c03ca5c](https://github.com/DASPRiD/vrc-osc-manager/commit/c03ca5cd13f25c1e042d4c11a3b361c5e6e14fec))
12+
13+
14+
### Features
15+
16+
* add better logging facilities ([702f7aa](https://github.com/DASPRiD/vrc-osc-manager/commit/702f7aacc44755ad3bbe2ff7b6f3d0b74a5b9b39))
17+
* add option to disable activity check ([95cd797](https://github.com/DASPRiD/vrc-osc-manager/commit/95cd797bce63ecbebb042b8568a6e8c876c08f7d))
18+
* add rudimentary Windows support ([76d80bd](https://github.com/DASPRiD/vrc-osc-manager/commit/76d80bdeb5f6106a6ad23d5c68b0f68443d0ca09))
19+
* add toggle to switch from light to dark mode icons ([08d098d](https://github.com/DASPRiD/vrc-osc-manager/commit/08d098dc0126335a2f964ad6bcac79c503034b8c))
20+
* add tray icon support for windows ([7718c81](https://github.com/DASPRiD/vrc-osc-manager/commit/7718c81ec7134607431130bb7bdd0b0d5e4fb40c))
21+
* add tray option to reload plugins ([37d3c97](https://github.com/DASPRiD/vrc-osc-manager/commit/37d3c973d45c1487c6b3b7704c534b0ce0172c66))
22+
* allow picking specific plugins for compilation ([1ab8876](https://github.com/DASPRiD/vrc-osc-manager/commit/1ab88768ac7bd42e70ab7b76bc38ce77f29305c3))
23+
* always run the the listener and sender in the background ([e0a02ad](https://github.com/DASPRiD/vrc-osc-manager/commit/e0a02ad26379fd3d98756656dc2b530662292416))
24+
* initial commit ([9cea486](https://github.com/DASPRiD/vrc-osc-manager/commit/9cea486f6c749a0135afe8b3dac8514425320015))
25+
* initial rework to plugin based architecture ([8a0b1fc](https://github.com/DASPRiD/vrc-osc-manager/commit/8a0b1fc99f79775176eda0f6ed247a3d90ab6fd2))
26+
* **pishock:** add boolean parameter indicating shock activity ([874f1c2](https://github.com/DASPRiD/vrc-osc-manager/commit/874f1c2e7743558eb01bf3d82e6cd679a07b2ea2))
27+
* **pishock:** add intensity cap ([8f9f32f](https://github.com/DASPRiD/vrc-osc-manager/commit/8f9f32fccef1ffaa4da7f6c2389934f16d141297))
28+
* **pishock:** add quick shock ([aaa9e03](https://github.com/DASPRiD/vrc-osc-manager/commit/aaa9e030caa1193a8f73e16747e4ce5d2c7ee2cb))
29+
* **pishock:** parse response and emit log output ([967eaf5](https://github.com/DASPRiD/vrc-osc-manager/commit/967eaf5cb9477e0e170a25071116354aed92ab53))
30+
* **pishock:** send strength parameter when avatar loads ([0087c49](https://github.com/DASPRiD/vrc-osc-manager/commit/0087c4910ae6c5c23d92dc7f80b3e3e728cfc09b))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "vrc-osc-manager"
33
description = "OSC client for managing VRChat accessories"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
edition = "2021"
66
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
77
readme = "README.md"

0 commit comments

Comments
 (0)