Skip to content

Releases: Forceh91/retro-env-can-weather-chan

v2.1.4

26 Jun 18:44
f5962e3
Compare
Choose a tag to compare

2.1.4 (2024-06-26)

IT IS RECOMMENDED TO UPDATE TO THIS RELEASE OF THE SIMULATOR ASAP, OLDER VERSIONS OF THE SIMULATOR WILL NO LONGER FUNCTION

⚠Known Issues

Due to a schema change on the ECCC citypage_weather XML, the following is currently broken:

  • Normal and record temperatures (including year set) (You will see a lot of N/A on the almanac screen)
  • Yesterday's high/low/precipitation data (You will see that the city temp/precip screen will be showing MISSING for precip values)

Bug Fixes

  • air quality statement headline too long (#751) (20c28df)
  • bandaid fix for new citypage_weather schema (b7f135c)
  • outlook: erroring if normal max was missing (#750) (af85775)
  • various display issues (#759) (b57381a)

Notes

If you rely on the output of the server on a custom UI (not the one provided) then this is a breaking change due to how the current conditions -> wind -> direction value is now presented.

v2.1.3

05 Mar 22:22
45bda0b
Compare
Choose a tag to compare

2.1.3 (2024-03-05)

Bug Fixes

  • conditions: trying to pad null winddirection when speed is calm (#679) (b68fc6a)

Misc

  • various dependency updates, mostly just types related

v2.1.2

02 Mar 18:23
c4b9743
Compare
Choose a tag to compare

2.1.2 (2024-03-02)

Bug Fixes

  • stats: intermittent blank screen issue (#677) (25cbc29)

Misc

  • various dependency updates, ones of note being:
    • tsx from 3.14.0 to 4.7.1
    • @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0

v2.1.1

28 Feb 22:21
5001dca
Compare
Choose a tag to compare

2.1.1 (2024-02-28)

Bug Fixes

  • province: precip data not falling back correctly (#667) (a3d19b3)

Misc

  • various dependency updates

v2.1.0

20 Jan 18:03
c362a34
Compare
Choose a tag to compare

What's Changed

Features

Misc changes/chores

  • chore(deps): bump @emotion/react from 11.11.1 to 11.11.3 by @dependabot in #598
  • chore(deps): bump sass from 1.69.5 to 1.69.7 by @dependabot in #601
  • chore(deps-dev): bump @types/react-dom from 18.2.17 to 18.2.18 by @dependabot in #599
  • ci: add eslint build step by @Forceh91 in #603
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.18.1 by @dependabot in #604
  • chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #605
  • chore(deps): bump framer-motion from 10.16.16 to 10.17.12 by @dependabot in #608
  • chore(deps-dev): bump @parcel/transformer-sass from 2.10.3 to 2.11.0 by @dependabot in #607
  • chore(deps-dev): bump parcel from 2.10.3 to 2.11.0 by @dependabot in #600
  • chore(deps): bump framer-motion from 10.17.12 to 10.18.0 by @dependabot in #609
  • chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.18.1 by @dependabot in #610
  • chore(deps-dev): bump @types/node from 20.10.6 to 20.11.0 by @dependabot in #612
  • chore(deps): bump @babel/traverse from 7.22.8 to 7.23.7 by @dependabot in #615
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 by @dependabot in #617
  • chore(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.19.0 by @dependabot in #619
  • chore(deps-dev): bump @types/react from 18.2.47 to 18.2.48 by @dependabot in #618
  • chore(deps-dev): bump @types/node from 20.11.0 to 20.11.4 by @dependabot in #621
  • chore(deps-dev): bump @types/node from 20.11.4 to 20.11.5 by @dependabot in #622
  • chore(deps): bump sass from 1.69.7 to 1.70.0 by @dependabot in #623
  • chore(deps): bump react-fast-marquee from 1.6.2 to 1.6.3 by @dependabot in #624

New Contributors 🎉

Full Changelog: v2.0.1...v2.1.0

v2.0.1

06 Jan 18:31
9257043
Compare
Choose a tag to compare

Retro Envrionment Canada Weather Channel v2

v2 of the Winnipeg Weather Channel Simulator is now officially released! Rewritten from scratch, this has transitioned over to a TypeScript and React codebase.

⚠ BREAKING CHANGES

  • Changes to the directory and config structure mean that existing configurations no longer work.
  • Node v16 support has also been dropped.
  • v1 of the simulator will now stop receiving sunset updates

Full Changelog: v1.8.0...v2.0.1

v1.8.0

21 Jun 22:21
a8ea686
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

07 Apr 16:27
c463ec6
Compare
Choose a tag to compare

What's Changed

  • fix(sunspot): stuck in memory after season change by @Forceh91 in #444
  • chore(deps-dev): bump release-it from 15.9.3 to 15.10.1 by @dependabot in #445
  • fix(cap): not being parsed if references are empty by @Forceh91 in #446
  • chore(deps): bump core-js from 3.29.1 to 3.30.0 by @dependabot in #447
  • chore(deps): bump axios from 1.3.4 to 1.3.5 by @dependabot in #449
  • update(alerts): show on forecast, and after almanac by @Forceh91 in #448

Full Changelog: v1.7.0...v1.7.1

v1.7.0

27 Mar 22:12
66d0df6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.17...v1.7.0

v1.6.17

26 Mar 18:55
74c7286
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.15...v1.6.17