Skip to content

Commit

Permalink
Release 6.0.0 (#171)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update io.elementary.camera.yml

* Update meson.build

* Update release.yml

* Update io.elementary.camera.yml

* Update screenshot
  • Loading branch information
danirabbit authored Jul 21, 2021
1 parent 5d6acb9 commit 5338313
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data/io.elementary.camera.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
<p>Camera is a simple app to take photos with a webcam.</p>
</description>
<releases>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<description>
<ul>
<li>Switch between multiple cameras</li>
<li>Send a notification when recording is finished</li>
<li>Add option to mirror the camera</li>
<li>Add brightness and contrast adjustment</li>
<li>Support the dark style</li>
<li>Prevent multiple countdown timers from running at the same time</li>
<li>Improved support for camera hardware</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="1.0.6" date="2020-04-01" urgency="medium">
<description>
<ul>
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 io.elementary.camera.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.elementary.camera
runtime: io.elementary.Platform
runtime-version: 'daily'
runtime-version: '6'
sdk: io.elementary.Sdk
command: io.elementary.camera
finish-args:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.camera', 'vala', 'c',
meson_version : '>= 0.46',
version: '1.0.6'
version: '6.0.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit 5338313

Please sign in to comment.