From fbc11a86c8f34578c389c87f0046c209ea6a5d52 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 2 Jun 2019 10:23:25 -0400 Subject: FreeDesktop: Add Release information to AppStream This commit improves Blender's AppStream metadata with minor punctuation and grammar improvements to the description, and a new `` tag for the current release. The `` tag benefits Blender in the following ways: - Flathub users get to see the actual release number instead of "stable" - Make it easy for all packagers to include changelogs, so Blender's users gets to see what's new in 2.79 - Blender gets featured in GNOME software to reward it for having Release information in its AppStream metadata (KDE Discover [[ https://bugs.kde.org/show_bug.cgi?id=389509 | plans do do the same thing ]]) If the prior objection to adding release data to the AppStream metadata was the ongoing maintenance burden, I volunteer to take it on for subsequent Blender releases. Author: @ngraham Differential Revision: https://developer.blender.org/D3065 --- .../freedesktop/org.blender.Blender.appdata.xml | 35 +++++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/release/freedesktop/org.blender.Blender.appdata.xml b/release/freedesktop/org.blender.Blender.appdata.xml index d71dcb3719b..cf98bbf0ec2 100644 --- a/release/freedesktop/org.blender.Blender.appdata.xml +++ b/release/freedesktop/org.blender.Blender.appdata.xml @@ -1,7 +1,7 @@ org.blender.Blender - blender.desktop + blender.desktop Blender Free and open source 3D creation suite CC0-1.0 @@ -9,19 +9,19 @@

Blender is the free and open source 3D creation suite. It supports - the entirety of the 3D pipeline—modeling, rigging, animation, + the entirety of the 3D pipeline — modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.

- Advanced users employ Blender’s API for Python scripting to + Advanced users can employ Blender’s API for Python scripting to customize the application and write specialized tools. Blender is well suited to individuals and small studios who benefit from its unified pipeline and responsive development process.

- http://www.blender.org + https://www.blender.org https://www.blender.org/support/ https://developer.blender.org https://www.blender.org/foundation/donation-payment/ @@ -39,4 +39,31 @@ https://download.blender.org/demo/screenshots/blender_screenshot_4.jpg + + + +

New features:

+
    +
  • Denoiser
  • +
  • Filmic color management
  • +
  • PBR shader
  • +
  • Shadow catcher
  • +
  • Surface Deform modifier
  • +
  • More bundled add-ons
  • +
  • ...And many more!
  • +
+

Enhancements:

+
    +
  • Faster OpenCL
  • +
  • Cycles improvements
  • +
  • Modeling tool improvements
  • +
  • Animation improvements
  • +
  • Grease Pencil improvements
  • +
  • Automatic scaling on high DPI displays
  • +
  • Alembic import and export improvements
  • +
  • ...And many more!
  • +
+
+
+
-- cgit v1.2.3