Releases: snhilde/statusbar
Releases · snhilde/statusbar
Version 5.5.0
Version 5.4.1
- Ran a suite of linters using
golangci-lint
.
Version 5.4.0
- Fixed not
free
ing Cstring when building statusbar output.
Version 5.3.0
- Switched weather provider for
sbweather
to OpenWeather (https://openweathermap.org/). - Broke out CHANGELOG to its own file.
Version 5.2.3
- Added Makefile.
- Added Travis build file.
Version 5.2.2
- Created v4 and v5 subdirectories to follow Semantic Import Versioning rules.
Version 5.2.1
- Update README for REST API.
- Handle SIGTERM signal now.
- Add go.mod and go.sum module files.
Version 5.2.0
- Added REST API, enabled with
Statusbar.EnableRESTAPI
. - Migrated to package
log
for logging statements. - Moved
routine
object and its methods to a separate file. - Added
Statusbar.Stop
. - Added
Statusbar.Uptime
. - Various bug fixes and typo corrections.
Version 5.1.2
- Added package description for automatic doc generation,
Version 5.1.1
- Migrated documentation to GoDocs to PkgGoDev Doc