Skip to content
Snippets Groups Projects
Commit 79eac983 authored by philip.schell's avatar philip.schell
Browse files

Update CHANGELOG.md

parent 7d608159
No related branches found
No related tags found
No related merge requests found
# Changelog
## 1.8.4
### New Features
### Bugfixes
### Changes
* Fixing a bug related to threaded working with data
## 1.8.3
### New Features
### Bugfixes
### Changes
* Refactoring and make using threads on event occours
## 1.8.2
* Bugfix, create also an event for sending normal loradata when update panic
### New Features
### Bugfixes
* Create also an event for sending normal loradata when update panic
### Changes
## 1.8.1
* Add Hostname to MQTT, so you can see from witch device the data is recieved
### New Features
* Add Hostname to MQTT, so you can see from witch device the data is recieved
### Bugfixes
### Changes
## 1.8.0
* Add field that indicates when the last gps position was recieved, change all times to UTC
### New Features
* Add field that indicates when the last gps position was recieved, change all times to UTC
### Bugfixes
### Changes
## 1.7.0
* Add Parsing for new Statusformat and Panic Packet
### New Features
* Add Parsing for new Statusformat and Panic Packet
### Bugfixes
### Changes
## 1.6.1
### New Features
### Bugfixes
### Changes
* Update to local librarys
## 1.6.0
* Fixing binary data transmission
## 1.6.0
### New Features
### Bugfixes
* Fixing binary data transmission
### Changes
* Change internal data handling from String to Byte[]
## 1.5.0
* Add support for IC880A board
### New Features
* Add support for IC880A board
### Bugfixes
### Changes
* Rename LoraConnector to DraginoLora
## 1.4.2
### New Features
### Bugfixes
* Fixing parsing bug with linebreaks
### Changes
* Adding test for LoraBinary
## 1.4.1
* Fixing parsing bug with linebreaks
## 1.4.0
* Implement Height in Lora
## 1.3.0
### New Features
* Implement Height in Lora
### Bugfixes
### Changes
* Restructure and remove old code
* Status event and fileds added and refactoring
## 1.2.0
* Restructure and remove old code
## 1.1.0
* Now awaiing Battery as Double and fix the sending twise issue
\ No newline at end of file
### New Features
### Bugfixes
* fix the sending twise issue
### Changes
* Now awaiing Battery as Double
## 1.0.0.0
### New Features
* First Version of LoraConnector
### Bugfixes
### Changes
\ No newline at end of file
......@@ -58,6 +58,9 @@
<Compile Include="LoraController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\CHANGELOG.md" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Librarys\litjson\litjson\litjson_4.7.1.csproj">
<Project>{91a14cd2-2940-4500-8193-56d37edddbaa}</Project>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment