Adrian Schröter 2019-07-18 14:03:29 +00:00 committed by Git OBS Bridge
parent 3c0b7cd69c
commit c2229e4a3b

View File

@ -2,6 +2,20 @@
Thu Jul 18 11:01:30 UTC 2019 - Adrian Schröter <adrian@suse.de>
- Update to 0.18.3
* AddonManager: Skip non-github addons
* Sketcher: Fix Carbon copy leads to unsolvable sketch
* Sketcher: Fix carbon copy construction points
* fixes #0003993: Memory leak with Python3
* code simplification in PythonWrapper
* issue #0003984: Creating a Path Job object fails with 'PySide2.QtWidgets.QDialog' object has no attribute 'templateGroup'
* Fixes bug #4008: removes phantom path cause
* Fix crash in case encoding of Python paths fails
* [Material] Respect unicode filenames Fixes #4027
* BrowserView: fix QWebEngine crash
* Py3: no __builtin__ module available
* fixes 0004010: Box Selection + Part -> MakeCompound will crash FreeCAD
* FEM: solver elmer tasks, Py3 decode fix
* make OpenSCAD utilities working again with Py2
-------------------------------------------------------------------
Thu Jun 13 12:25:02 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>