Skip to content

Commit 17cc135

Browse files
committed
Set up for 0.5.0 release
1 parent 27f0984 commit 17cc135

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

cq_editor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.dev0"
1+
__version__ = "0.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "CQ-editor"
7-
version = "0.5.dev0"
7+
version = "0.5.0"
88
dependencies = [
99
"cadquery",
1010
"pyqtgraph",

0 commit comments

Comments
 (0)