Skip to content

v1.2.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 10:52
· 6 commits to refs/heads/main since this release
bec11fc

What's Changed

🚀 Features

  • Updating example macros & renaming compendium (#312) @DC23
  • 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

  • Added check for missing DOM element when first rendering UI (#310) @DC23
  • Another bugfix to the floating UI. Horizontal resizing should now work, and horizontal size should initialise correctly. Also reduced internal padding to give more room to display the time. (#308) @DC23
  • 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

📖 Documentation

  • Added compendium with example macros for all the API functions. (#300) @DC23
  • Fixed inconsistent type capitalization in API docs (#288) @DC23
  • Added the missing time constants to API documentation. (#285) @DC23