diff --git a/res/freedesktop/com.solvespace.SolveSpace.metainfo.xml.in b/res/freedesktop/com.solvespace.SolveSpace.metainfo.xml.in
index 3e88165..0479aae 100644
--- a/res/freedesktop/com.solvespace.SolveSpace.metainfo.xml.in
+++ b/res/freedesktop/com.solvespace.SolveSpace.metainfo.xml.in
@@ -19,7 +19,7 @@
SolveSpace is a free (GPLv3) parametric 3d CAD tool. Applications include:
- - Modeling 3d parts — draw with extrudes, revolves, and Boolean operations
+ - Modeling 3d parts — draw with extrudes, revolves/helix, and Boolean operations
- Modeling 2d parts — draw the part as a single section, and export; use 3d assembly to verify fit
- Modeling 3d-printed parts — export the STL or other triangle mesh expected by most slicers
- Preparing 2D CAM data — export 2d vector art for a waterjet machine or laser cutter
@@ -31,6 +31,34 @@
https://github.com/solvespace/solvespace/issues
@DESKTOP_FILE_NAME@
+
+
+
+ Main window with an empty document
+ https://solvespace.com/pics/window-linux-main.png
+
+
+ Property Browser with an empty document
+ https://solvespace.com/pics/window-linux-property-browser.png
+
+
+ Viewing and editing constraints on a model
+ https://solvespace.com/pics/front-page-pic.png
+
+
+ 3D view of a stand made from notched angle iron, from the "ex-stand" project
+ https://solvespace.com/pics/ex-stand-detail.jpg
+
+
+ Dimensioning a 2D sketch for a case for a printed circuit board, from the "ex-case" project
+ https://solvespace.com/pics/ex-case-outline.png
+
+
+ Showing tracing of Chebyshev's linkage, from the "ex-chebyshev" project
+ https://solvespace.com/pics/ex-chebyshev.png
+
+
+
application/x-solvespace
@@ -38,6 +66,19 @@
+
+
+ Major new stable release. Includes new arc and line length ratio and difference
+ constraints, comments associated with point entities. Adds "exploded view" to sketches,
+ and support for displaying measurements in "feet-inches". Adds a pitch parameter to
+ helix extrusions. Allows use of Point and Normal to define a new workplane to sketch in.
+ Adds live updating of Property Browser while dragging the sketch, and active links for
+ all points, normals, and vectors in the Property Browser. Adds the ability to link STL
+ files into a model. Includes a variety of UI improvements. Speeds up complex sketches
+ by up to 8x and doubles the maximum unknowns.
+
+ https://github.com/solvespace/solvespace/releases/tag/v3.0
+
Major new stable release. Includes new intersection boolean operation,