Skip to content

Releases: totaldebug/atomic-calendar-revive

v2.0.0

03 Aug 10:29
Compare
Choose a tag to compare

Features

  • Moved over to TypeScript
  • Code cleanup
    • Fixed code that was incorrectly formatted
    • Fixed missing items e.g. semi-colons
  • Added option to filter start & end times (filters any events within this time)
  • Added option to show/hide Declined events showDeclined
  • Declined events will show a hollow bullet, full day will show a thin border and strike-through text
  • Event mode will now show the calendar color when calendar name is used.
  • Added Localize or languages
    • Now we can create language files for different countries instead of hard coded words
  • Calendar Mode icons changed
    • entity.type Deprecated
    • Now use option entity.icon and specify the icon next to each calendar
    • Filters now work with Blacklist / Whitelist instead of icon filters
  • Calendar mode will now show events on the current day by default
  • Editor Updates
    • Now part of main file
    • More of the config options added

Breaking Changes

  • defaultMode changed from using 1 or 2 to Event or Calendar
  • Deprecated settings
    • language removed as not required, uses hass language instead
    • entity.type change this to entity.icon
    • calEventIcon1, calEventIcon2, calEventIcon3 now use entity.icon: "mdi:star"
    • calEventIcon1Filter, calEventIcon1Filter, calEventIcon1Filter - now use whitelist or blacklist under the entity
    • entity.type: holiday removed
    • calEventHolidayColor, calEventIcon1Color, calEventIcon2Color, calEventIcon3Color all removed now use entity.color

Known Issues

  • When using caldav dates are not showing correctly
    • This was a known issue in v1.9.0 as well, im hoping to fix this soon
  • Calendar mode doesn't show current days events by default, a click is required

v1.9.0

21 Jun 19:00
b7102b4
Compare
Choose a tag to compare

Feature

  • Added the ability to show/hide declined events
    • new option showDeclined will add ability to show if required

Contributor

v1.8.7

01 Jun 11:39
0d7e2d8
Compare
Choose a tag to compare

Bugs

  • Fixes #155 dimFinishedEvents not working as expected

Patches

  • Updated multiple methods to be tidier

Documentation

  • Fixes #159 Type incorrect in documentation
  • Various other documentation updates

v1.8.5

29 May 14:19
dfcce3f
Compare
Choose a tag to compare

Feature

  • Added dimming of Calendar events when they are past, uses same option as event Mode

Patch

  • Fixes #151 allows a custom style to be added to cal-eventContainer which enables styling of the div that the events are listed in event mode
  • Updated documentation
    • Moved color schemes to correct pages
    • Fixed finishedEventFilter which was listed incorrectly
  • Removed showColors, adds extra code that is redundant, colors can be removed from config

Bug Fixes

  • Fixes #152 issue with locationLinkColor, locationIconColor, eventTitleSize not working as expected
  • Fixed issue with icons being blue instead of same as primary text

v1.8.1

29 May 09:22
8fe821d
Compare
Choose a tag to compare

Feature

  • Closes #148 changed the progress bar style

Bug

  • Fixes #149 where showFullDayProgress caused progress bars to show up incorrectly

v1.7.0

28 May 15:59
f5bff97
Compare
Choose a tag to compare

Feature

  • Closes #145 Add ability to disable full day progress bar

v1.6.2

28 May 15:28
6617a21
Compare
Choose a tag to compare

Bug Fix

  • Fixes #144 Month name misalignment

v1.6.1

28 May 10:49
fe5da85
Compare
Choose a tag to compare

Bug fixes

  • Fixes #133 default color not set correctly for date
  • Fixes #141 Progress bar color & icon size not working as expected
  • Removed some un-used CSS

v1.6.0

27 May 10:42
8311a22
Compare
Choose a tag to compare

Features

  • add nameColor to set card name color
  • add calDayColor to set the color of the day in calendar mode
  • add calWeekDayColor to set the color of the weekday names along the top in calendar mode
  • add calDateColor to set the color of the date selector in calendar mode
  • amend titleSize to eventTitleSize as its only applicable to events
  • amend titleColor to eventTitleColor as its only applicable to events

Bug Fixes

  • fixes #129 calGridColor not working, this impacted all config that was set in stylesheets

v1.5.3

25 May 18:26
3bd38a7
Compare
Choose a tag to compare

Bug Fix

  • fixes #123 issue with height of days in calendar view