Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildishGiant committed Aug 3, 2021
1 parent 67f7ff0 commit f87ee01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# [v0.1.0](https://github.com/ChildishGiant/Mixer/compare/0.0.1...v0.1.0) (2021-07-21)
## [v0.1.2](https://github.com/ChildishGiant/Mixer/compare/v0.1.0...v0.1.2) (2021-08-03)
Ignore the skip in release numbers.
### Features

* add dropdown for changing what output an app uses ([68d831e](https://github.com/ChildishGiant/Mixer/commit/68d831eb249d6c7b4c593cd9e4ac1807eb648edc))
* support dark theme ([3b79be3](https://github.com/ChildishGiant/Mixer/commit/3b79be3a43b895491871f7404c1ab0388e3ae9fd))

### Misc

* mixer is now distributed as a flatpak package
* move to using libhandy ([ef6a26d](https://github.com/ChildishGiant/mixer/commit/ef6a26d7d5f98cbb47c6fed9609306965bfec9d7))


## [v0.1.0](https://github.com/ChildishGiant/Mixer/compare/0.0.1...v0.1.0) (2021-07-21)

### Features

* add dropdown for changing what output an app uses ([68d831e](https://github.com/ChildishGiant/Mixer/commit/68d831eb249d6c7b4c593cd9e4ac1807eb648edc))



# [0.0.1](https://github.com/ChildishGiant/Mixer/compare/f5c29056c4e66951ac5b5b1a06b604e02dd9c05a...0.0.1) (2021-07-11)
## [0.0.1](https://github.com/ChildishGiant/Mixer/compare/f5c29056c4e66951ac5b5b1a06b604e02dd9c05a...0.0.1) (2021-07-11)

### Features

Expand Down
4 changes: 4 additions & 0 deletions com.github.childishgiant.mixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ finish-args:
- '--socket=fallback-x11'
- '--socket=wayland'
- '--socket=pulseaudio'
# Needed to read device names
# TODO See if these can be narrowed down to just the audio devices
- '--device=all'
# Needed for perfers-color-scheme
- '--system-talk-name=org.freedesktop.Accounts'

# This section is where you list all the source code required to build your app.
# If we had external dependencies that weren't included in our SDK, we would list
Expand Down

0 comments on commit f87ee01

Please sign in to comment.