diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ed66d..202cc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## [0.1.0] - 2023-04-22 ### Added - [#107](https://github.com/dweymouth/supersonic/issues/107) Add playback settings dropdown to choose output audio device diff --git a/main.go b/main.go index 6dcb4b0..52a919a 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.1.0-beta" + appVersion = "0.1.0" appVersionTag = "v" + appVersion configFile = "config.toml" latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest" diff --git a/res/io.github.dweymouth.supersonic.appdata.xml b/res/io.github.dweymouth.supersonic.appdata.xml index 2c3b222..847bb76 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -20,11 +20,11 @@ Features:
- Beta release of Supersonic! -
-- Lots of fixes and new features in this release, including - ReplayGain support and a brand new settings dialog, and much - improved memory utilization! -
-- Supersonic is free and always will be, but if you are enjoying - it and want to support the project, donations are always - appreciated! And if you're a developer, contributions are - welcome! -
-- Edit: there is a minor bug in this release - if you've already - been running Supersonic off of the fresh code in the main - branch, when launching this version for the first time the - update checker may inform you of a "new" version, which is just - this release. Just select "Skip this version" and it will go - away until the next release! :) + Version 0.1.0 release of Supersonic!
+Added
Fixed