From 49679c7a470f5adff826a849677d744785ec07b7 Mon Sep 17 00:00:00 2001 From: wpkelso Date: Mon, 21 Oct 2024 15:52:19 -0400 Subject: [PATCH 1/7] update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) From 3add0c2fa53d5ca00e7d8eeba6f4f8e76049ce51 Mon Sep 17 00:00:00 2001 From: wpkelso Date: Mon, 21 Oct 2024 15:58:31 -0400 Subject: [PATCH 2/7] Add new release to icons.metainfo.xml.in --- data/icons.metainfo.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index cbfc7b96c..438d349da 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -29,6 +29,7 @@ contact_at_elementary.io +

Additions:

    From 6c6fb1a5a64c5bef38331531d75b959ad7083669 Mon Sep 17 00:00:00 2001 From: wpkelso Date: Mon, 21 Oct 2024 16:48:55 -0400 Subject: [PATCH 3/7] add release notes to metainfo.xml.in --- data/icons.metainfo.xml.in | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index 438d349da..87eca21fa 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -29,7 +29,26 @@ 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
    • +
    • 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 it's 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
    • +
    +

    Additions:

      From 3bd4deafd1d0744be6444d0baefeb44ddb42987f Mon Sep 17 00:00:00 2001 From: wpkelso Date: Mon, 21 Oct 2024 16:58:01 -0400 Subject: [PATCH 4/7] add issues to metainfo --- data/icons.metainfo.xml.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index 87eca21fa..29a21f82c 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -47,7 +47,11 @@
    • `mail-message-new` has been made more uniform across it's 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:

From bc3e510ae872fcbd8fe4d4eb7e168b603f08b4d3 Mon Sep 17 00:00:00 2001 From: William Kelso Date: Mon, 21 Oct 2024 19:27:47 -0400 Subject: [PATCH 5/7] Fix 8.0.0 release year in metainfo.xml.in --- data/icons.metainfo.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index 29a21f82c..b05d6eb66 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -53,7 +53,7 @@ system-software-install
- +

Additions:

  • `preferences-desktop-wallpaper` is now a unique icon from `preferences-desktop` and features a colorful paint roller design
  • From eaba86b54e9397d4bbd2f6ad628b7a289f42013a Mon Sep 17 00:00:00 2001 From: William Kelso Date: Mon, 21 Oct 2024 21:12:16 -0400 Subject: [PATCH 6/7] Correct grammar and specificity --- data/icons.metainfo.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index b05d6eb66..e93d5004c 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -40,11 +40,11 @@

    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
    • +
    • `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 it's variations
    • +
    • `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
    From 7b95c0d46b6d045735558342b65ec7bd36f98f1c Mon Sep 17 00:00:00 2001 From: William Kelso Date: Wed, 23 Oct 2024 20:04:42 -0400 Subject: [PATCH 7/7] Update date (and remember that October is the 10th month) --- data/icons.metainfo.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index e93d5004c..3152cace4 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -29,7 +29,7 @@ contact_at_elementary.io - +

    Additions:

    • import and export actions at 16x