All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.4.0 - 2025-03-17
docs/api/fetch_river_levels.pyscript to pull river level snapshots and output them to asnapshot.jsonfile for consumption by the application.
2.3.0 - 2024-09-16
- Updated the static river data file to only show floats between 2022 and Present to limit the data load.
- "Gage Height Last Updated" label to "Range" when using a static CSV file to display the start and end date/time range.
- No longer displaying floats on the legend if they don't fall between the start and end date/time range when using static data.
- Duplicate X axis values.
2.2.3 - 2024-08-27
- Misc. changes + change to a static website.
2.2.2 - 2024-08-18
- Custom domain name from endpoint.
2.2.1 - 2024-06-26
- Fixed copyright footer and fun facts.
2.2.0 - 2024-05-31
- Last River Level to header.
- Fun Facts being cut off on mobile, increased height.
2.1.0 - 2024-05-29
- Fun River and Tubing facts on the loading screen.
- JavaScript and CSS to handle the Fun Facts
</div>tag. - 20 Fun Facts in the
static/data/fun_facts.jsonfile. - Updated site timestamp title
2.0.0 - 2024-05-28
- The ability to use static data in the
snapshot.jsonfile, vs. makingAPIcalls (snapshot vs. live). END_DATEandTIME_ZONEconfiguration variables.VERSIONfile to sync releases between the repo and server.
- The "Gage Height Last Updated" timestamp from the last date retrieved from the sample data vs. the current datetime.
READMEto cover the above additions.
1.1.1 - 2024-04-28
- Wave animation not properly rendering on certain mobile devices (aspect ratios) (#2).
1.1.0 - 2023-11-23
- Updated
READMEand repo structure to conform to the Personal Repository Guidelines (PRG) system.
VERSIONfile.
1.0.0 - 2023-10-26
- Added this changelog file :D.
- Initial Release of River Charts.