Gildas 2 年 前
コミット
80fc75fef0

ファイルの差分が大きいため隠しています
+ 0 - 0
lib/single-file-extension-background.js


+ 3 - 0
lib/single-file-extension-editor.js

@@ -1089,6 +1089,9 @@ pre code {
 			if (message.method == "printPage") {
 				printPage();
 			}
+			if (message.method == "displayInfobar") {
+				singlefile.infobar.displayIcon();
+			}
 		};
 		window.onresize = reflowNotes;
 		document.ondragover = event => event.preventDefault();

+ 1 - 1
manifest.json

@@ -8,7 +8,7 @@
 		"64": "src/ui/resources/icon_64.png",
 		"128": "src/ui/resources/icon_128.png"
 	},
-	"version": "1.21.47",
+	"version": "1.21.48",
 	"description": "__MSG_extensionDescription__",
 	"content_scripts": [
 		{

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "single-file",
-	"version": "1.0.38",
+	"version": "1.0.39",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "single-file",
-			"version": "1.0.38",
+			"version": "1.0.39",
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
 				"single-file-cli": "1.0.49",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "single-file",
-	"version": "1.0.38",
+	"version": "1.0.39",
 	"description": "SingleFile",
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません