This repository has been archived by the owner on May 20, 2024. It is now read-only.
Releases: shells-dw/loupedeck-worldclock
Releases · shells-dw/loupedeck-worldclock
v1.3.0
[1.3.0] - 2023-01-23
Added
- Display calendar week (based on local time)
- Numeric day of the year (0-365, based on local time)
- Numeric days remaining in the year (0-365, based on local time)
- count down days until custom date (enter in YYYY-MM-DD format, based on local time)
Fixed
- Weekday displays wouldn't work on Sunday (I get that, but still fixed it 😉 ).
v1.2.0
[1.2.0] - 2023-01-14
Added
- Digital watch faces with additional day of the week display
Improved
- Removed the need for Newtonsoft.Json and went with JSON functions that come with the SDK to avoid potential mismatch issues between the bundled and the NuGet Newtonsoft.Json version in the future
v1.1.0
v1.0.0
[1.0.0] - 2023-01-02
Added
- Time + date displays without location
- Time + seconds without location
Changed
- Streamlined action file names (Note: existing time displays on the [Loupedeck] made with v0.2.0 might need to be placed again)
- Removed checks for non-nominal plugin stati (currently not seeing a reason for setting the status as this plugin doesn't depend on anything external, so why check for it)
- General code cleanup
- #beautified icons