Skip to content

Commit

Permalink
security issue patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadlaxa committed Jun 6, 2024
1 parent e1e0f67 commit 52ebe3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OU Dictionary Editor/OpenUtau_Dictionary_Editor.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Dictionary(tk.Tk):
self.localization_var = tk.StringVar(value=selected_local)
current_local = config.get('Settings', 'current_local', fallback='English')
self.local_var = tk.StringVar(value=current_local)
self.current_version = "v0.8.5"
self.current_version = "v0.8.6"

# Set window title
self.base_title = "OpenUTAU Dictionary Editor"
Expand Down
3 changes: 3 additions & 0 deletions OU Dictionary Editor/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
---
**`(6/6/24)`**
- Fixed security issue with the executable file

**`(5/24/24)`**
- Use compressed cache for loading dictionary files for better performance (startup will be slow on big files cuz of loading the file itself + creating the cache for the first time)
- Update cache files when saving the dictionary files
Expand Down
2 changes: 1 addition & 1 deletion OU Dictionary Editor/plugin.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=Dictionary Editor v0.8.5
name=Dictionary Editor v0.8.6
execute=OpenUtau_Dictionary_Editor.exe

0 comments on commit 52ebe3a

Please sign in to comment.