generated from AlexanderMac/go-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
872cf0f
commit ffacfd0
Showing
2 changed files
with
97 additions
and
40 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,12 +1,19 @@ | ||
## v0.3.0 | ||
#### _Dec. 5, 2023_ | ||
* Add option to download the changelog content. | ||
* Use resty instead of net/http. | ||
|
||
## v0.2.0 | ||
#### _Sep. 27, 2023_ | ||
* BREAKING_CHANGE: Delete the `logger` parameter from the `gosu.New` function. To set a custom logger now the new `SetLogger` function should be used, it accepts a struct satisfying the `Logger` interface. | ||
|
||
## v0.1.0 | ||
#### _Sep. 22, 2023_ | ||
* First public release. | ||
# Changelog | ||
|
||
## v0.4.0 (Nov. 28, 2024) | ||
### BREAKING_CHANGES | ||
- The `CheckUpdates`, `DownloadAsset` and `UpdateApp` now return the `State` result. | ||
### Changes | ||
- Use channel to get asset's downloading progress. | ||
- Add possibility to cancel asset's downloading. | ||
|
||
## v0.3.0 (Dec. 05, 2023) | ||
- Add option to download the changelog content. | ||
- Use resty instead of net/http. | ||
|
||
## v0.2.0 (Sep. 27, 2023) | ||
### BREAKING_CHANGES | ||
- Delete the `logger` parameter from the `gosu.New` function. To set a custom logger use the `SetLogger` function, it accepts a struct satisfying the `Logger` interface. | ||
|
||
## v0.1.0 (Sep. 22, 2023) | ||
- First public release. |
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