From 54842e69ce1f8f26caf3c4e86617233bfea29f82 Mon Sep 17 00:00:00 2001 From: CornierKhan1 Date: Thu, 6 Dec 2018 10:04:23 +1100 Subject: [PATCH] WiiSOAP 0.2.3 Released. --- README.md | 7 +++++++ main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9348ad6..4674c86 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ This is the SOAP Server Software. The other repository only has the communicatio # Changelog Versions on this software are based on goals. (e.g 0.2 works towards SQL support. 0.3 works towards NUS support, etc.) ## 0.2.x Kawauso +### 0.2.3 +- Added TODO Items. +- Improved Error Handling. +- Bug fixes. +> Fixed an issue where converting string to byte in the switch cases would cause the program to not compile. Since converting to byte in switch is not possible. The program should now compile without any errors. +- Organized the script to make it easier to read. +- No changes to SQL have been made in this update. ### 0.2.2 - Switched from if else to switch case. This makes the script cleaner, and makes the program faster. - No changes to SQL have been made in this update. diff --git a/main.go b/main.go index 8d40662..430ca04 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ func CheckError(e error) { func main() { // Initial Start. - fmt.Println("WiiSOAP 0.2.2 Kawauso") + fmt.Println("WiiSOAP 0.2.3 Kawauso") fmt.Println("Reading the Config...") // Check the Config.