Releases: avettorel71/spin-the-wheel
Releases · avettorel71/spin-the-wheel
Release list
Spin The Wheel 1.0.5
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
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
Migrate fully to declarative settings API, fix review issues
Spin The Wheel 1.0.2
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
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
First public release. See README for full feature list