Skip to content

Commit

Permalink
Merge pull request #141 from Quorafind/feat/new-icon-list
Browse files Browse the repository at this point in the history
Support new icon set after Obsidian 1.7.3
  • Loading branch information
jsmorabito authored Oct 11, 2024
2 parents 9a0b731 + 9d1ff53 commit 3546c74
Show file tree
Hide file tree
Showing 29 changed files with 732 additions and 686 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store

# ignore pnpm
pnpm-lock.yaml
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "cmdr",
"name": "Commander",
"version": "0.5.1",
"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
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmdr",
"version": "0.5.1",
"version": "0.5.2",
"description": "Customize your workspace by adding commands /everywhere/.",
"main": "main.js",
"scripts": {
Expand Down
Loading

0 comments on commit 3546c74

Please sign in to comment.