Bot-Utils/Changelog.md

125 lines
3.3 KiB
Markdown
Raw Normal View History

2022-01-09 11:21:35 +01:00
# Changelog
2022-01-25 23:28:11 +01:00
## 1.2.6 - 2022-01-25 - Makeing Logging easyier
### New Features
* Construct the Programm logger only if enabled
* Set Searchpath by default for a Bot
* Add an option that allows to debug logging (by default on)
### Bugfixes
### Changes
* Deconstruct Programmlogger
* Change all classes that extend ABot
* Module messages also uses debug logging flag
* Codingstyles
2022-01-20 19:20:04 +01:00
## 1.2.5 - 2022-01-20 - Better linux handling
### New Features
* Add ProcessExit Handler in ABot
* Add Output in ModulDispose
### Bugfixes
* Eleminate Hangs in Cronjob, when in startup phase it not blocks shutdown
### Changes
* Reweite ABot, remove Mono Code
* Codingstyle
2022-01-18 22:00:43 +01:00
## 1.2.4 - 2022-01-18 - Config enabled module loading
### New Features
* Modules can have an enabled=true|false in config, so that also enables or disables moduleloading.
### Bugfixes
### Changes
2022-01-09 11:21:35 +01:00
## 1.2.3 - 2022-01-09 - Tiny Refactoring
### New Features
### Bugfixes
### Changes
* Cleanup Changelog
* Tiny Refactorings
## 1.2.2 - 2021-08-22 - Going to netcore
2021-08-22 20:20:23 +02:00
### New Features
* Split Wbserver to AWebserver and AWebserverDataBackend
* Add mp4 as binary content
* make a mirror of this repo on github
2022-01-09 11:21:35 +01:00
### Bugfixes
2021-08-22 20:20:23 +02:00
### Changes
* change to c+ newer coding style
* mograde to c# netcore 3.1
2022-01-09 11:21:35 +01:00
## 1.2.1 - 2019-08-30 - When using Dispose, kill also mqtt connection and other tiny fixes
2021-08-22 20:20:23 +02:00
### New Features
* Add LICENSE, CONTRIBUTING.md and README.md
### Bugfixes
* When using Dispose, kill also mqtt connection
### Changes
* A bit more debugging
2022-01-09 11:21:35 +01:00
## 1.2.0 - 2019-05-27 - Refactor Bot to ABot and refere MultiSourceBot
2021-08-22 20:20:23 +02:00
### New Features
* Add MultiSourceBot*
* Refere MultiSourceBot, Webserver and Bot to it.
2022-01-09 11:21:35 +01:00
### Bugfixes
2021-08-22 20:20:23 +02:00
### Changes
* Refactor Bot to ABot
* Rewrite Mqtt module so that it not need to watch the connection.
2022-01-09 11:21:35 +01:00
## 1.1.9 - 2019-04-21 - Modify Output of SendFileResponse
2021-08-22 20:20:23 +02:00
### New Features
* Modify Output of SendFileResponse
2022-01-09 11:21:35 +01:00
### Bugfixes
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.8 - 2019-04-15 - Add logger to Webserver Class
2021-08-22 20:20:23 +02:00
### New Features
* Add logger to Webserver Class
2022-01-09 11:21:35 +01:00
### Bugfixes
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.7 - 2019-04-14 - REQUEST_URL_HOST
### New Features
### Bugfixes
2021-08-22 20:20:23 +02:00
### Changes
* Restrucutre loading, so that all is init and after the listener is started, REQUEST_URL_HOST gives now host and port
2022-01-09 11:21:35 +01:00
## 1.1.6 - 2019-04-03 - Refactoring and bugfixing
2021-08-22 20:20:23 +02:00
### New Features
* SendFileResponse with a parameter for the folder
* add function that parse post params
2022-01-09 11:21:35 +01:00
### Bugfixes
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.5 - 2019-03-27 - add a function to send an object as json directly
2021-08-22 20:20:23 +02:00
### New Features
* add a function to send an object as json directly
2022-01-09 11:21:35 +01:00
### Bugfixes
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.4 - 2019-03-13 - add Woff as Binary type
2021-08-22 20:20:23 +02:00
### New Features
* add Woff as Binary type
2022-01-09 11:21:35 +01:00
### Bugfixes
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.3 - 2019-03-10 - Variables parsing now as a String
### New Features
### Bugfixes
2021-08-22 20:20:23 +02:00
### Changes
* Variables parsing now as a String
2022-01-09 11:21:35 +01:00
## 1.1.2 - 2019-03-08 - Fixing bug for Contenttype
### New Features
2021-08-22 20:20:23 +02:00
### Bugfixes
* Fixing bug for Contenttype
2022-01-09 11:21:35 +01:00
### Changes
2021-08-22 20:20:23 +02:00
2022-01-09 11:21:35 +01:00
## 1.1.1 - 2019-02-17 - Update to local librarys
### New Features
### Bugfixes
2021-08-22 20:20:23 +02:00
### Changes
* Update to local librarys
2022-01-09 11:21:35 +01:00
## 1.1.0 - 2019-02-14 - Remove Helper from Bot-Utils
2021-08-22 20:20:23 +02:00
### New Features
2022-01-09 11:21:35 +01:00
* Remove Helper from Bot-Utils
### Bugfixes
### Changes