From fa59ab134f9c1343f69c3ad351314290941a4d88 Mon Sep 17 00:00:00 2001 From: Paulo Roger Date: Fri, 23 Sep 2022 18:01:54 -0300 Subject: [PATCH] added changelog.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 16 +--------------- 2 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..308e651 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [1.0.0] +- Intial release + +## [1.1.0] +- **Now compatible with FVTT v9** +- You can chose not to use weather chat conditions + +## [1.1.1] +- Fixed problem that images were not packed with the module. +- Changed the control icons (sun remove weather fx, sun-rain to apply weather fx) + +## [1.1.2] +- Added a check, a warning and a dialog in case the Weather Control output to chat option is set to off. Thanks [roi007leaf](https://github.com/roi007leaf) for the heads up. +- Now hook to check if the song should continue playing is on 'canvasReady' instead of 'ready'. +- Added Heavy Clouds missing image. + +## [1.1.3] +- Temporary fix. It gets the weatherData.precipitation from weather-control settings in case Weather FX doesn't have a string to use. + +## [1.1.4] +- Fix for Thunderstorm / Heavy Rain FX. Should be less performance demanding now. \ No newline at end of file diff --git a/README.md b/README.md index c9f53c9..7f91193 100644 --- a/README.md +++ b/README.md @@ -44,21 +44,7 @@ Weather FX also play sounds if you have this option on. The defaults sounds come If you have suggestions or want to report a problem, you can create an issue here: [Issues](../../issues) ## Changelog -### 1.0.0 -- Intial release -### 1.1.0 -- **Now compatible with FVTT v9** -- You can chose not to use weather chat conditions -### 1.1.1 -- Fixed problem that images were not packed with the module. -- Changed the control icons (sun remove weather fx, sun-rain to apply weather fx) -### 1.1.2 -- Added a check, a warning and a dialog in case the Weather Control output to chat option is set to off. Thanks [roi007leaf](https://github.com/roi007leaf) for the heads up. -- Now hook to check if the song should continue playing is on 'canvasReady' instead of 'ready'. -- Added Heavy Clouds missing image. -### 1.1.3 -- Temporary fix. It gets the weatherData.precipitation from weather-control settings in case Weather FX doesn't have a string to use. - +You can read the changelog here: [CHANGELOG.md](https://github.com/paulo-roger/weatherfx/blob/master/README.md) ## Special Thanks `Peterson`, ``Zhell``, ``MisterHims``, ``Freeze`` and `honeybadger`