diff --git a/data/io.elementary.switchboard.about.appdata.xml.in b/data/io.elementary.switchboard.about.appdata.xml.in index be38cebac..95a0d97eb 100644 --- a/data/io.elementary.switchboard.about.appdata.xml.in +++ b/data/io.elementary.switchboard.about.appdata.xml.in @@ -7,10 +7,31 @@ application-x-firmware about-plug - + -

Provide information for more types of Graphics

-

Updated translations

+

Redesign and new features:

+
    +
  • Rename from About to System
  • +
  • Split Hardware and Operating System info into their own tabs
  • +
  • Redesign the Operating System tab with clearer links and buttons
  • +
  • Add a Firmware view to manage device firmware updates
  • +
+

More information:

+
    +
  • Provide information for ARM CPUs
  • +
  • Provide information for more types of Graphics
  • +
+

Fixes:

+
    +
  • Fix an issue where the view was destroyed early when navigating away
  • +
  • Fix system memory calculation
  • +
+

Minor updates:

+
    +
  • Ellipsize long hardware names
  • +
  • Performance improvements
  • +
  • Updated translations
  • +
@@ -30,9 +51,15 @@
- - https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot.png - + + https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot.png + + + https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot-hardware.png + + + https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot-firmware.png + https://elementary.io https://github.com/elementary/switchboard-plug-about/issues diff --git a/data/screenshot-firmware.png b/data/screenshot-firmware.png new file mode 100644 index 000000000..523207585 Binary files /dev/null and b/data/screenshot-firmware.png differ diff --git a/data/screenshot-hardware.png b/data/screenshot-hardware.png new file mode 100644 index 000000000..da7969075 Binary files /dev/null and b/data/screenshot-hardware.png differ diff --git a/data/screenshot.png b/data/screenshot.png index c58d48494..8573b40c5 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/meson.build b/meson.build index 356d40e77..88c080b2b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'about', 'vala', 'c', - version: '2.6.3' + version: '6.0.0' ) gettext_name = meson.project_name() + '-plug'