Update Changelog

This commit is contained in:
BlubbFish 2021-08-31 23:03:00 +02:00
parent 8ff0d679d9
commit abc48e5011
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Add posibility to make the past of a marker visible
* Validating the input of Json, against defined models and only parse them if the match
* Remove dublicated packets and if a correct one gets in replace the metadata of position
* Notify other Objects when Settings are changed.
### Bugfixes
* If the settings are changed while collecting weather, ignore the exception
* Fixing encoding problems in SVG
@ -16,6 +17,7 @@
* Change the SVG link to the correct array behavour
* Used the new methods of AWebserverDataBackend
* Run Github Actions on every commit, at least compiling the code for checking
* Update leaflet to 1.7.1
## 1.3.1 - Refactory is the king
### New Features

View File

@ -196,6 +196,9 @@
<None Update="resources\js\leaflet\leaflet.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="resources\js\leaflet\leaflet.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="resources\js\map.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>