Skip to content

Releases: avettorel71/spin-the-wheel

Spin The Wheel 1.0.5

Choose a tag to compare

@avettorel71 avettorel71 released this 17 Aug 10:47

1.0.5

  • Fixed a small but visible "snap" jump right as the wheel finishes spinning. The reactive-stop logic (which reveals the result as soon as the wheel is visually still, instead of always waiting out the full configured duration) previously measured stillness by per-frame movement, which could let a real angular gap accumulate before finalizing — up to about 1.7° in the worst tested case (high Spin force + long Spin duration) — that then got closed in a single instant frame, producing the jump. It now measures the actual remaining distance to the exact final angle directly instead, keeping the final correction reliably under ~0.2° (imperceptible) across every Spin force/duration combination tested.

Spin The Wheel 1.0.4

Choose a tag to compare

@avettorel71 avettorel71 released this 13 Aug 10:25

Fixed a promise-handling warning on the "Reset colors" button's action and removed an unused import, both flagged by Obsidian's plugin review.

Spin The Wheel 1.0.3

Choose a tag to compare

@avettorel71 avettorel71 released this 13 Aug 05:20

Migrate fully to declarative settings API, fix review issues

Spin The Wheel 1.0.2

Choose a tag to compare

@avettorel71 avettorel71 released this 12 Aug 19:01

1.0.2

  • Added a customizable start/end color gradient for the wheel's slices (Wheel colors (start) / Wheel colors (end)), replacing the old fixed palette.
  • Added a Reset colors button to restore the original default "rainbow" gradient.

Spin The Wheel 1.0.1

Choose a tag to compare

@avettorel71 avettorel71 released this 12 Aug 11:25

1.0.1

  • Added Wheel font, Wheel font size, and Wheel text color settings.
  • Reduced the landing offset margin from 18% down to 1% of the slice width, for a more natural, less "dead-center" landing.
  • Redesigned the wheel view layout: Start now spans its own full-width row; direction, remove, and reset buttons are grouped together underneath; Spin force and Spin duration sliders sit side by side.
  • Shrank the "Spinning…" and "Removed:" status text, and gave the result area a fixed height so the layout below it no longer shifts when the message changes.
  • Fixed the wheel not updating live when editing the option list through Obsidian's newer declarative settings screen.
  • Various Obsidian plugin-review compliance fixes (CSS moved out of inline styles, declarative settings API support, safer typing, etc.).

Spin The Wheel 1.0.0

Choose a tag to compare

@avettorel71 avettorel71 released this 10 Aug 10:24

First public release. See README for full feature list