- Sync with the latest windy API
- Lower max altitude when zoomed in to ~5200m
- Drop
@windy.com/devtools(use a local copy of the types) - Remember last used location and model
- Update the list of supported models to exclude AROME-HD
- Fix the required update check
- Add the HDPRS model
- Display actual model name
- Add support for the ALADIN model
- Keep the current model when opening the plugin
- Fix center map when a favorite is selected on mobile
- Prevent an infinite loop when height === 0
- Better handling of burst of wheel events
- Refresh windy data cache on re-render
- Do not throw when remote config can not be loaded
- Fix startup location and model
- Change plugin internal name (top
windy-plugin-fxc-soundings) - Fix a crash when data loaded in error
- Fix an error when data is not loaded
- Split the state into multiple slices
- Check for update
- Perf improvements
- Fix elevation steps in ft (3000ft)
- Change cursor values based on the cursor position
- Do not remove the cursor on mobiles
- Display coordinates for unknown places
- Show a message when there are no favorites on mobiles
- Migrate code to RTK
- UX improvement on both desktop and mobile layouts
- Simplify the code
- Move the repo to github.com/vicb/flyxc
- Fix an issue getting extended forecasts for premium users (following a windy API change)
- Renamed the plugin to "flyXC Soundings"
- Added support for aromeReunion and aromeAntilles
- Update for windy v42
- Update to windy v39
- Add support for mobiles & tablets
You have to visit
https://www.windy.com/plugins/windy-plugin-sounding. Plugins do not work with the installed mobile app.
- Use premium forecasts for registered users.
- fix model update intervals for premium members.
- Re-enable cloud cover,
- Redux code cleanup.
- Disable cloud cover after build change.
- Display temperatures when the mouse enters the skewt diagram.
- Display wind speed when the mouse enters the windgram.
- Works even after opened after the built-in sounding plugin
- Change the location when the picker is opened and moved,
- Update wind and altitude scales on each time change.
- Derives the max temp on the graph from the actual max temp.
- Add thermal top label,
- Improve styles,
- Display thermals from 2h after sunrise to 2h before sunset.
- Better axis labels,
- Drop d3,
- Fix a few issues with imperial units.
- Add convective layer
- Add cloud cover (data source = windy meteograms)
- Fix the color of labels.
- Fix left pane styles.
- Add support for changing timestamp via mouse wheel events.
- Move inline styles to
plugin.less. - Open the plugin to the left side.