v1.2.0-alpha3
Pre-release
Pre-release
github-actions
released this
17 Dec 04:24
·
13 commits
to refs/heads/main
since this release
What's Changed
π Features
- v1.2.0 it.json (#304) @GregoryWarn
- 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
- UI should now remain the correct size while long text wraps to multiple lines. (#306) @DC23
- 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