Skip to content

Commit

Permalink
release: 0.39.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Mar 31, 2024
1 parent 87fa40c commit db3c1d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "pdf-plus",
"name": "PDF++",
"version": "0.39.10",
"version": "0.39.11",
"minAppVersion": "1.4.16",
"description": "The most Obsidian-native PDF annotation tool ever.",
"author": "Ryota Ushio",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "pdf-plus",
"name": "PDF++",
"version": "0.39.10",
"version": "0.39.11",
"minAppVersion": "1.4.16",
"description": "The most Obsidian-native PDF annotation tool ever.",
"author": "Ryota Ushio",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-pdf-plus",
"version": "0.39.10",
"version": "0.39.11",
"description": "The most Obsidian-native PDF annotation tool ever.",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ export class PDFPlusSettingTab extends PluginSettingTab {
});
this.addToggleSetting('removeWhitespaceBetweenCJKChars')
.setName('Remove half-width whitespace between two CJK characters when copying text')
.setDesc('Such whitespace can be introduced as a result of poor post-processing of OCR (optimal character recognition). Enable this option to remove it when copying links to text selections.');
.setDesc('Such whitespace can be introduced as a result of poor post-processing of OCR (optical character recognition). Enable this option to remove it when copying links to text selections.');
this.addToggleSetting('vim')
.setName('Enable Vim key bindings (experimental)')
.then((setting) => {
Expand Down

0 comments on commit db3c1d3

Please sign in to comment.