mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
Bumped version
This commit is contained in:
parent
e578d6e4d2
commit
62ab30fbe3
@ -7,6 +7,12 @@ This is the SOAP Server Software. The other repository only has the communicatio
|
|||||||
# Changelog
|
# Changelog
|
||||||
Versions on this software are based on goals. (e.g 0.2 works towards SQL support. 0.3 works towards NUS support, etc.)
|
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.x Kawauso
|
||||||
|
### 0.2.6
|
||||||
|
*This version of WiiSOAP Server was brought to you by Apfel. Thank you for your contribution.*
|
||||||
|
- Fixed error handling.
|
||||||
|
- Moved configuration example.
|
||||||
|
- Added `go.mod` for an easier installation.
|
||||||
|
- Changed `SQLPort` to `SQLAddress` in the `config.xml` file.
|
||||||
### 0.2.5
|
### 0.2.5
|
||||||
*This version of WiiSOAP Server was brought to you by Apfel. Thank you for your contribution.*
|
*This version of WiiSOAP Server was brought to you by Apfel. Thank you for your contribution.*
|
||||||
- Fixed lint errors.
|
- Fixed lint errors.
|
||||||
|
2
main.go
2
main.go
@ -47,7 +47,7 @@ func checkError(err error) {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Initial Start.
|
// Initial Start.
|
||||||
fmt.Println("WiiSOAP 0.2.5 Kawauso\nReading the Config...")
|
fmt.Println("WiiSOAP 0.2.6 Kawauso\nReading the Config...")
|
||||||
|
|
||||||
// Check the Config.
|
// Check the Config.
|
||||||
configfile, err := os.Open("./config.xml")
|
configfile, err := os.Open("./config.xml")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user