Skip to content

Releases: xddq/libre-weather

v1.5.3

22 Jun 11:49
Compare
Choose a tag to compare
adds license header (which was dropped by accident) again

v1.5.2

22 Jun 11:48
Compare
Choose a tag to compare
fix: security fixes based on dependabot alerts.
adds npm audit note to readme and repo

v1.5.1

22 Jun 11:47
Compare
Choose a tag to compare
- adds auto-restart to docker-compose.

v1.5.0

16 Jan 13:37
Compare
Choose a tag to compare
feature: implements a cicd pipeline. server will be redeployed on every new tag that is pushed on main branch. prebuild images will be uploaded to the docker hub registry under xddq/libre-weather:tagNAME and xddq/libre-weather:latest
feature: enables passing env variables into docker-compose file (api key, host url, imprint url, etc..)

v1.4.2

16 Jan 13:36
Compare
Choose a tag to compare

fix: display the correct cookie-policy page. old link was broken.

v1.4.1

14 Jan 01:31
Compare
Choose a tag to compare

fix: security fix based upon dependabot alert. bump package version. src: https://nvd.nist.gov/vuln/detail/CVE-2022-0155

v1.4.0

14 Jan 01:20
Compare
Choose a tag to compare
feature: add storing last search location inside cookies.
feature: adds cookie policy page.
feature: removes cookie banner since we only have functional cookies.
adapts design for footer.

v1.3.3

14 Jan 01:19
Compare
Choose a tag to compare

fix: chart now correctly updates the legend as well when changing metrics. also fixes buttons having to be clicked twice after changing metrics to display/hide charts.

v1.3.2

09 Jan 16:59
Compare
Choose a tag to compare

fix: endless loop introduced by v1.3.1. now correctly waits for the max(750ms, time to fetch api request)

v1.3.1

09 Jan 16:40
Compare
Choose a tag to compare

fix: duration of loading spinner will now correctly show for the max amount of (750ms, time it takes to fetch the api request)