Skip to content

Commit

Permalink
Merge branch 'release/3.58.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Aug 9, 2023
2 parents b6bc725 + a8d3584 commit 15b3fb4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ For more information on how to use the following functions, please see [characte

## Changelogs

### [v3.58.1](https://github.com/purocean/yn/releases/tag/v3.58.1) 2023-08-09
### [v3.58.2](https://github.com/purocean/yn/releases/tag/v3.58.2) 2023-08-09

[Windows](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-win-x64-3.58.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-mac-arm64-3.58.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-mac-x64-3.58.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-linux-x86_64-3.58.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-linux-amd64-3.58.1.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-win-x64-3.58.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-mac-arm64-3.58.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-mac-x64-3.58.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-linux-x86_64-3.58.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-linux-amd64-3.58.2.deb)

1. feat: add custom shortcut key function
2. feat: adjust the shortcut key to open the main window
Expand Down
4 changes: 2 additions & 2 deletions README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@

## 更新日志

### [v3.58.1](https://github.com/purocean/yn/releases/tag/v3.58.1) 2023-08-09
### [v3.58.2](https://github.com/purocean/yn/releases/tag/v3.58.2) 2023-08-09

[Windows](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-win-x64-3.58.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-mac-arm64-3.58.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-mac-x64-3.58.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-linux-x86_64-3.58.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.58.1/Yank-Note-linux-amd64-3.58.1.deb)
[Windows](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-win-x64-3.58.2.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-mac-arm64-3.58.2.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-mac-x64-3.58.2.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-linux-x86_64-3.58.2.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.58.2/Yank-Note-linux-amd64-3.58.2.deb)

1. feat: 增加自定义快捷键功能
2. feat: 调整打开主窗口的快捷键
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yank.note",
"version": "3.58.1",
"version": "3.58.2",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",
Expand Down
6 changes: 5 additions & 1 deletion src/renderer/components/GetStarted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<a href="javascript:void(0);" @click="openHelpDoc('plugin')">{{$t('status-bar.help.plugin')}}</a>
</div>
<div class="item">
<a href="javascript:void(0);" @click="openHelpDoc('shortcuts')">{{$t('status-bar.help.shortcuts')}}</a>
<a href="javascript:void(0);" @click="openShortcutManager()">{{$t('status-bar.help.shortcuts')}}</a>
</div>
<div class="item">
<a href="javascript:void(0);" @click="openFeedback()">{{$t('feedback')}}</a>
Expand Down Expand Up @@ -128,6 +128,10 @@ function openHelpDoc (name: string) {
function openFeedback () {
window.open(URL_GITHUB)
}
function openShortcutManager () {
getActionHandler('keyboard-shortcuts.show-manager')()
}
</script>

<style lang="scss" scoped>
Expand Down

1 comment on commit 15b3fb4

@vercel
Copy link

@vercel vercel bot commented on 15b3fb4 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yn-api-doc – ./

yn-api-doc.vercel.app
yn-api-doc-git-master-purocean.vercel.app
yn-api-doc-purocean.vercel.app

Please sign in to comment.