-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (DutchmanNL) update state definitions, (solves #77 #58) * (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74)
- Loading branch information
DutchmanNL
committed
Oct 26, 2024
1 parent
0ffe94b
commit 8311c69
Showing
5 changed files
with
5,715 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 DutchmanNL <[email protected]> | ||
Copyright (c) 2024 DutchmanNL <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,10 @@ All of this helps me to provide error-free adapters that basically never crash. | |
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### 0.3.3-beta.0 (2024-10-26) - Bugfixes | ||
* (DutchmanNL) update state definitions, (solves #77 #58) | ||
* (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74) | ||
|
||
### 0.3.2 (2023-11-20) | ||
* (DutchmanNL) Show finish time as ISO string | ||
|
||
|
@@ -130,7 +134,7 @@ All of this helps me to provide error-free adapters that basically never crash. | |
## License | ||
MIT License | ||
|
||
Copyright (c) 2023 DutchmanNL <[email protected]> | ||
Copyright (c) 2024 DutchmanNL <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.