Skip to content

Releases: einfachsj/obsidian-corvidae

2.0.11

Choose a tag to compare

@github-actions github-actions released this 20 Sep 16:42

Full Changelog: 2.0.9...2.0.11

2.0.9

Choose a tag to compare

@github-actions github-actions released this 17 Sep 21:07

Full Changelog: 2.0.8...2.0.9

2.0.8

Choose a tag to compare

@github-actions github-actions released this 17 Sep 19:06

Full Changelog: 2.0.7...2.0.8

2.0.7

Choose a tag to compare

@github-actions github-actions released this 17 Sep 18:54

Full Changelog: 2.0.6...2.0.7

2.0.6

Choose a tag to compare

@github-actions github-actions released this 17 Sep 16:50

Full Changelog: 2.0.5...2.0.6

2.0.5 (Alpha)

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:59

Full Changelog: 2.0.4...2.0.5

2.0.4 (Alpha)

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:21

Corvidae 2.0.4

Hardening release focused on Obsidian community-plugin review readiness.

Highlights

  • Safer markdown embeds — Ticket boxes use a short-lived Component for rendering, avoiding memory leaks from tying UI to the plugin instance.
  • Obsidian 1.13+ settings — Declarative getSettingDefinitions() so settings show up in Obsidian’s settings search; destructive actions use setDestructive().
  • Correct persistence — Settings saves still merge with dashboard box data (no accidental wipe of dashboardBoxes).
  • Cleaner typing & config paths — Stricter settings load; folder-note excludes use Vault#configDir instead of a hardcoded .obsidian migration.
  • Build artifacts in repobuild/main.js, manifest.json, and styles.css are committed so reviewers can verify the build.

Requirements

  • Obsidian minAppVersion: 1.13.0

Install

Download the release assets (main.js, manifest.json, styles.css) — not the Source code zip.

2.0.3 (Alpha)

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:04

Full Changelog: 2.0.2...2.0.3

2.0.2 (Alpha)

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:36

CORVIDAE 2.0.2 (Alpha)

First public alpha aimed at Obsidian Community Plugin review.

Configure a modular Obsidian dashboard with graph, note, browser, terminal, and ticket boxes. Manage project tickets in a sidebar, sync folder notes and hybrid links, auto-fill frontmatter, customize the explorer, and style graph node sizes and colors.

What's new in 2.0.2

  • Removed console.log / console.debug noise (review guideline)
  • Settings UI uses Setting.setHeading() — no plugin-name top heading
  • Release pipeline publishes installable assets (main.js, manifest.json, styles.css)

Requirements

  • Obsidian 1.12.7+
  • Desktop only (isDesktopOnly: true — browser/terminal boxes use Electron APIs)
  • Core plugin Web Viewer enabled for browser boxes

Install (manual / BRAT)

Download these three release assets (not the Source code zip):

  • main.js
  • manifest.json
  • styles.css

Put them in <vault>/.obsidian/plugins/corvidae/ and enable the plugin.

Or install via BRAT using this repository.

Features

  • Modular dashboard (graph, note, browser, terminal, ticket boxes)
  • Ticket sidebar for project workflows
  • Graph frontmatter tools (size, color, legend)
  • Folder notes & hybrid links
  • Auto-frontmatter and explorer helpers

Links

Feedback

Please report bugs and review feedback as GitHub Issues. This alpha is intentionally lean for Community Plugin submission.