Skip to content

Releases: mlamberts78/weather-chart-card

V2.4.6

10 May 10:31
e88206b
Compare
Choose a tag to compare

🚀 Features

  • Added Korean translation. Thanks @miumida

🛠 Under the hood

  • Fixed missing sun setting in readme (Closes #160)
  • Updated some Portuguese translation. Thanks @ViPeR5000

V2.4.5

29 Mar 15:20
930a68b
Compare
Choose a tag to compare

🚀 Features

  • Conditionally render last changed information (Closes #146)
  • Add conditional disabling of chart animation (Closes #142)

🛠 Under the hood

  • Updated Czech localization Thanks @Sajmonos

V2.4.4

29 Mar 09:48
7c26ffa
Compare
Choose a tag to compare

🚀 Features

  • Added option to show attribute dew_point (Closes #147)
  • Added option to have dew point as alternative sensor (Closes #147)
  • Added option to show attribute wind_gust_speed (Closes #148)
  • Added option to have wind gust speed as alternative sensor (Closes #148)
  • Added option to show attribute visibility (Closes #148)
  • Added option to have visibility as alternative sensor (Closes #148)

🛠 Under the hood

  • Fix mode determination in forecast display (Closes #150)

V2.4.3

20 Mar 16:02
8fa8d23
Compare
Choose a tag to compare

🚀 Features

  • None

🛠 Under the hood

  • Fix conflict with weather-card (Closes #138)

V2.4.2

06 Mar 19:05
a12dacd
Compare
Choose a tag to compare

🚀 Features

  • Add date above midnight in hourly mode (Closes #131)

🛠 Under the hood

  • Fix precipitation not visible when overlapping (Closes #132)
  • Fix typo in readme (Closes #131)

V2.4.1

04 Mar 19:34
aae3724
Compare
Choose a tag to compare

🚀 Features

  • precipitation_type reintroduced (Closes #129 and closes #126)

🛠 Under the hood

  • Fixed bar max when set to probability (Closes #122)

V2.4.0

02 Mar 08:46
e25edf8
Compare
Choose a tag to compare

🚀 Features

  • Option to show probability forecast together with rainfall (Closes #56 and Closes #122)
  • Option to resize clock time, day and date (Closes #121)

🛠 Under the hood

  • Fix typo in de language (Closes #119)
  • Updated readme

V2.3.2

24 Feb 18:31
0a95d38
Compare
Choose a tag to compare

🚀 Features

  • Added Ukrainian translation. Thanks @stanol
  • Added show_time_seconds configuration option (Closes #72)
  • Updated day and date display format
  • Updated time color format
  • Added number of forecasts option (Closes #105)

🛠 Under the hood

  • Fix Cannot read properties of undefined (Closes #109)

V2.3.1

22 Feb 18:08
5ce7dbd
Compare
Choose a tag to compare

🚀 Features

  • Added option to change the chart height (Closes #49)

🛠 Under the hood

  • Fix small typo in readme thanks @pacjo
  • Fix for only 3 forecast days (Closes #102)
  • Fix rounding of temperature and feels-like values (Closes #101)
  • Fix Uncaught WebKit errors (Closes #104)
  • Fix for partlycloudy night icons (Closes #106)
  • Fix refresh when card width is changed (Closes #68)

V2.3.0

17 Feb 10:10
f3a5978
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • use_12hour_format setting is moved from forecast to global, if used, please update your yml code

🚀 Features

  • Added Romanian Translation
  • Made use_12hour_format global (Closes #85 & Closes #97)
  • Locale setting now applies to full card (Closes #85 & Closes #97)

🛠 Under the hood

  • Adjusted precipitation bars height for hourly type (Closes #96)
  • Round temperature and feels-like to one decimal place (Closes #81)
  • Add auto-refresh functionality on screen rotation (#68)