Skip to content

Releases: Lioncat6/OSC-Chat-Tools

Version 1.5.1

09 Aug 03:47

Choose a tag to compare

Small Update

  • Redid behavior panel UI
  • Added dark mode (Can be disabled in the options panel)
  • Turned more bugs into features
  • Redid how the Play Time counter works to instead look for VRChat.exe and get its creation time via pid (make sure to update the variables in the layout ⏳{hours}:{remainder_minutes} is the new default)

Version 1.5.0 - Another UI Update

29 Jul 19:48

Choose a tag to compare

Version 1.5.0

  • Reworked the Layout UI (Like Completely)
    • Instead of a top/bottom system, it's now an add and re-arrange system
    • allows for a bunch more freedom and cool stuff like new lines and vertical barriers between objects
  • Added a system to convert old UI layouts to new ones
  • The listen server no longer runs the foreword server and instead listens to the osc directly when osc listening is unselected.
  • Lots of bug fixes and error catches
  • No longer crashes when your device has no internet
  • Added GPU Placeholder cause the current method of grabbing the GPU usage causes a cmd window to repeatedly appear
  • Added Mic Mute Monitor
  • Added Play Time Monitor
  • Added placeholder for STT (I promise it's coming soon :D)
  • Added templates for all objects in the behavior tab (Like the song display one)
  • Added vertical dividers
  • Gave dividers their own behavior category
  • Gave music its own behavior category
  • The text object now supports new line characters (\n) in the chatbox and respects them! (meaning multi-line animated text is a thing now!!!)
  • Added more RAM variables and changed the default RAM template. Added available RAM, total RAM, and RAM used
  • The thing has an icon now

Version 1.4.20

07 Jul 07:41

Choose a tag to compare

Version 1.4.20

  • Added Very Experimental OSC Options (More on that coming soon!)
  • Added an output tab and debug logging options

Version 1.4.1

05 Jul 21:17

Choose a tag to compare

Version 1.4.1

  • Tired of your config file resetting every new update? Now It won't with the addition of config file versions! (Well except this update of course as the file from before this update doesn't have a version and therefore I can't actually know what's in it...)
  • Added some polishes to the update checking
  • Various Bug Fixes

Version 1.4.0

05 Jul 07:48

Choose a tag to compare

Version 1.4.0

  • Update Checker
  • Bug Fixes (Probably)

Version 1.3.69

04 Jul 08:57

Choose a tag to compare

Version 1.3.69 - Hotfix

  • Fixed some bugs (duh)
  • Error messages show now :D
  • Added HR customization (ish)
  • Added new placeholder OSC Options Page

Version 1.3.0

28 Jun 21:36

Choose a tag to compare

Version 1.3.0

  • Added Heartrate Data Through Pulsoid
  • Fixed issue with the open config file button
  • Added customizable dividers
  • Added check for the Windows WMI service shutting down (Used for song info), prompting the user to restart their system to resolve the problem

Version 1.2.5

25 Jun 05:14

Choose a tag to compare

Version 1.2.5

  • Renamed the Options tab to Behavior to better suit its functionality
  • Added keybinding functionality through the new Keybindings tab
  • Replaced the Layout Help tab with a new Options tab (confusing, am I right)
  • Added the option to minimize on startup

Full Changelog: v1.2.0...v1.2.5

Version 1.2.0

24 Jun 06:01
bd55321

Choose a tag to compare

More crap that works!

  • Fixed the version scheme so now 1.10<1.2.0 (don't worry about it)
  • Added AFK feature back in from pre ui
  • removed redundant module importing cause PyInstaller bundles them
  • Added the ability to customize how the music text looks
  • Added the ability to remove the middle divider and the outside borders
  • Added the ability to show (paused) when the music track is paused
  • Added the ability to hide the music when paused
  • Made it so that instead of showing a space in the chatbox when there is no text, it is hidden completely
  • Added the ability only to show music whenever the song changes and the ability to customize how long it's shown for

Version 1.1.0 - UI Update!

17 Jun 21:27
bd55321

Choose a tag to compare

Basically completely redid how the code works

  • The top and bottom halves of the chatbox are completely separate and customizable
  • added UI! (this took way too long)
  • minor quality-of-life improvements