From 474f649ebc18ee5ff7c41cb0a15bf169eec3c158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Thu, 15 Jul 2021 16:11:47 -0600 Subject: [PATCH] Release 6.0.0 (#1035) * Release 6.0.0 * Update meson.build * Update release.yml --- .github/workflows/release.yml | 2 +- data/icons.appdata.xml.in | 44 +++++++++++++++++++++++++++++++++++ meson.build | 2 +- 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2243aef0f..58d6e4bc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,4 @@ jobs: GIT_USER_NAME: "elementaryBot" GIT_USER_EMAIL: "builds@elementary.io" with: - release_branch: 'juno' + release_branch: 'odin' diff --git a/data/icons.appdata.xml.in b/data/icons.appdata.xml.in index c62fbe88c..266eb4f33 100644 --- a/data/icons.appdata.xml.in +++ b/data/icons.appdata.xml.in @@ -10,6 +10,50 @@

An original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon.

+ + +

Updated families:

+
    +
  • Improved consistency between arrow shapes
  • +
  • Improved appearance of color icons against dark backgrounds
  • +
  • More gender-nuetral people icons
  • +
  • Rounded media controls
  • +
  • Rounded lightening bolt shape
  • +
  • More colorful battery icons
  • +
+

Additions:

+
    +
  • align-*
  • +
  • color-picker
  • +
  • distribute-*
  • +
  • draw-calligraphic
  • +
  • office-database-new
  • +
  • tools-spray
  • +
  • application-content-*
  • +
  • thunderbolt devices
  • +
  • video-display-tv
  • +
  • symbolic headphones
  • +
  • application-certificate
  • +
  • application-json
  • +
  • office-task-symbolic
  • +
  • status emblems
  • +
  • emblem-git-*
  • +
+

Removals:

+
    +
  • accessories-camera
  • +
  • accessories-screenshot
  • +
  • audio-speaker-testing
  • +
  • edit-undo-archive
  • +
  • internet-mail
  • +
  • internet-news-reader
  • +
  • multimedia-audio-player
  • +
  • notification bell animations
  • +
  • nm-*
  • +
  • ubiquity
  • +
+
+

Minor updates

diff --git a/meson.build b/meson.build index 5e4aec217..cadb049b7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project ( 'io.elementary.icons', - version: '5.3.1', + version: '6.0.0', license : 'GPL3+' )