Skip to content

Commit 68b322a

Browse files
committed
gmoccapy_3_5_2: update release notes, set version number
1 parent c6b78df commit 68b322a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):
7676

7777
# constants
7878
# # gmoccapy #"
79-
_RELEASE = "3.5.1"
79+
_RELEASE = "3.5.2"
8080
_INCH = 0 # imperial units are active
8181
_MM = 1 # metric units are active
8282

src/emc/usr_intf/gmoccapy/release_notes.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
ver 3.5.1 -- LinuxCNC 2.10.0-pre0
1+
ver 3.5.2 -- LinuxCNC 2.10.0-pre0 (2026-04-10)
2+
- Add font chooser for the G-code view, default font is now 'monospace 10' (#3548)
3+
- Add toggle button to sort by date in the file view + further sorting settings
4+
- Add info messages when exit from tool table about changed G43/G49 (#3792)
5+
- Change selection logic of tools in tool table: The checkboxes are gone and
6+
a tool is simply selected by row selection. (#3706)
7+
- Save current text of tool table when in edit mode (#3787)
8+
- Make value conversion of calculator independent of locale setting (#3691)
9+
- Move offsetpage buttons to table frame, add toggle button for calculator use (#3509)
10+
- Add button to call calculator in mdi and gcode edit modes (#3496)
11+
12+
ver 3.5.1 -- LinuxCNC 2.10.0-pre0 (2025-06-26)
213
- Style velocity/spindle info box (remove S-prefix, add units)
314
- Add button "refresh dir" in open file page
415
- Add setting for jog button size + right pane width

0 commit comments

Comments
 (0)