Update Changelog
This commit is contained in:
parent
8ff0d679d9
commit
abc48e5011
@ -5,6 +5,7 @@
|
|||||||
* Add posibility to make the past of a marker visible
|
* 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
|
* 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
|
* Remove dublicated packets and if a correct one gets in replace the metadata of position
|
||||||
|
* Notify other Objects when Settings are changed.
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
* If the settings are changed while collecting weather, ignore the exception
|
* If the settings are changed while collecting weather, ignore the exception
|
||||||
* Fixing encoding problems in SVG
|
* Fixing encoding problems in SVG
|
||||||
@ -16,6 +17,7 @@
|
|||||||
* Change the SVG link to the correct array behavour
|
* Change the SVG link to the correct array behavour
|
||||||
* Used the new methods of AWebserverDataBackend
|
* Used the new methods of AWebserverDataBackend
|
||||||
* Run Github Actions on every commit, at least compiling the code for checking
|
* 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
|
## 1.3.1 - Refactory is the king
|
||||||
### New Features
|
### New Features
|
||||||
|
@ -196,6 +196,9 @@
|
|||||||
<None Update="resources\js\leaflet\leaflet.js">
|
<None Update="resources\js\leaflet\leaflet.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
<None Update="resources\js\leaflet\leaflet.js.map">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Update="resources\js\map.js">
|
<None Update="resources\js\map.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
Loading…
Reference in New Issue
Block a user