Skip to content

Commit 52ebe3a

Browse files
committed
security issue patch
1 parent e1e0f67 commit 52ebe3a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

OU Dictionary Editor/OpenUtau_Dictionary_Editor.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Dictionary(tk.Tk):
7272
self.localization_var = tk.StringVar(value=selected_local)
7373
current_local = config.get('Settings', 'current_local', fallback='English')
7474
self.local_var = tk.StringVar(value=current_local)
75-
self.current_version = "v0.8.5"
75+
self.current_version = "v0.8.6"
7676

7777
# Set window title
7878
self.base_title = "OpenUTAU Dictionary Editor"

OU Dictionary Editor/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22
---
3+
**`(6/6/24)`**
4+
- Fixed security issue with the executable file
5+
36
**`(5/24/24)`**
47
- 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)
58
- Update cache files when saving the dictionary files

OU Dictionary Editor/plugin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name=Dictionary Editor v0.8.5
1+
name=Dictionary Editor v0.8.6
22
execute=OpenUtau_Dictionary_Editor.exe

0 commit comments

Comments
 (0)