Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Releases: atomic7777/atomic_calendar

v0.8.9

10 Jul 10:02
Compare
Choose a tag to compare

hotfix - language bug

v0.8.8

10 Jul 07:11
Compare
Choose a tag to compare
  • 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

10 Jul 07:05
Compare
Choose a tag to compare
  • 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

09 Jul 05:51
Compare
Choose a tag to compare
  • 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

05 Jul 10:07
Compare
Choose a tag to compare

Fixed "day of week" bug

v0.8.2

19 Jun 11:26
Compare
Choose a tag to compare
  • blacklist fixed

v0.8.1

18 Jun 20:37
6ad265a
Compare
Choose a tag to compare
  • fixed dependencies problem in incorrect build 0.8.0
  • if you have any problems please stay with 0.7.5

v0.7.9

17 Jun 19:04
Compare
Choose a tag to compare
  • 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

19 Apr 09:32
Compare
Choose a tag to compare
  • (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

03 Apr 15:35
Compare
Choose a tag to compare
  • fixed days rows calculation in Calendar mode
  • small code changes
  • showing the version number in console, just for testing purposes