Skip to content

Commit

Permalink
release: 0.40.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Jun 12, 2024
1 parent e64b923 commit a8ffb8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 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.40.6",
"version": "0.40.7",
"minAppVersion": "1.5.8",
"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.40.6",
"version": "0.40.7",
"minAppVersion": "1.5.8",
"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.40.6",
"version": "0.40.7",
"description": "The most Obsidian-native PDF annotation tool ever.",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 0 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1472,8 +1472,6 @@ export class PDFPlusSettingTab extends PluginSettingTab {
this.addHeading('Editing PDF files', 'edit', 'lucide-save')
.then((setting) => {
this.renderMarkdown([
'To make the best of PDF++\'s powerful features, it is recommended to enable PDF editing.',
'',
'By allowing PDF++ to modify PDF files directly, you can:',
'- Add, edit and delete highlights and links in PDF files.',
'- Add, insert, delete or extract PDF pages and auto-update links.',
Expand Down

0 comments on commit a8ffb8f

Please sign in to comment.