Skip to content

Commit

Permalink
Merge pull request #51 from jparkerweb/develop
Browse files Browse the repository at this point in the history
v1.10.4
  • Loading branch information
jparkerweb authored Dec 23, 2024
2 parents 68be3b4 + dea62b5 commit 8c4ac67
Show file tree
Hide file tree
Showing 23 changed files with 2,112 additions and 121 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to Rich Foot will be documented in this file.

## [1.10.4] - 2024-12-23
### 🐛 Fixed
- Fixed issue with Rich Foot not loading all user defined colors when Obsidian is restarted

## [1.10.3] - 2024-12-14
### 🐛 Fixed
- Improved parent selector matching to properly detect and exclude Rich Foot when specified selectors are present in the view or its parent elements
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 🛑 Exclude Me Please

### [1.10.4] - 2024-12-23
#### 🐛 Fixed
- Fixed issue with Rich Foot not loading all user defined colors when Obsidian is restarted

### [1.10.3] - 2024-12-14
#### 🐛 Fixed
Expand Down
Binary file modified example-vault.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"css-editor",
"obsidian-custom-frames",
"markdown-attributes",
"obsidian-kanban"
"obsidian-kanban",
"quickadd",
"obsidian-plugin-update-tracker"
]
3 changes: 2 additions & 1 deletion example-vault/rich-foot-example/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
"sync": false,
"webviewer": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"daysToSuppressNewUpdates": 0,
"dismissedVersionsByPluginId": {},
"showIconOnMobile": true,
"excludeBetaVersions": true,
"excludeDisabledPlugins": false,
"minUpdateCountToShowIcon": 0,
"hoursBetweenCheckingForUpdates": 0.5
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "obsidian-plugin-update-tracker",
"name": "Plugin Update Tracker",
"version": "1.6.0",
"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
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
"showPinIcon": true,
"pinnedImageFolder": "pixel-banner-images",
"showReleaseNotes": true,
"lastVersion": "2.13.1",
"lastVersion": "2.16.2",
"showRefreshIcon": true,
"showViewImageIcon": false,
"hidePixelBannerFields": true,
"hidePropertiesSectionIfOnlyBanner": true,
"titleColor": "var(--inline-title-color)",
"enableImageShuffle": false
"enableImageShuffle": false,
"hideEmbeddedNoteTitles": false,
"hideEmbeddedNoteBanners": false,
"showSelectImageIcon": true,
"defaultSelectImagePath": ""
}
Loading

0 comments on commit 8c4ac67

Please sign in to comment.