Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak changes for 2.4 #6875

Merged
merged 3 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Prusa GCode viewer
Name[de]=Prusa GCode Vorschau
Exec=prusa-slicer --gcodeviewer %F
Icon=com.prusa3d.PrusaSlicer.GCodeViewer
Terminal=false
Type=Application
MimeType=text/x.gcode;
Categories=Graphics;3DGraphics;
Keywords=3D;Printing;Slicer;
10 changes: 9 additions & 1 deletion src/platform/unix/flatpak/com.prusa3d.PrusaSlicer.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PrusaSlicer
Name[de]=PrusaSlicer
GenericName=3D Printing Software
Icon=com.prusa3d.PrusaSlicer
Exec=prusa-slicer %F
Expand All @@ -9,4 +10,11 @@ MimeType=model/stl;model/x-wavefront-obj;model/3mf;model/x-geomview-off;applicat
Categories=Graphics;3DGraphics;Engineering;
Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
StartupNotify=false
StartupWMClass=prusa-slicer
StartupWMClass=prusa-slicer
Actions=GCodeViewer;

[Desktop Action GCodeViewer]
Exec=prusa-slicer --gcodeviewer %F
Name=G-Code Viewer
Name[de]=G-Code Vorschau
Icon=com.prusa3d.PrusaSlicer.GCodeViewer
44 changes: 44 additions & 0 deletions src/platform/unix/flatpak/com.prusa3d.PrusaSlicer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,50 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.4.0-alpha1" date="2021-09-02">
<description>
<p>This is the first alpha release of PrusaSlicer 2.4.0, introducing Multi-material painting tool, improved FDM supports and raft,
Windows dark mode, Fuzzy Skin, per object Brim configuration, Negative volumes, automatic Color Print for signs, Shape Gallery,
"Tip of the day" notifications, Model simplification, support for Marlin 2 acceleration control, support of 3DLabPrint airplane models,
new 3rd party printer profiles and many more new features, improvements and bugfixes.</p>
</description>
</release>
<release version="2.3.3" date="2021-07-16">
<description>
<p>PrusaSlicer 2.3.3 is a patch release following PrusaSlicer 2.3.2 release, fixing an unfortunate bug in handling FDM multi-material
project and configuration files #6711.</p>
</description>
</release>
<release version="2.3.2" date="2021-07-08">
<description>
<p>This is a final release of PrusaSlicer 2.3.2, following 2.3.2-beta and 2.3.2-rc.
For the new features in the 2.3.2 series, please read the change logs of the beta and release candidate.
The final release is functionally equal to the release candidate, with a single additional improvement:
Before installing profile updates, a configuration snapshot is taken. In rare circumstances when the current configuration is not consistent,
taking a configuration snapshot fails. PrusaSlicer 2.3.2 newly informs about the issue and offers either to install the configuration updates
even if taking the configuration snapshot failed or to abort update of the profiles.</p>
</description>
</release>
<release version="2.3.1" date="2021-04-19">
<description>
<p>This a final release of PrusaSlicer 2.3.1, introducing native builds for the new Apple Silicon MacBooks, Chrome OS support, performance improvements
in G-code rendering, security fixes and new 3rd party printer profiles. For full changelog on PrusaSlicer 2.3.1 series, please check the PrusaSlicer
2.3.1-rc change log.</p>
</description>
</release>
<release version="2.3.0" date="2021-01-11">
<description>
<p>This a final release of PrusaSlicer 2.3.0, introducing paint-on supports, ironing, monotonic infill, seam painting, adaptive and support cubic infill,
print time per feature analysis, standalone G-code viewer application, better auto-arrange with a customizable gap and rotation,
search function for the settings, reworked "Avoid crossing perimeters" function, physical printers (network settings),
many new 3rd party printer profiles and much, much more.</p>
</description>
</release>
<release version="2.2.0-1" date="2020-04-27">
<description>
<p>Development/Unstable Snapshot</p>
</description>
</release>
<release version="2.2.0" date="2020-03-21">
<description>
<p>This is final release of PrusaSlicer 2.2.0 introducing SLA hollowing and hole drilling, support for 3rd party printer vendors, 3Dconnexion support,
Expand Down