Skip to content

Commit

Permalink
Release 2.1.7 (#163)
Browse files Browse the repository at this point in the history
* Release 2.1.7

* Update release.yml

* Update meson.build

* Update screenshot

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 14, 2021
1 parent 6e7f6dc commit 9155f57
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
with:
release_branch: 'juno'
release_branch: 'odin'
7 changes: 7 additions & 0 deletions data/bluetooth.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<summary>Connect and disconnect paired Bluetooth devices</summary>
<icon type="stock">preferences-bluetooth</icon>
<releases>
<release version="2.1.7" date="2021-07-14" urgency="medium">
<description>
<p>Add tooltip on hover</p>
<p>Add a fallback device name for headphones</p>
<p>Updated translations</p>
</description>
</release>
<release version="2.1.6" date="2020-12-23" urgency="medium">
<description>
<p>Prevent showing duplicate devices</p>
Expand Down
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'bluetooth',
'vala', 'c',
version: '2.1.6'
version: '2.1.7'
)

gettext_name = meson.project_name() + '-indicator'
Expand Down

0 comments on commit 9155f57

Please sign in to comment.