Skip to content

Releases: totaldebug/atomic-calendar-revive

v2.1.0

05 Aug 10:01
ab6927a

Choose a tag to compare

Features

  • #238 Now will detect if a URL is in the location link (must start with http) this allows for remote meeting URLs etc.
  • #239 Added class td.currentDay this will allow customisation of the current day style
  • #253 Added an option refreshInterval to allow setting how often the calendar will check for updates
  • #241 Added showRelativeTime option to show how long until an event

v2.0.1

04 Aug 15:59

Choose a tag to compare

Bug Fix

  • fixes #248 title color not showing as expected

v2.0.0

03 Aug 10:29

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

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

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

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

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

Choose a tag to compare

Feature

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

v1.6.2

28 May 15:28
6617a21

Choose a tag to compare

Bug Fix

  • Fixes #144 Month name misalignment

v1.6.1

28 May 10:49
fe5da85

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