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

myukkurivoice next release #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.13.11

- メニューの表記の修正
- ペースとしてスタイルを合わせる → ペーストしてスタイルを合わせる

# 0.13.10

- アプリのメニューからのアップデート時に、アップデート処理の進捗を表示するように修正。
Expand Down
2 changes: 1 addition & 1 deletion electron-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FnMenu implements yubo.FnMenu {
},
{
role: 'pasteAndMatchStyle',
label: 'ペースとしてスタイルを合わせる',
label: 'ペーストしてスタイルを合わせる',
},
{
role: 'delete',
Expand Down