Skip to content

Releases: DASPRiD/vrc-osc-manager

v3.0.0

26 Oct 15:36
Compare
Choose a tag to compare

3.0.0 (2024-10-26)

Bug Fixes

  • windows: use concrete types in platform (815c9a3)

Features

  • rewrite application with UI support (0b00a98)

BREAKING CHANGES

  • Old configs will not work anymore after this.

v2.2.0

22 Nov 14:42
Compare
Choose a tag to compare

2.2.0 (2023-11-22)

Features

  • add media_control plugin (35bf42f)

v2.1.0

23 Sep 12:24
Compare
Choose a tag to compare

2.1.0 (2023-09-23)

Features

  • log: use line limit instead of hourly limit (51c575f)
  • pishock: allow configuring multiple codes (16d0d22)

v2.0.0

27 Aug 14:31
Compare
Choose a tag to compare

2.0.0 (2023-08-27)

Features

BREAKING CHANGES

  • Will not work with older VRChat versions which do not support OSC query.

v1.1.2

11 Jun 14:01
Compare
Choose a tag to compare

1.1.2 (2023-06-11)

Bug Fixes

  • pishock: use passed duration argument instead of config (b1f7c60)

v1.1.1

09 Jun 10:47
Compare
Choose a tag to compare

1.1.1 (2023-06-09)

Bug Fixes

  • pishock: clamp quick shocks to intensity cap (f3bbb2c)

v1.1.0

04 Jun 15:29
Compare
Choose a tag to compare

1.1.0 (2023-06-04)

Bug Fixes

  • tray: perform clean shutdown on exit (df5bbbc)

Features

  • pishock: add dynamic intensity cap (700a70a)

v1.0.0

21 May 13:14
Compare
Choose a tag to compare

1.0.0 (2023-05-21)

Bug Fixes

  • exclude variable from compilation when feature is not enabled (933dac5)
  • only set windows_subsystem to windows when not in debug mode (de34a2e)
  • osc: ignore error when sending fails due to no receivers (afd1474)
  • pishock: do not send quickshock when value is negative (1b95b2f)
  • pishock: handle lagging receiver (69736b6)
  • tray: use correct rc icon names (c03ca5c)

Features

  • add better logging facilities (702f7aa)
  • add option to disable activity check (95cd797)
  • add rudimentary Windows support (76d80bd)
  • add toggle to switch from light to dark mode icons (08d098d)
  • add tray icon support for windows (7718c81)
  • add tray option to reload plugins (37d3c97)
  • allow picking specific plugins for compilation (1ab8876)
  • always run the the listener and sender in the background (e0a02ad)
  • initial commit (9cea486)
  • initial rework to plugin based architecture (8a0b1fc)
  • pishock: add boolean parameter indicating shock activity (874f1c2)
  • pishock: add intensity cap (8f9f32f)
  • pishock: add quick shock (aaa9e03)
  • pishock: parse response and emit log output (967eaf5)
  • pishock: send strength parameter when avatar loads (0087c49)