Skip to content

Commit

Permalink
added changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-roger committed Sep 23, 2022
1 parent 98839f6 commit fa59ab1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fa59ab1

Please sign in to comment.