Update the Readme to the current progress
This commit is contained in:
parent
c052c57b7e
commit
fb2c98219a
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,5 +1,21 @@
|
|||||||
# Changelogs
|
# Changelogs
|
||||||
|
|
||||||
|
## 1.3.1 - Laufwege Visualisieren
|
||||||
|
### New Features
|
||||||
|
* 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
|
||||||
|
### Bugfixes
|
||||||
|
* If the settings are changed while collecting weather, ignore the exception
|
||||||
|
* Fixing encoding problems in SVG
|
||||||
|
* Fixing overlay with icon editor to be on the correct place at the screen
|
||||||
|
* Coreccting the imagesize in the admin menu for SVG
|
||||||
|
* Fixing a bug when open the nameseditor directly after start that images are not created
|
||||||
|
### Changes
|
||||||
|
* Refactoring
|
||||||
|
* Change the SVG link to the correct array behavour
|
||||||
|
* Used the new methods of AWebserverDataBackend
|
||||||
|
|
||||||
## 1.3.0 - New Gateway
|
## 1.3.0 - New Gateway
|
||||||
### New Features
|
### New Features
|
||||||
* Implement Lora-Gateway-Data 1.1.0 Format
|
* Implement Lora-Gateway-Data 1.1.0 Format
|
||||||
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 16
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 16.0.29519.87
|
VisualStudioVersion = 16.0.29519.87
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lora-Map_Core", "Lora-Map\Lora-Map.csproj", "{78136B15-FF0B-4DCE-94CA-1D6148DEA232}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lora-Map", "Lora-Map\Lora-Map.csproj", "{78136B15-FF0B-4DCE-94CA-1D6148DEA232}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7DD32F31-ACB0-4F5E-B3D8-78564A83ACEF}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7DD32F31-ACB0-4F5E-B3D8-78564A83ACEF}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
Loading…
Reference in New Issue
Block a user