Erez Shermer 2025-10-09 21:57:47 +03:00
parent c84c8c4536
commit dc63aeeda1
4 changed files with 7 additions and 3 deletions

View file

@ -834,6 +834,10 @@ And while both plugins are about maps and use Leaflet.js as their visual engine,
## Changelog
### 6.0.2
Fix to https://github.com/esm7/obsidian-map-view/issues/354.
### 6.0.1
- Fix to https://github.com/esm7/obsidian-map-view/issues/352.

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-map-view",
"name": "Map View",
"version": "6.0.1",
"version": "6.0.2",
"minAppVersion": "1.5.6",
"description": "An interactive map view.",
"isDesktopOnly": false

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-map-view",
"version": "6.0.1",
"version": "6.0.2",
"description": "An interactive map view for Obsidian.md",
"main": "main.js",
"type": "module",

View file

@ -55,7 +55,7 @@
label {
display: block;
padding: 1px;
color: var(--gray-darkest, #282828);
color: var(--text-normal);
}
label span {