diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index cbfc7b96c..3152cace4 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -29,7 +29,31 @@ contact_at_elementary.io - + +

Additions:

+
    +
  • import and export actions at 16x
  • +
  • `mail-send-receive` now has a color version
  • +
  • `system-software-install` has a new icon, separate from the AppCenter branding
  • +
  • symlinks are now handled in the build system
  • +
+

Updated families:

+
    +
  • Fixed color, pagesizes, and grid alignment for all symbolic icons
  • +
  • `text` and `text-vertical` cursors have new designs, matching the new cursor style from 8.0.0
  • +
  • Chat bubbles are now used for `user-*` status icons
  • +
  • `preferences-desktop-locacle-symbolic` has been updated to be closer to the color version
  • +
  • The colors of the magnifying glass in print preview actions has been unified with that of the find action
  • +
  • `mail-message-new` has been made more uniform across its variations
  • +
  • `save-as-symbolic` has a new design to differentiate from `save`
  • +
  • session icons (`system-*`) have had minor updates to shape language and color added
  • +
+ + Status: user-* icon styles differ between fullcolor and symbolic + system-software-install + +
+

Additions:

  • `preferences-desktop-wallpaper` is now a unique icon from `preferences-desktop` and features a colorful paint roller design
  • diff --git a/meson.build b/meson.build index dd09f47e8..eb77d4dea 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project ( 'io.elementary.icons', - version: '8.0.0', + version: '8.1.0', license : 'GPL3+', meson_version: '>=0.61', )