File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = GCodeWorkShop
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2025.02
41+ PROJECT_NUMBER = 2025.04
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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+
1262025-02-08 v2025-02
227--------------------
328
Original file line number Diff line number Diff line change 2121#define VERSION_H
2222
2323#ifndef GCODEWORKSHOP_VERSION
24- #define GCODEWORKSHOP_VERSION "2025.02 "
24+ #define GCODEWORKSHOP_VERSION "2025.04 "
2525#endif
2626
2727#endif // VERSION_H
You can’t perform that action at this time.
0 commit comments