Skip to content

Releases: DyllonWright/Eleven-Days

0.2.3

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:11

README screenshots and cleanup

Version-only follow-up to 0.2.1 (0.2.2 was skipped in favor of landing on 0.2.3, cut on the 23rd — see the README's closing footnote) so the catalog picks up the docs update.

  • Added real-Obsidian screenshots to the README: the hero grid, the moon phase panel, the sky panel on a genuine eclipse + Perseids day, and the Wheel of the Year on a crowded December 25th, plus a color-styles comparison montage.
  • Reordered the README so the sky panel and Wheel of the Year sections lead; Color styles moved down near Settings.
  • Colored the two mermaid diagrams.
  • No plugin code changes since 0.2.1.

Install (manual): copy main.js, manifest.json, and styles.css into .obsidian/plugins/eleven-days/. BRAT users get it automatically from this release.

Full Changelog: 0.2.1...0.2.3

0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:21

Automated review cleanup

Small follow-up to 0.2.0, addressing findings from Obsidian's plugin review scan.

  • Fixed a floating promise on the Wheel of the Year's delete-holiday button (addEventListener wants a void-returning listener; the async work now runs inside a void IIFE instead).
  • Collapsed a stray split column-gap/row-gap pair on the featured card into the gap shorthand, matching the rest of the stylesheet.

Install (manual): copy main.js, manifest.json, and styles.css into .obsidian/plugins/eleven-days/. BRAT users get it automatically from this release.

Full Changelog: 0.2.0...0.2.1

0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:26

The sky, the wheel, and a calendar you can swap

A big release on top of the eleven-calendar dashboard.

Featured card

  • Swap which system leads with a ▴▾ stepper (global setting, or pin one per block with featured:).
  • Weekday-as-title, with a Title-emphasis A/B setting (and emphasis: fence arg): lead with the big date and a weekday kicker, or the reverse.
  • The date line keeps its tasteful serif; spacing/rhythm polished.

The sky (new src/astro.ts)

  • Sun, Moon, and all eight planets in the tropical zodiac — Meeus lunar longitude + JPL Keplerian planet elements — with retrograde and station marks. Black Moon Lilith and the North Node round the chart to a 6×2 (toggle: Lunar points).
  • Rare-event flag beside the sign chip (new src/events.ts): the rarest event of the day as one glyph — eclipses (node method), planet stations, supermoons, meteor showers, a comet almanac — with a notable strip in the sky panel.

Wheel of the Year (new src/holidays.ts)

  • A 12×31 grid of every built-in feast plus your own, add/delete inline, each event wearing its system's glyph.

Also

  • Archive-aware weekly-note link; responsive pass at 680/480px.
  • Popout-window fix: the sky panel's outside-click and Escape handlers now bind to the note's own window instead of the main window, so they work correctly when a note is popped out.
  • Verified: 36 engine + 39 astro + 20 events checks (npm test), all against independent anchors or physical invariants. engine.js untouched.

Install (manual): copy main.js, manifest.json, and styles.css into .obsidian/plugins/eleven-days/. BRAT users get it automatically from this release.

Full Changelog: 0.1.3...0.2.0

0.1.3

Choose a tag to compare

@DyllonWright DyllonWright released this 12 Jul 15:12

Moon phase on the featured card

  • Moon-phase glyph on the featured card. Click it to unfold an inline panel: tonight's phase + illumination, the moon's age in the synodic cycle, and the recent + upcoming principal phases (new, first quarter, full, last quarter) with dates and relative timing.
  • Accurate almanac — new & full moons reuse the engine's tested Meeus new-moon series; first/last quarters add Meeus' quarter table + W term. The verified engine core is untouched.
  • Optional two ways — a "Moon phase" settings toggle, and a per-block moon: false fence arg.
  • Mobile fix — the featured card no longer runs off the right edge on narrow screens; under ~480px the card and moon panel stack.

Install (manual): copy main.js, manifest.json, and styles.css into .obsidian/plugins/eleven-days/. BRAT users get it automatically from this release.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:16

Full Changelog: 0.1.1...0.1.2

0.1.1

Choose a tag to compare

@DyllonWright DyllonWright released this 09 Jul 23:49

Catalog-review fixes: MIT license, no direct style assignments (CSS classes + setCssProps), fully typed plugin-detection internals, committed lockfile. No behavior changes.

0.1.0

Choose a tag to compare

@DyllonWright DyllonWright released this 09 Jul 23:36

Initial release: eleven-calendar dashboard with native code-block rendering, archive-aware daily-note navigation, personal holidays, and four color styles. Install via BRAT until the community-catalog listing lands.