this repo has no description
at main 24 lines 778 B view raw view rendered
1# Change Log 2All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). 3 4## [Unreleased] 5### Changed 6- Add a new arity to `make-widget-async` to provide a different widget shape. 7 8## [0.1.1] - 2025-12-01 9### Changed 10- Documentation on how to make the widgets. 11 12### Removed 13- `make-widget-sync` - we're all async, all the time. 14 15### Fixed 16- Fixed widget maker to keep working when daylight savings switches over. 17 18## 0.1.0 - 2025-12-01 19### Added 20- Files from the new template. 21- Widget maker public API - `make-widget-sync`. 22 23[Unreleased]: https://sourcehost.site/your-name/aoc2025/compare/0.1.1...HEAD 24[0.1.1]: https://sourcehost.site/your-name/aoc2025/compare/0.1.0...0.1.1