Skip to content

Commit

Permalink
v1.4.2 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadlaxa committed Aug 3, 2024
1 parent 364bdbd commit 0a4fd28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions OU Dictionary Editor/OpenUtau_Dictionary_Editor.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Dictionary(TkinterDnD.Tk):
self.local_var = tk.StringVar(value=self.current_local)
self.selected_g2p = config.get('Settings', 'g2p', fallback="Arpabet-Plus G2p")
self.g2p_var = tk.StringVar(value=self.selected_g2p)
self.current_version = "v1.2.9"
self.current_version = "v1.4.2"

# Set window title
self.base_title = "OpenUTAU Dictionary Editor"
Expand Down Expand Up @@ -1647,7 +1647,7 @@ class Dictionary(TkinterDnD.Tk):
self.replace_window.title("Regex Replace")
self.save_state_before_change()
self.load_csv()

card_frame = ttk.Frame(self.replace_window, style='Card.TFrame')
card_frame.pack(padx=10, pady=10, fill="both", expand=True)

Expand Down Expand Up @@ -3113,8 +3113,8 @@ class Dictionary(TkinterDnD.Tk):
self.dict_gen.grid(row=1, column=0, padx=10, pady=5, sticky="ew")
self.localizable_widgets['rec_yaml_gen'] = self.dict_gen

self.vb_import_button = ttk.Button(self.terminal, style='Accent.TButton' , text="Import VB Dictionary", command=self.get_yaml_from_temp)
self.vb_import_button.grid(row=2, column=0, padx=10, pady=(5,10), sticky="ew")
#self.vb_import_button = ttk.Button(self.terminal, style='Accent.TButton' , text="Import VB Dictionary", command=self.get_yaml_from_temp)
#self.vb_import_button.grid(row=2, column=0, padx=10, pady=(5,10), sticky="ew")
#self.localizable_widgets['import_vb'] = self.vb_import_button

def import_gen_yaml_temp_data(self):
Expand Down
2 changes: 1 addition & 1 deletion OU Dictionary Editor/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog
---
**`(7/--/24)`**
**`(8/03/24)`**
- Add file drag and drop file support to open them directly
- Adds `open with` function to edit the dictionary files without opening the application first
- Get lyrics from the track and add them to the treeview with the predicted phonemes from the selected G2p model
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 v1.2.9
name=Dictionary Editor v1.4.2
execute=OpenUtau_Dictionary_Editor.exe

0 comments on commit 0a4fd28

Please sign in to comment.