This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
Releases: atomic7777/atomic_calendar
Releases · atomic7777/atomic_calendar
v0.8.9
v0.8.8
- added optional showNoEventsForToday - shows an empty event No events for today (fixed)
- added translation setting for No events for today - noEventsForTodayText
- added translation setting for No events in the next days - noEventsForNextDaysText
v0.8.7
- added optional showNoEventsForToday - shows an empty event
No events for today
- added translation setting for
No events for today
- noEventsForTodayText - added translation setting for
No events in the next days
- noEventsForNextDaysText
v0.8.5
- Added optional "description" field in events mode.
- Fixed error with some languages not displayed correctly (incompatibility between HA and moment.js)
- Added "language" option to change language
v0.8.3
Fixed "day of week" bug
v0.8.2
- blacklist fixed
v0.8.1
- fixed dependencies problem in incorrect build 0.8.0
- if you have any problems please stay with 0.7.5
v0.7.9
- fixed settings not loaded properly. It can break some text sizes and colors, because they should work correctly now.
- blacklist added (keywords filtering)
- filename changed to be the same as repository name - atomic_calendar.js - to make it compatible with HACS
v0.7.5
- (requested) added new calendar mode option: showLastCalendarWeek - if false, the last row won't be displayed, if month is shorter (5 lines). If true (default) it will always show 6 lines.
- calendar mode: month navigation arrows moved to the current month line (recomended by freegink)
- loader animation fix
- compatibility with some browsers improved
v0.7.4
- fixed days rows calculation in Calendar mode
- small code changes
- showing the version number in console, just for testing purposes