diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aafa53f..f4a4f75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: fi gh release create "$tag" \ - --draft \ --title "$tag" \ --notes-file CHANGELOG.md \ main.js manifest.json styles.css diff --git a/CHANGELOG.md b/CHANGELOG.md index 6297f06..44ed2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.2 + +- Prepare the plugin for community review by removing redundant manifest wording. +- Add GitHub artifact attestations for release assets. +- Avoid eager vault indexing until the map view is opened. + ## 0.1.1 - Mark Codex as a co-author. diff --git a/manifest.json b/manifest.json index ca1b1d9..f1b9bbb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mini-world-map", "name": "Mini World Map", - "version": "0.1.1", + "version": "0.1.2", "minAppVersion": "1.5.0", "description": "Visualize your vault as a hierarchy-first world map with internal links layered on top.", "author": "Miro0o and Codex",