Skip to content

Commit c9ac6cb

Browse files
committed
v1.7.9 released
1 parent 4a7230d commit c9ac6cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OU Dictionary Editor/OpenUtau_Dictionary_Editor.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Dictionary(TkinterDnD.Tk):
132132
self.local_var = tk.StringVar(value=self.current_local)
133133
self.selected_g2p = config.get('Settings', 'g2p', fallback="Arpabet-Plus G2p")
134134
self.g2p_var = tk.StringVar(value=self.selected_g2p)
135-
self.current_version = "v1.7.5"
135+
self.current_version = "v1.7.9"
136136

137137
# Set window title
138138
self.base_title = "OpenUTAU Dictionary Editor"

OU Dictionary Editor/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22
---
3-
**`(6/--/25)`**
3+
**`(6/7/25)`**
44
- Fixed Append YAML to include list replacements
55
- Fixed CSV and TSV errors out when the file has BOM attributes
66
- Support Appending CSV and TSV 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 v1.7.5
1+
name=Dictionary Editor v1.7.9
22
execute=OpenUtau_Dictionary_Editor.exe

0 commit comments

Comments
 (0)