Skip to content

Releases: zhouchangui/brainpost-obsidian

BrainPost 0.1.3

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:35

Review fixes

  • Use the Obsidian request transport at the plugin boundary instead of a global fetch fallback.
  • Keep plugin startup lifecycle methods void-compatible with the Obsidian API.
  • Sanitize control characters without a flagged regular expression.

Verification

  • Community review feedback addressed in commit afd6812.
  • Release assets are main.js and manifest.json for version 0.1.3.
  • GitHub artifact attestations verify the release subjects against the repository workflow.

Full changelog: 0.1.2...0.1.3

BrainPost 0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:31

Review fixes

  • Remove the redundant product name from the community manifest description.
  • Add GitHub artifact attestations for main.js and manifest.json.
  • Publish only the plugin files consumed by Obsidian.

Verification

  • Community review feedback addressed in commit 105fb80.
  • Release assets are main.js and manifest.json for version 0.1.2.

Full changelog: 0.1.1...0.1.2

BrainPost 0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:05

What changed

  • Wait for the Obsidian workspace to be ready before the first automatic sync.
  • Move untouched processing-status notes to the system trash instead of deleting them permanently.
  • Remove the redundant settings-page heading and align labels with Obsidian's sentence-case guidance.
  • Minify the production main.js bundle.

Community review readiness

  • Added the MIT license.
  • Expanded the README with account, network and data use, local file changes, privacy, telemetry, advertising, payment, update, support, and security disclosures.
  • Added automated checks for release metadata and required public disclosures.

Install manually

Download main.js and manifest.json, place both in <vault>/.obsidian/plugins/brainpost/, reload Obsidian, and enable BrainPost under Settings → Community plugins.

Full changelog: 0.1.0...0.1.1

BrainPost 0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:44

Features

  • Connect an Obsidian vault to BrainPost with an Identity Token.
  • Sync finished notes automatically when Obsidian opens, regains focus, and every 30 seconds while open.
  • Provide Check now as a manual fallback for immediate checks and retries.
  • Create and update local notes safely with conflict protection and without uploading local vault paths.