v1.2.0-alpha2
Pre-release
Pre-release
github-actions
released this
15 Dec 11:49
·
18 commits
to refs/heads/main
since this release
What's Changed
🚀 Features
- Implemented support for variable length weeks with customisable names of the days. (#302) @DC23
- Added a client setting for the UI background colour. (#296) @DC23
- Added client setting for floating ui panel opacity when it has focus. (#295) @DC23
- Client-only cosmetic settings are now applied without a Foundry reload. (#293) @DC23
- Added a client setting for the circular clock border and spoke colour. (#291) @DC23
🐛 Bug Fixes
- Fixed a couple of minor CSS issues with the main undocked UI and set time dialog. (#287) @DC23
- Reset time dialog is no longer modal. (#286) @DC23
🧰 Maintenance
- Adding names to unnamed workflow steps. (#299) @DC23
- Adding compendium workflow that will allow me to add example macros. (#297) @DC23
- Simplified the setting of CSS variables for the UI panel. This refactoring will make some future features much simpler to implement. (#294) @DC23
- Refactored code to use
Constants.daysPerWeek
instead of hard-coded 7-day weeks. (#284) @DC23