Open
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Log
New Save System: Implemented a new save system using Properties, making it easier to maintain and use. No privacy concerns are involved with this type of saving.
Custom Themes: Introduced a flexible theming system that allows users to create and share fully custom themes, moving beyond just light and dark modes. This update includes five default themes: Light, Dark, Nature, Earth, and Glass. Theme .xaml files now control more UI elements for enhanced customizability.
New Features:
"Hold" Click Type: Added a new "Hold" option as a click type for more interactive control.
"Save All Settings" Option: Based on user feedback, a new setting was added that enables automatic saving of all user inputs.
Improved Visual Feedback: Additional visual cues have been introduced to better indicate when clicking is active. A dot and text in the top-left corner provide clearer status, addressing issues in certain themes where it was hard to tell from the start/stop buttons alone.
Jittering: Introduced a jittering feature to make movements appear more human-like. It works with custom coordinates by altering the location, delay, and interpolation of movements to mimic human behavior. Some applications may detect this form of automated clicking. Users can adjust the level of jittering in the settings menu on a scale of 0 (disabled) to 5 (maximum jittering).
Keybinding Fix: Fixed an issue where special keys would crash the application in the keybinding section.
Process Selection: Began development of process selection functionality (currently incomplete and marked out due to functionality issues).
Bug Fixes: Addressed several minor bugs to improve overall stability.