File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # Release 0.5.0
2+
3+ * Implemented a dark theme and tweaked it to work better with icons (#490 )
4+ * Fixed bug causing the cursor to jump when autoreload was enabled (#496 )
5+ * Added a max line length indicator (#495 )
6+ * Mentioned work-around for Linux-Wayland users in the readme (#497 )
7+ * Fixed bug where dragging over an object while rotating would select the object (#498 )
8+ * Changed alpha setting in ` show_object ` to be consistent with other CadQuery alpha settings (#499 )
9+ * Added ability to clear the Log View and Console (#500 )
10+ * Started preserving undo history across saves (#501 )
11+ * Updated run.sh script to find the real path to the executable (#505 )
12+
113# Release 0.4.0
214
315* Updated version pins in order to fix some issues, including segfaults on Python 3.12
Original file line number Diff line number Diff line change 1- __version__ = "0.5.dev0 "
1+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " CQ-editor"
7- version = " 0.5.dev0 "
7+ version = " 0.5.0 "
88dependencies = [
99 " cadquery" ,
1010 " pyqtgraph" ,
You can’t perform that action at this time.
0 commit comments