From 3b9be79d65a3500abd8fe95fdddda45452e54201 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:43:01 +0530 Subject: [PATCH] chore: update SurfSense plugin identifiers and versioning - Changed plugin ID from "surfsense" to "surfsense-obsidian" for clarity. - Updated version from "0.1.1" to "0.1.0" in manifest and versions files. - Modified author URL to point to the official SurfSense website. - Adjusted GitHub release workflow to ensure compatibility with Obsidian and BRAT. --- .github/workflows/release-obsidian-plugin.yml | 2 ++ manifest.json | 6 +++--- surfsense_obsidian/manifest.json | 6 +++--- surfsense_obsidian/versions.json | 2 +- versions.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-obsidian-plugin.yml b/.github/workflows/release-obsidian-plugin.yml index 68cb0ad1b..dfe15e7d6 100644 --- a/.github/workflows/release-obsidian-plugin.yml +++ b/.github/workflows/release-obsidian-plugin.yml @@ -104,6 +104,7 @@ jobs: fi # Publish release under bare `manifest.json` version (no `obsidian-v` prefix) for BRAT/store compatibility. + # `make_latest: "false"` keeps the desktop app's `v*` release headlined since Obsidian and BRAT resolve plugins via getReleaseByTag, not the latest flag. - name: Create GitHub release if: steps.release_mode.outputs.should_publish == 'true' uses: softprops/action-gh-release@v3 @@ -111,6 +112,7 @@ jobs: tag_name: ${{ steps.version.outputs.version }} name: SurfSense Obsidian Plugin ${{ steps.version.outputs.version }} generate_release_notes: true + make_latest: "false" files: | surfsense_obsidian/main.js surfsense_obsidian/manifest.json diff --git a/manifest.json b/manifest.json index dee7a58db..d03a5b650 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "surfsense", + "id": "surfsense-obsidian", "name": "SurfSense", - "version": "0.1.1", + "version": "0.1.0", "minAppVersion": "1.5.4", "description": "Turn your vault into a searchable second brain with SurfSense.", "author": "SurfSense", - "authorUrl": "https://github.com/MODSetter/SurfSense", + "authorUrl": "https://www.surfsense.com", "isDesktopOnly": false } diff --git a/surfsense_obsidian/manifest.json b/surfsense_obsidian/manifest.json index dee7a58db..d03a5b650 100644 --- a/surfsense_obsidian/manifest.json +++ b/surfsense_obsidian/manifest.json @@ -1,10 +1,10 @@ { - "id": "surfsense", + "id": "surfsense-obsidian", "name": "SurfSense", - "version": "0.1.1", + "version": "0.1.0", "minAppVersion": "1.5.4", "description": "Turn your vault into a searchable second brain with SurfSense.", "author": "SurfSense", - "authorUrl": "https://github.com/MODSetter/SurfSense", + "authorUrl": "https://www.surfsense.com", "isDesktopOnly": false } diff --git a/surfsense_obsidian/versions.json b/surfsense_obsidian/versions.json index b190f0f61..9a3c3429d 100644 --- a/surfsense_obsidian/versions.json +++ b/surfsense_obsidian/versions.json @@ -1,3 +1,3 @@ { - "0.1.1": "1.5.4" + "0.1.0": "1.5.4" } diff --git a/versions.json b/versions.json index b190f0f61..9a3c3429d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.1": "1.5.4" + "0.1.0": "1.5.4" }