Package Release Info

PrusaSlicer-2.9.0-bp160.1.38

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

PrusaSlicer

Change Logs

* Fri Dec 20 2024 Andreas Schneider <asn@cryptomilk.org>
- Update to version 2.9.0
  * This release introduces multiple beds, scarf seams, Printables integration,
    improved support for multiple nozzle diameters, paint-on fuzzy skin and
    many more improvements and bugfixes.
  * See https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.0
- Added PrusaSlicer-2.9.0-pr13896-static-libs.patch
  gh#prusa3d/PrusaSlicer#13896
- Added PrusaSlicer-2.9.0-pr13885-printconfig-segfault.patch
  gh#prusa3d/PrusaSlicer#13885
- Removed PrusaSlicer-2.8.1-pr13609-fix-build.patch
* Sun Dec 15 2024 Andreas Schneider <asn@cryptomilk.org>
- Fixed loading STEP files
- Added PrusaSlicer-2.8.1-pr13761-fix-occtwrapper.patch
- Removed up-occt-version.patch
* Sun Dec 08 2024 Ben Greiner <code@bnavigator.de>
- Changelog for 2.8.1
  * When using the wipe tower with "No sparse layers" option
    enabled, there would still be travels to the wipe tower
    location even for the skipped layers. This is a regression
    introduced in 2.8.1-rc1 (#13384).
  * A warning about inconsistent color profiles in PNGs used as
    Prusa Account avatar is now silently ignored (#12920).
  [#]# Improvements with respect to 2.8.0
  * Based on the feedback received after 2.8.0 release, the menu
    bar was reinstated and the menu no longer hides under a button.
    Thanks everyone for the feedback, it was very helpful and it
    will be taken into consideration during possible UI-related
    decisions in the future. #12943
  * When logging-in with the PrusaAccount using third party
    authorization (Google, Apple, Facebook), an external browser
    window is opened so the user is not forced to enter their
    credentials into windows created by PrusaSlicer.
  * The built-in web engine no longer remembers the user after
    logout.
  * There are two new parameters: Filaments->Advanced->Abrasive
    material and Printers->Extruder->High flow nozzle. Both flags
    will be used to check whether a sliced G-code is compatible
    with the given printer (abrasive material requires hardened
    nozzle) and also to ensure that "Set as current" function in
    PrusaSlicer-embedded Prusa Connect will select the suitable
    profile for the given configuration.
  * Note that this feature is supported since MINI/MK4/XL firmware
    version 6.2.0-alpha1, and that the implementation in Prusa
    Connect is not completely finished yet, meaning that the dialog
    where printer is selected does not use this information - it
    will later start working without the need to download a new
    slicer version.
  * Automatic orientation of bridges has been improved. Issues with
    unanchored bridges caused by inconvenient choice of their angle
    should now occur less frequently, although there is still a
    large class of scenarios where the solution is suboptimal.
  * The output of --query-printer-models command line option was
    extended to contain bed shape and dimensions. Note that custom
    bed shapes are currently not supported.
  * The 'new version available' notification can now be used to
    direct the user to our website, instead of just downloading the
    executable. As of now, we release two different Linux
    AppImages, so the user needs to be able to choose which one
    they want to download.
  * A new infill type called Zig-zag was created. It behaves the
    same as Rectilinear, except that the pattern is aligned between
    layers (Rectilinear is optimized for short travels, which leads
    to inconsistencies). The new infill may thus take slightly
    longer to print because of that, although the effect will be
    negligible in most prints. It is possible that Rectilinear and
    Zig-zag will be merged into a single infill type in one of the
    upcoming releases. #12613
  [#]# Bugs fixed with respect to 2.8.0
  * General improvement of Prusa Connect / PrusaAccount session
    stability. There were scenarios which led to uncommanded
    logouts from PrusaAccount, some resulting in partially blank
    Prusa Connect screen and requiring application restart to fix.
    The problems occurred after being logged on for a long time,
    after waking the PC up from sleep, or when internet connection
    was unstable.
  * Fixed missing G-code preview on setups using older GPUs
    (#12908).
  * Some settings were not applied when overridden per object
    (#12916).
  * Fixed adding SVGs as parts/modifiers. This was broken in 2.8.0
    (#12915).
  * Fixed UI glitch resulting in disappearing text in edit boxes
    after editing (#12932).
  * Fixed incorrect capture of keyboard input, which led to some
    keys being ignored (#13043).
  * Physical printer configured to use username/password
    authentication no longer asks the user for the credentials when
    opening the Physical Printer page (#12921, #12933).
  * Notification informing about the user having logged in into
    PrusaAccount occasionally showed even when the user was in fact
    logged in for a long time already (#12963, #13166).
  * Object shells incorrectly stayed visible after switching from
    FFF to SLA and back.
  * Fixed rotation slider in SVG tool when "Use surface" option was
    active (it incorrectly reverted to original position when
    released).
  * Changing Dynamic overhang speeds settings did not trigger
    G-code regeneration as is should have.
  * Fixed loading of specific OBJ files (#12157).
  * Fixed a crash when scaling to fit in specific cases (circular
    bed and objects with parts).
  * Fixed an infinite loop during infill generation stage occurring
    in rare cases (#11426).
  * 'Export Plate as STL/OBJ Including Supports' no longer exports
    non-printable objects.
  * Fixed zero velocity G-code commands when the pressure equalizer
    was combined with spiral vase mode. This bugfix was ported from
    OrcaSlicer. Thanks to @Noisyfox, @SoftFever and everyone
    involved.
  * Fixed incorrect Color Changes placement after reslicing in
    certain cases (#13008).
  * Reduced number of emitted M106 G-codes when dynamic fan speed
    on overhangs is enabled. Too many commands were generated even
    when the fan speed barely changed or did not change at all.
    [#11981], #11856
  * Fixed missing update when adding Color Change with supports
    enabled.
  * Fixed crash when loading specific 3MFs containing Color Changes
    (#13038).
  * Adaptive layer height feature did not work when Z shrinkage
    compensation was used.
  * Fixed unexpected autoselection of SLA printer in Configuration
    Wizard in certain cases (#13058).
  * Fixed couple of usability issues with the vertical slider in
    preview (hovered ticks selection and reaction to mouse wheel)
    (#12944).
  * Fixed unexpected deceleration on overhangs with dynamic
    overhangs speed enabled.
  * Line infill did not generate at all when maximum anchor length
    was set to zero.
  * When seam position was set to Random, the algorithm would
    occasionally place the seam on a bridging perimeter.
  * Fixed erratic placement of seams occassionally happening with
    specific object geometry.
  * Fixed a problem in STEP file loading, which resulted in errors
    in the geometry of the loaded model (#12271, #12122).
  * Using certain fonts for the text embossing led to project files
    which PrusaSlicer was not able to open anymore (#13123).
  * Custom G-codes are not allowed to contain certain keywords
    which PrusaSlicer uses for internal purposes. The check that
    these keywords are not present was not working in the previous
    version. It is now fixed.
  * Fixed artifacts sometimes appearing in the "Actual speed"
    preview. The artifacts were a result of long-existing bug in
    the G-code processor, the "Actual speed" preview just made them
    visible. The bug could have led to incorrect time estimates for
    specific G-codes.
  * Fixed three distinct crashes in Configuration Wizard occurring
    after a specific sequence of steps.
  * Fixed a long-existing bug in the cooling logic, which resulted
    in zero or possibly negative extrusion commands in very rare
    cases.
  * Downloading from Printables did not work when the download
    folder contained non-ASCII characters.
  * Fixed selection of print host type in Physical Printer dialog.
    PrusaLink was missing in the list for several printers which
    actually support it. This also caused several other glitches
    (#13286).
  * The Connect status dots in the Printer Settings dropdown did
    not show for SLA printers.
  * Custom printer profile created in Config Wizard could be saved
    under a name clashing with a system profile name.
  * "Rename preset" button was inadvertently not shown in the UI
    when physical printer profile was selected.
  * Number of toolchanges did not show in the "Sliced info" box
    when wipe tower was disabled (#6832).
- Replace PrusaSlicer-2.8.1-fix-build.patch with
  PrusaSlicer-2.8.1-pr13609-fix-build.patch and remove unstable
  (because not merged yet) URL from Source tag.
  gh#prusa3d/PrusaSlicer#13609
- Remove update-desktop-files
* Sun Dec 08 2024 Andreas Schneider <asn@cryptomilk.org>
- Update to version 2.8.1
  https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.8.1
- Removed PrusaSlicer-2.8.0-slic3r-includes.patch
- Added PrusaSlicer-2.8.1-fix-build.patch
- Updated up-occt-version.patch
* Fri Sep 13 2024 Ben Greiner <code@bnavigator.de>
- Remove quadmath workaround for gcc14 with boost error:
  fixed by boost 1.86 (see boo#1225861)
* Tue Sep 03 2024 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Do not require libquadmath-devel on aarch64 since it does not
  exist on this arch
* Thu Aug 29 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.8.0
  * Prusa Connect integration
  * seam improvements
  * updated UI
  * new G-code Viewer
  * improved profile updating system
  * many more improvements and bugfixes
- Must move to wxGTK3: we have no wxWebView in wxWidgets. Unfortunately
  this disables wayland support:
  https://github.com/prusa3d/PrusaSlicer/blob/version_2.8.0/src/PrusaSlicer.cpp#L88-L93
- Add PrusaSlicer-2.8.0-slic3r-includes.patch
  * gh#prusa3d/PrusaSlicer#13080
* Fri Apr 26 2024 Ben Greiner <code@bnavigator.de>
- Don't include stray filesystem/convenience.hpp removed in
  boost 1.85
* Thu Apr 25 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.7.4
  * Objects from 3MFs generated by BambuStudio now retain
    multimaterial painting when loaded. BambuStudio saves the data
    under a changed name, but because both the location and meaning
    are the same, PrusaSlicer now tries to load the data under the
    new name when it fails to find the attribute that PrusaSlicer
    has always used. #12502
  * Fix: Downloading files from Printables did not work correctly
    (#12521).
- Fixes in 2.7.3
  [#]# Bug fixes with respect to 2.7.3-beta1
  * Removed negligible deretractions sometimes emitted into the
    G-code after the recently introduced spiral vase mode
    improvements. While they did not present actual issues with the
    print, they were confusingly shown in the G-code preview.
  [#]# Bug fixes with respect to 2.7.3-alpha1
  * The z offset configuration option was not correctly accounted
    for when doing the last filament unload above the wipe tower.
  * Fixed crash when importing a specific config bundle while in
    SLA mode.
  * Linux specific: When changing active profile using the dropdown
    in the right panel, the dropdown would stay open when Unsaved
    Changes dialog was shown.
  * The improvements of spiral vase mode handling introduced in the
    previous alpha did not work correctly with absolute extruder
    addressing (#2841 (comment)). They are now only applied with
    relative extruder addressing, otherwise it falls back to the
    old behaviour.
  * After performing a toolchange on the wipe tower, a G-code to
    set layer z is now always emitted. This is to make sure that
    the layer z is correct and that it was not changed in custom
    toolchange G-code. While the user is expected to pass such
    information in the custom G-code, the "z-ensuring" G-code was
    present in previous versions and removing it in 2.7.2 was
    therefore a needless breaking change (#12361).
  * Fixed blobs on the first layer when using ramping travels with
    absolute extruder addressing enabled.
  * Fixed issues with 'avoid crossing perimeters' function
    (#12432). This problem was actually fixed in 2.7.3-alpha1
    already.
  [#]# Major improvements first seen in 2.7.3-alpha1
  * See
    https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.7.3-alpha1
    for the full description
  * Improvements of multi-material printing
  * Purging volumes
  * Spiral vase mode improvements
  [#]# Other improvements with respect to 2.7.2
  * PrusaSlicer is now able to open 3MF files generated by
    BambuStudio and load geometry from them. (#10718, PR #10808,
    thanks to @cmguo). Please note that BambuStudio allows to save
    a 3MF containing G-code only, which is not supported by
    PrusaSlicer and loading of such 3MFs will fail.
  * Metadata of binary G-code have a new item named objects_info,
    which lists all the objects in the print and their boundary
    polygons. The same info was added into the comments at the end
    of ASCII G-codes.
  [#]# Bugfixes with respect to 2.7.2
  * Pressure equalizer limits were not respected when Dynamic speed
    on overhangs was used (#9485). This is now fixed. Pressure
    equalizer is also not applied after long travels. Many thanks
    to @MGunlogson for providing a fix in his pull request #9622.
  * Fixed a bug resulting in inadequate anchoring of bridging
    extrusions. This bug was introduced in PrusaSlicer 2.6.0.
    [#10231], #11500, #11633, #11173, #11117, #9999, #10313, #11150,
    [#10493]
  * When using Cancel object feature, the marks denoting where one
    object ends and another starts were placed incorrectly. As a
    result, there was a missing deretraction after all travels to
    objects which would normally be printed following the cancelled
    object. The issue was even worse with sequential printing,
    where the uncompensated retractions on the cancelled object
    summed up and could result in filament being unloaded past the
    driving gears.
  * When arcs (G2 and G3 G-codes) were enabled, PrusaSlicer
    generated toolpaths outside the print area in certain cases
    (#12381).
- Increase memory and disk space for building constraints
* Wed Mar 13 2024 Frank Kunz <mailinglists@kunz-im-inter.net>
- Update to 2.7.2
  [#]# Improvements with respect to 2.7.1
  * Multi-material segmentation improvements
  * Color change (M600) improvements
  * Ramping travel improvements
  * SLA overrides
  * Windows specific: The cut tool sometimes produces non-manifold
    meshes. This situation is now detected and the user is advised
    to use Windows repair algorithm on the resulting objects.
  [#]# Bugs fixes with respect to 2.7.1
  * Fixed incorrect partial arrange in certain cases.
  * Fixing arrange issues with aligning to unprintable objects when
    doing Shift+A.
  * Fixed arrange which sometimes put the wipe tower slightly out of
    bed
  * Fixed UI glitch when setting object dimensions to extremely high
    values.
  * Fixed a bug in generation of brim and skirt preview in the
    preliminary G-code preview (#11821, thanks to @supermerill)
  * Fixed an issue Ctrl+Shift+Tab shortcut, which incorrectly
    collapsed sidebar.
  * Fixed wiggling of Rotate gizmo when moving an object in certain
    cases.
  * Fixed missing updated when moving through dropdown items using
    keyboard arrows.
  * Improve filtering of special characters on Klipper
    EXCLUDE_OBJECT labels (#11802, PR#11813 by @jschuh - thank
    you).
  * Fixed layer change color dialog opening off screen.
  * Fixed occasional crash during thumbnail generation for SLA
    printers.
  * Fixed slicing issues such as missing infills and similar on
    multi part models when sliced with object-specific settings.
  * In SLA mode, it was not possible to use custom file extension
    (configured in Output Settings).
  * Fixed incorrect calculation of wipe length in certain cases,
    leading to shorter wipes than configured.
  * Fixed various issues and UI glitches in text/SVG embossing.
  * Fixed missing update when a new printer was added while a
    physical printer preset was selected.
  * Scrolling of the window was incorrectly performed when using
    mouse wheel over a dropdown.
  * Windows specific: Drop down menus appeared outside of
    PrusaSlicer and could not be opened again.
  * When loading an object from a 3MF, the suggestion to rescale
    the model is not shown, because 3MFs store the information
    about the correct unit (unlike STL files).
  * Fixed an incorrect check of supported OpenGL version, which led
    to a hard crash when OpenGL 3.2 was not available.
  * When loading a 3MF for MM printer, PrusaSlicer offers to load
    individual models as parts of a single object. This dialog did
    not show up for specific geometries.
  * PrusaSlicer did not start on some Windows Server installations
    due to a missing DLL (wlanapi.dll). The library is now loaded
    in runtime and the respective features.
  * Travels with standard lifts (non-ramping) were incorrectly
    generated.
  * With option "Retract on layer change" disabled, there was a
    retraction missing before the first travel on each layer.
  * Variable layer height limits were not applied correctly when
    using multi-extruder printer with different values of min and
    max layer height.
  * When z travel speed was set to zero, it was incorrectly
    exported into the G-code, effectively stopping the print.
    Instead, regular travel speed should have been used for the z
    travel.
  * When Print / Filament / Printer profiles contained different
    values for the same key (which should normally not happen,
    providing the profiles are correct), the misplaced keys could
    have been used instead of the correct ones.
  * Fixed incorrectly applied retraction in vase mode when ramping
    travels were enabled.
  * When using the "No sparse layers" wipe tower, the print head
    sometimes lowered before travelling to the wipe tower, digging
    into an object and destroying the print.
  * Fixed a crash when loading certain AMF files.
  * When specific extruder was set for the wipe tower and z
    position has changed in custom toolchange G-code, the z
    position was not correctly accounted for.
Version: 2.4.2-bp155.1.41
* Mon Sep 05 2022 Hans-Peter Jansen <hpj@urpla.net>
- Quoting Lucas Matena (see gh#prusa3d/PrusaSlicer#8299, issue 2):
  if you link PrusaSlicer 2.5.x with wxWidgets 3.2, you will most
  likely break it: link against wxWidgets 3.0.5
* Mon Aug 01 2022 Ben Greiner <code@bnavigator.de>
- Add PrusaSlicer-cereal.patch -- gh#prusa3d/PrusaSlicer#7809
* Tue May 31 2022 Ben Greiner <code@bnavigator.de>
- Disable test_voronoi -- rh#2059646
* Sun May 08 2022 Ben Greiner <code@bnavigator.de>
- Update to version 2.4.2
  * SLA mode incorrectly handled 3MFs from 3rd party software,
    resulting in misplaced SLA support points and holes in some
    cases (#6100, #7359, #7189, #7826, #7659). This is very old
    issue.
  * Vase mode preview did not show in cases when Custom Start
    G-Code lacked moves in Z #8032
  * When loading a 3rd party 3MF using drag and drop. PrusaSlicer
    no longer asks if the 3MF shall be loaded as a project (which
    makes no sense since it contains no config) and loads the
    geometry only
  * Using the Layer Height Modifier with the wipe tower was
    impossible with multiple objects. The wipe tower reported that
    the layer height profile is different, even though it was in
    fact set the same on all objects (#7711, #7903, #8044)
  * Fixed a crash on "Convert from/to units" when several objects
    were selected
  * Automatic color change for logo crashed PrusaSlicer in certain
    cases (when a one-layer object was present) #8156
  * Linux specific: Fixed a crash on opening projects in some cases
    (#8078, #8097)
  * Added Snapmaker bundle (Snapmaker A250, Snapmaker A350). Based
    on https://github.com/nivekmai/snapmaker-prusa by @nivekmai,
    @WilliamBosacker, @mrworf
  * Added profiles for Zonestar printers (Z5, Z6, Z5X, Z8, Z9),
    based on slic3r/slic3r-profiles#19 by @ZONESTAR3D
  * Fixed a crash when Unsaved Changes dialog attempted to show a
    modified config option which is not available in current mode
    (e.g. Start G-Code in Simple mode). #7905
  * Fixed a bug that when the user was closing the application and
    replied 'Yes' in the dialog asking about unsaved project while
    also checking 'Remember my choice', it made it impossible to
    close PrusaSlicer in the next runs when there were no objects
    in the plater #8076, #8122
  * Loading of a G-Code in G-Code Viewer or loading config from
    G-Code file sometimes failed because of a bug in parsing of the
    configuration block at the end.
  * Fixed incorrect rendering of some characters used in the
    recently updated Simplified Chinese translation #8171
  * Fixed incorrect number of toolchanges reported in "Sliced Info"
    box when wipe tower was used. The annotations of toolchanges in
    G-Code were also numbered wrong #8186
  * Fixed a crash when using the "Import SL1 Archive" function and
    either cancelling the dialog or confirming a non-existing file
    [#8175]
  * Recycling symbols in Shape Gallery were mirrored so the user
    does not have to flip them when using them as negative volumes
    at the base of the print (which is the usual use case). Also,
    PLA recycling symbol was added #7800
* Mon Apr 25 2022 Ben Greiner <code@bnavigator.de>
- Refresh PrusaSlicer-boost1.79.patch with upstream's fix
  * gh#prusa3d/PrusaSlicer#8238
* Sun Apr 24 2022 Ben Greiner <code@bnavigator.de>
- Add PrusaSlicer-boost1.79.patch avoiding the deprecation
  of boost::filesystem::ofstream in Boost 1.79
  * gh#prusa3d/PrusaSlicer#8238
* Tue Apr 12 2022 Hans-Peter Jansen <hpj@urpla.net>
- Use gcc version 10 for anything but Tumbleweed
* Tue Apr 12 2022 Adrian Schröter <adrian@suse.de>
- Use gcc version 10
  This allows the build on Leap 15.3/15.4 and in Factory using the same
  compiler.
- Add buildignore to libglfw3-wayland to fix building for 15.3
* Fri Mar 18 2022 Ben Greiner <code@bnavigator.de>
- Update to 2.4.1
  * Big changelog since v2.4.0, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases
  * introducing G-Code Substitutions
  * fixing bugs found in 2.4.0 release
* Fri Dec 24 2021 Ben Greiner <code@bnavigator.de>
- Update to 2.4.0
  * Big changelog since v2.3.3, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases
  * Send system info: new dialog for telemetry. Opt-in.
- Drop patches
  * PrusaSlicer-catch2upd.patch
  * PrusaSlicer-issue6681-openvdb.patch
  * PrusaSlicer-pr6590-updateTBB.patch
* Tue Nov 23 2021 Ben Greiner <code@bnavigator.de>
- Make compatible with TBB 2021
  * add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332
  * add PrusaSlicer-pr6590-updateTBB.patch
    gh#prusa3d/PrusaSlicer#6590
* Fri Sep 24 2021 Ben Greiner <code@bnavigator.de>
- Add PrusaSlicer-catch2upd.patch
  * gh#prusa3d/PrusaSlicer#6518
  * Update of Catch2 test framework from v2.13.3 to v2.13.6
  * Fixes build failure due to change of MINSIGSTKSZ in glibc 2.34
* Mon Aug 30 2021 Ben Greiner <code@bnavigator.de>
- Add PrusaSlicer-issue6681-openvdb.patch
  * gh#prusa3d/PrusaSlicer#6681
  * ilmbase-devel is now provided by openexr-devel
  * OpenVDB's FindOpenVDB.cmake requires blosc-devel
* Fri Jul 16 2021 Ben Greiner <code@bnavigator.de>
- Update to v2.3.3
  * fix a bug in handling FDM multi-material project and
    configuration files.
* Fri Jul 09 2021 Ben Greiner <code@bnavigator.de>
- Update to v2.3.2
  * Introducing support for the new Prusa SL1S SPEED masked
    SLA printer, Prusa CW1S firmware updater, PrusaLink
    host type for Prusa i3 MK3 printers, Monotonic infill
    for all solid layers, better support for reading
    configurations of newer PrusaSlicer releases, new 3rd
    party printer profiles and a handful of bug fixes.
- Switch to bundled GLEW -- gh#prusa3d/PrusaSlicer#6396
* Tue Apr 20 2021 Ben Greiner <code@bnavigator.de>
- Update to v2.3.1
  New 3rd party printer profiles
  * Multiple Creality printers profiles were added (Ender-3 Max,
    Ender-4, Ender-6, CR-5 Pro, CR-5 Pro H, CR-6 SE, CR-6 Max,
    CR-10 Max, CR-200B, CR-8), thanks @pmjdebruijn.
  * Added Artillery printer profiles (Sidewinder X1, Genius),
    thanks @SzabolcsHornyak.
  * Added INAT printer profiles, thanks @MarkINAT.
  * Updated Anycubic Kossel bed texture (thanks @brunosso) and
    Anycubic Kossel bed STL.
  Vulnerability issues fixed
  * The Talos Cisco Intelligence Group did a great job identifying
    potential security issues in loading invalid and potentially
    malicious AMF and 3MF files, see their vulnerability reports
    TALOS-2020-1222 and TALOS-2020-1218. We fixed these two
    potential security issues with this release of PrusaSlicer.
  Bugs fixed with respect to PrusaSlicer 2.3.0
  * Reduced number of hits shown by the "Find config option"
    dialog, fixed case insensitive search for non-Latin1 languages
    [#5202].
  * Fixed G-code preview with coloring by a tool and visualization
    of travels enabled #6095.
  * Fixed opening of drop down menus at the bottom of the screen
    on multi-monitor setups #2999 #5911 #5957. This issue has been
    fixed by us in wxWidgets and accepted by the upstream.
* Mon Jan 11 2021 Benjamin Greiner <code@bnavigator.de>
- Update to v2.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.
- Full Changelog entries for betas and release candidates:
  https://github.com/prusa3d/PrusaSlicer/releases
- Drop PrusaSlicer-pr4340-boost-1-73.patch merged upstream
* Sun Dec 20 2020 Benjamin Greiner <code@bnavigator.de>
- Remove extra PrusaSlicer.desktop. Use upstream's desktop files.
  Graphics;3DGraphics seems to be the consensus now.
- Remove wrapper gh#prusa3d/PrusaSlicer#4691
* Tue Sep 01 2020 Benjamin Greiner <code@bnavigator.de>
- support boost >= 1.73
  * PrusaSlicer-pr4340-boost-1-73.patch gh#prusa3d/PrusaSlicer#4340
  * fixes gh#prusa3d/PrusaSlicer#4264
* Tue Sep 01 2020 Benjamin Greiner <code@bnavigator.de>
- enforce GDK_BACKEND=x11 by indroducing the same wrapper as Fedora
  gh#prusa3d/PrusaSlicer#4691