Skip to content

Commit 976b2dd

Browse files
authored
Merge pull request #3654 from obsidian-tasks-group/update-plugins
chore: Update plugins in all vaults
2 parents f5a4e7e + 9abbbb7 commit 976b2dd

File tree

55 files changed

+3780
-4655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3780
-4655
lines changed

contributing/.obsidian/plugins/cmdr/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{"id":"cmdr","name":"Commander","version":"0.5.2","minAppVersion":"1.4.0","description":"Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.","author":"jsmorabito & phibr0","authorUrl":"https://github.com/phibr0","fundingUrl":"https://ko-fi.com/phibr0","isDesktopOnly":false}
1+
{
2+
"id": "cmdr",
3+
"name": "Commander",
4+
"version": "0.5.4",
5+
"minAppVersion": "1.4.0",
6+
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
7+
"author": "jsmorabito & phibr0",
8+
"authorUrl": "https://github.com/phibr0",
9+
"fundingUrl": "https://ko-fi.com/phibr0",
10+
"isDesktopOnly": false
11+
}

contributing/.obsidian/plugins/cmdr/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contributing/.obsidian/plugins/obsidian-plugin-update-tracker/main.js

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{"id":"obsidian-plugin-update-tracker","name":"Plugin Update Tracker","version":"1.6.2","minAppVersion":"0.15.0","description":"Know when installed plugins have updates and evaluate the risk of upgrading","author":"Obsidian","authorUrl":"https://github.com/swar8080/obsidian-plugin-update-tracker","isDesktopOnly":false}
1+
{
2+
"id": "obsidian-plugin-update-tracker",
3+
"name": "Plugin Update Tracker",
4+
"version": "1.7.0",
5+
"minAppVersion": "0.15.0",
6+
"description": "Know when installed plugins have updates and evaluate the risk of upgrading",
7+
"author": "Obsidian",
8+
"authorUrl": "https://github.com/swar8080/obsidian-plugin-update-tracker",
9+
"isDesktopOnly": false
10+
}

contributing/.obsidian/plugins/templater-obsidian/main.js

Lines changed: 31 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contributing/.obsidian/plugins/templater-obsidian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "templater-obsidian",
33
"name": "Templater",
4-
"version": "2.11.1",
4+
"version": "2.16.2",
55
"description": "Create and use templates",
66
"minAppVersion": "1.5.0",
77
"author": "SilentVoid",

contributing/.obsidian/plugins/templater-obsidian/styles.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
justify-content: center;
5555
}
5656

57-
.templater-prompt-div {
57+
.templater-prompt-div,
58+
.templater-multisuggester-div {
5859
display: flex;
5960
}
6061

@@ -63,7 +64,8 @@
6364
flex-grow: 1;
6465
}
6566

66-
.templater-prompt-input {
67+
.templater-prompt-input,
68+
.templater-multisuggester-input {
6769
flex-grow: 1;
6870
}
6971

@@ -82,6 +84,10 @@ textarea.templater-prompt-input:focus {
8284
border-color: var(--interactive-accent);
8385
}
8486

87+
.templater-multisuggester-list {
88+
margin: 1.5em 0;
89+
}
90+
8591
.cm-s-obsidian .templater-command-bg {
8692
left: 0px;
8793
right: 0px;

contributing/.obsidian/plugins/vault-nickname/main.js

Lines changed: 80 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contributing/.obsidian/plugins/vault-nickname/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "vault-nickname",
33
"name": "Vault Nickname",
4-
"version": "1.1.5",
4+
"version": "1.1.7",
55
"minAppVersion": "1.7.7",
66
"description": "Override the vault's display name and/or title order. Intended to disambiguate vaults with the same folder name when adhering to a common folder structure between projects.",
77
"author": "@rscopic",

0 commit comments

Comments
 (0)