File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = GCodeWorkShop
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2025.02
41
+ PROJECT_NUMBER = 2025.04
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change
1
+ 2025-04-26 v2025-04
2
+ --------------------
3
+
4
+ This release focuses on the work of add-ons that change the program text. These
5
+ additions include:
6
+
7
+ * renumbering,
8
+ * axis swapping,
9
+ * inserting dots,
10
+ * converting from imperial to metric and back again,
11
+ * removing fragments by regular expressions.
12
+
13
+ ### Bug fixes
14
+
15
+ * Fixed freezing in some cases during renumbering.
16
+ * Fixed incorrect renumbering of empty lines and lines with comments.
17
+
18
+ ### New features
19
+
20
+ * All add-ons that modify the program text have received a pop-up dialog with
21
+ progress and a button to cancel the operation. The dialog appears if the
22
+ operation is delayed.
23
+ * Renumbering has a new option "Keep existing numbers".
24
+
25
+
1
26
2025-02-08 v2025-02
2
27
--------------------
3
28
Original file line number Diff line number Diff line change 21
21
#define VERSION_H
22
22
23
23
#ifndef GCODEWORKSHOP_VERSION
24
- #define GCODEWORKSHOP_VERSION "2025.02 "
24
+ #define GCODEWORKSHOP_VERSION "2025.04 "
25
25
#endif
26
26
27
27
#endif // VERSION_H
You can’t perform that action at this time.
0 commit comments