Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 0.8.5 #44

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Update 0.8.5 #44

merged 2 commits into from
Dec 16, 2023

Conversation

romanin-rf
Copy link
Owner

No description provided.

- Added support for **python3.8**
- Added `on_ready` abstract methods for plugins
- Added new widgets: `PopUpWIndow`, `WaitButton`
- Fixed method `add_sounds_to_list`
- Fixed `seaplayer.plug.cli`
- Updated all child custom modules
@romanin-rf romanin-rf merged commit 2ed909e into main Dec 16, 2023
1 of 2 checks passed

def to_safe(self):
def safe_format(string):
safe_string = re.sub(r"[^A-zА-я0-9+\s]", "", string)

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to [A-Z[]^_`a-z].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant