Open
Conversation
Clarification on how schedule options work.
repeat = 0 does not repeat infinitely. It would be a nice feature though, but I can't currently validate the change (repeat.py and def __play_events(self): => check if repeat_times == 0, then repeat_times = float('inf') # Repeat indefinitely if 'times' is set to 0.
Update TUTORIAL.md with detail on schedule options
Bulgarian translations
…infinite_repeat Added checkbox for infinite repetition
….1.9.4 to 1.2.0
cache settings in memory so we don't repeatedly read the settings file
1. Added a status bar to main window. 2. Added a new boolean option, accessible from options menu: Options | Recordings | Show events on status bar 3. Show event info on status bar during recording if the option is checked.
…language files Change the way language files are loaded: * load the current language file * if the current language is not English, load the English file, then copy over entries that are in the English file but not in the current language file This way, when we add a new string, we don't need to update all language files at the same time. We can add the new string to English language file first, and the other language files can be updated gradually by translators.
…added if checked)
cache settings in memory
Fixed combination keys not working LOUDO56#85
Optimized settings import
feat(lang): add ru-RU lang
Minor code fixes and small improvements
Updated the ko-fi username in the funding configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Hello!
I've added Korean (ko-KR) translation to make this great tool more accessible to Korean users.
Thank you for maintaining this project!