mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Update changelog, README.md, SECURITY.md
This commit is contained in:
17
README.md
17
README.md
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
**BiogasControllerApp V2.3**
|
**BiogasControllerApp V2.3.0**
|
||||||
|
|
||||||
THIS SOFWARE FALLS UNDER THE GPL V3 LICENSE AND AS SUCH COMES WITH
|
THIS SOFWARE FALLS UNDER THE GPL V3 LICENSE AND AS SUCH COMES WITH
|
||||||
ABSOLUTELY NO WARRANTY!
|
ABSOLUTELY NO WARRANTY!
|
||||||
@@ -17,9 +17,10 @@ and an automatic assignment of the comport on all supported Operating systems (s
|
|||||||
- Easily change the temperature that is set for the controller to heat to
|
- Easily change the temperature that is set for the controller to heat to
|
||||||
- Easy to navigate menus and submenus for better organisation
|
- Easy to navigate menus and submenus for better organisation
|
||||||
- (Almost) Bugfree
|
- (Almost) Bugfree
|
||||||
|
- Detailed and still private logging (not sending any information to anybody except you do)
|
||||||
- The app is still maintained and as such known issues will be resolved
|
- The app is still maintained and as such known issues will be resolved
|
||||||
- Highly detailed error resolving instructions directly inside of the app
|
- Highly detailed error resolving instructions directly inside the app
|
||||||
- Easy to run: No extra Software required (e.g. Python or similar)
|
- Easy to run: No extra Software required (e.g. Python or similar) (currently Windows only)
|
||||||
- Easy to install and uninstall as it has an installer and uninstaller
|
- Easy to install and uninstall as it has an installer and uninstaller
|
||||||
- Some settings are available through the /config/settings.ini file
|
- Some settings are available through the /config/settings.ini file
|
||||||
|
|
||||||
@@ -33,12 +34,10 @@ and an automatic assignment of the comport on all supported Operating systems (s
|
|||||||
- FreeBSD: Works with slight modification of the source code
|
- FreeBSD: Works with slight modification of the source code
|
||||||
|
|
||||||
|
|
||||||
|
*Required packages/programs to install the app yourself*
|
||||||
***THIS APP IS FREE TO USE FOR EVERYONE THAT HAS USE FOR IT***
|
- Python 3.8 - 3.10 (only tested on these versions)
|
||||||
|
- kivy
|
||||||
*Please also read the license agreement (this project falls under the GPLv3 License and as such
|
- pyserial
|
||||||
you are obligated to reuse the same license if you intend to fork this project!*
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DEVELOPMENT:
|
DEVELOPMENT:
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ The support for Version 2.2.0 and below will end with the next Version (2.4.0)!
|
|||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
If you find any potential security issues, please let me know through the issues tab. You can expect an update to arrive in not under a week of opening the issue.
|
If you find any potential security issues, please let me know through the issues tab. You can expect an update to arrive in not under a week of opening the issue.
|
||||||
|
Other option: Fix it yourself and then open a pull request on this GitHub page.
|
||||||
|
|||||||
28
changelog
28
changelog
@@ -60,6 +60,25 @@ V2.2-Rc1:
|
|||||||
- fixed a bug that could cause the app not to show any error when using the new feature.
|
- fixed a bug that could cause the app not to show any error when using the new feature.
|
||||||
|
|
||||||
|
|
||||||
|
dev-V2.3rev1
|
||||||
|
- Added a config file with config readout
|
||||||
|
|
||||||
|
dev-V2.3rev2
|
||||||
|
- Added a logger so bugs can more easily be found
|
||||||
|
|
||||||
|
dev-V2.3rev3
|
||||||
|
- Fixed a bug that sometimes crashed the app and in the other cases didn't properly load the old values
|
||||||
|
|
||||||
|
dev-V2.3rev4
|
||||||
|
- A couple of bugfixes
|
||||||
|
|
||||||
|
dev-V2.3rev5
|
||||||
|
- Added the GPL V3 License
|
||||||
|
- Added License information into the program as this is required by the License
|
||||||
|
|
||||||
|
V2.3-Rc1:
|
||||||
|
- Bugfixes
|
||||||
|
|
||||||
FULL RELEASES
|
FULL RELEASES
|
||||||
|
|
||||||
V2:
|
V2:
|
||||||
@@ -73,8 +92,15 @@ V2.1
|
|||||||
- MORE RELIABLE Comport handling
|
- MORE RELIABLE Comport handling
|
||||||
- BUGFIXES
|
- BUGFIXES
|
||||||
|
|
||||||
V2.2 (Upcoming)
|
V2.2
|
||||||
- ALLOWS for easier configuration changing
|
- ALLOWS for easier configuration changing
|
||||||
- ADDS a Settings screen
|
- ADDS a Settings screen
|
||||||
- ADDS easier bug-reporting
|
- ADDS easier bug-reporting
|
||||||
- BUGFIXES
|
- BUGFIXES
|
||||||
|
|
||||||
|
V2.3
|
||||||
|
- UPDATES / FIXES support for partial reprogramming (old values will be loaded)
|
||||||
|
- ADDS logging (you can include the logs in a bugreport so the devs can pin-point the exact cause and replicate the error)
|
||||||
|
- ADDS some settings through a config file
|
||||||
|
- CHANGED License from NONE to GPL V3
|
||||||
|
- BUGFIXES
|
||||||
Reference in New Issue
Block a user