WiiSOAP 0.2.3 Released.

This commit is contained in:
CornierKhan1 2018-12-06 10:04:23 +11:00
parent 5028ca8247
commit 54842e69ce
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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.