Skip to content

Commit

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

* Update meson.build

* Update release.yml
  • Loading branch information
danirabbit committed Jul 15, 2021
1 parent f09104a commit 474f649
Show file tree
Hide file tree
Showing 3 changed files with 46 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: "builds@elementary.io"
with:
release_branch: 'juno'
release_branch: 'odin'
44 changes: 44 additions & 0 deletions data/icons.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,50 @@
<p>An original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon.</p>
</description>
<releases>
<release version="6.0.0" date="2021-07-15" urgency="medium">
<description>
<p>Updated families:</p>
<ul>
<li>Improved consistency between arrow shapes</li>
<li>Improved appearance of color icons against dark backgrounds</li>
<li>More gender-nuetral people icons</li>
<li>Rounded media controls</li>
<li>Rounded lightening bolt shape</li>
<li>More colorful battery icons</li>
</ul>
<p>Additions:</p>
<ul>
<li>align-*</li>
<li>color-picker</li>
<li>distribute-*</li>
<li>draw-calligraphic</li>
<li>office-database-new</li>
<li>tools-spray</li>
<li>application-content-*</li>
<li>thunderbolt devices</li>
<li>video-display-tv</li>
<li>symbolic headphones</li>
<li>application-certificate</li>
<li>application-json</li>
<li>office-task-symbolic</li>
<li>status emblems</li>
<li>emblem-git-*</li>
</ul>
<p>Removals:</p>
<ul>
<li>accessories-camera</li>
<li>accessories-screenshot</li>
<li>audio-speaker-testing</li>
<li>edit-undo-archive</li>
<li>internet-mail</li>
<li>internet-news-reader</li>
<li>multimedia-audio-player</li>
<li>notification bell animations</li>
<li>nm-*</li>
<li>ubiquity</li>
</ul>
</description>
</release>
<release version="5.3.1" date="2020-05-06" urgency="medium">
<description>
<p>Minor updates</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project (
'io.elementary.icons',
version: '5.3.1',
version: '6.0.0',
license : 'GPL3+'
)

Expand Down

0 comments on commit 474f649

Please sign in to comment.