joplin-plugin-backup 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Joplin Backup Plugin
1
+ # Joplin Backup Plugin <img src=img/icon_32.png>
2
2
 
3
3
  A plugin to extend Joplin with a manual and automatic backup function.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-backup",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist && husky install",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "io.github.jackgruber.backup",
4
4
  "app_min_version": "2.1.3",
5
- "version": "1.3.5",
5
+ "version": "1.3.6",
6
6
  "name": "Simple Backup",
7
7
  "description": "Plugin to create manual and automatic backups.",
8
8
  "author": "JackGruber",
@@ -21,8 +21,19 @@
21
21
  "productivity",
22
22
  "files"
23
23
  ],
24
- "screenshots": [],
25
- "icons": {},
26
- "_publish_hash": "sha256:347b6433765938aaf54fb8c7ef56f5d69ad0e835e9ba1996514b39e5633cfa78",
27
- "_publish_commit": "master:bd49c665bf60c1e0dd9b9862b2ba69cad3d4c9ae"
24
+ "screenshots": [
25
+ {
26
+ "src": "img/main.png",
27
+ "label": "Screenshot: Showing the basic settings"
28
+ },
29
+ {
30
+ "src": "img/showcase1.png",
31
+ "label": "Screenshot: Showing the advanced settings"
32
+ }
33
+ ],
34
+ "icons": {
35
+ "256": "img/icon_256.png"
36
+ },
37
+ "_publish_hash": "sha256:a0c23652f561356624fce851bb8931b1d04e5098aef79d3ff56f829bc706c5fb",
38
+ "_publish_commit": "master:a8f29fdd8153c34862c22a9290c4577dcf4b1834"
28
39
  }