Releases: PyroCalzone/MechVibesPlusPlus
v2.4.0
- Installer should now check for Visual C++ 2015-2019 on launch and prompt the user to install if it's not found.
- Program should now ask for admin permissions when launched, to prevent permission errors.
- Fixed two issues stopping the program from working correctly on first launch
- Program would error out if custom sound pack folders weren't detected, now warns the user that an error was caught.
- On first launch, there would be no selected pack, but the pack drop down would look like there was a pack selected, leading to confusion.
v2.4.0-beta
- Added CPS limiter for Cacti#8752
v2.3.1
- Removed the ability to select text on the application, this will result in a cleaner look.
- Changed the default window size to 450x730, this will result in the volume number not shifting to a new line when it reaches 2 digits.
- Added a warning message when mouse sounds are disabled. This warning message will contain instructions on how to enable mouse sounds.
Reminder, we have added a new suggestions page on the discord, please use that for ideas!
If you are a programmer, please submit pull requests, that will allow us to add your code into the project easily.
v2.3.0
v2.3.0
- Added back NK cream sounds (Not sure what happened to them)
- Removed 5 incremental steps when changing sound volume. The program will now increment volume at a step of 1. (Suggestion of օʍɨӄɨ#1 and Razze#4230)
Side note! I attempted to remove the 100% limit on sound so you can go up to 200%, this isn't possible with howler.js, the package we use to play sound on your computer. I'll look into solving this issue in the future.
I am in the process of adding more suggestions, reminder that the google form is still open. If you have suggestions then please add them there. Sound packs are not a suggestion, if you have a suggestion please go in to detail on what you mean, some of this stuff is undecipherable.
If you are a programmer, please submit pull requests, that will allow us to add your code into the project easily.
v2.2.3
v2.2.3
- Added support for reloading your soundpack folders without needed to close and reopen the application! (Check system tray.)
v2.2.2
v2.2.2
- Removed bug where sounds would repeat themselves if two keys were pressed at one time.
- Changed code so that you can press two keys down and have both of their key release sounds played if you have Key Up Sounds on.
- Key-press indicator on application reflects this multi-key press state as well.
v2.2.1
- Fixed building information.
v2.2.0
- Added a refresh button for soundpacks.
v2.1.0
- Fixed random sounds (No longer spams)
- Added a way to open the devtools whilst using the program through system tray.
v2.0.0
- Redid the randomization system. Now modifier and stabilized keys won't be randomized
- I am changing how I do version tags.