-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Advanced Windows features #213
Conversation
For testing purpose! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't say anything about the windows features, but these two are too general - doesn't say anything useful
CHANGELOG.md
Outdated
## 1.19.0 | ||
* Fix some typo errors. #210 #212 | ||
* Fix float point handling for rain and cloud. #211 | ||
* Introducing the advance windows features. #213 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Details? (should also be advanced)
internal/app/handler_servers.go
Outdated
@@ -79,3 +80,19 @@ func (h *Handler) StopAllServers(c *gin.Context) { | |||
|
|||
c.JSON(http.StatusOK, nil) | |||
} | |||
|
|||
// Metadata Show some useful informations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't say anything useful
No description provided.