Skip to content

Commit

Permalink
chore: 🔖 version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildishGiant committed Dec 29, 2022
1 parent cac74ed commit d706bae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.0](https://github.com/ChildishGiant/mixer/compare/1.0.0...1.1.0) (2022-12-29)

* Fixed a long-standing issue on Fedora (and probably other distros) ([#26](https://github.com/ChildishGiant/mixer/issues/26))
* French translation thanks to @rene-coty
* Turkish translation thanks to @sabriunal

## [0.1.4](https://github.com/ChildishGiant/mixer/compare/v0.1.3...v0.1.4) (2021-09-30)


Expand Down
10 changes: 10 additions & 0 deletions data/com.github.childishgiant.mixer.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1.0" date="2022-12-29">
<description>
<p>Fixed a long-standing issue on Fedora (and probably other distros)</p>
<p>Some lovely contributors have translated mixer!</p>
<ul>
<li>French thanks to @rene-coty</li>
<li>Turkish thanks to Sabri Ünal</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2021-12-11">
<description>
<p>Nothing new!</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class Mixer.App : Gtk.Application {

private static string version = "1.0.0";
private static string version = "1.1.0";
private static bool print_version = false;
private static string mockup = null;
public PulseManager manager;
Expand Down

0 comments on commit d706bae

Please sign in to comment.