|
| 1 | +2025-02-08 v2025-02 |
| 2 | +-------------------- |
| 3 | + |
| 4 | +### Bug fixes |
| 5 | + |
| 6 | +* Fixed build crash when using Qt version 5.6. |
| 7 | +* Fixed cursor movement when pressing "replace and find next" button. |
| 8 | +* Added undo/redo for text replacement operations. |
| 9 | + |
| 10 | +### New features |
| 11 | + |
| 12 | +Added settings that affect opening and saving files: |
| 13 | + |
| 14 | +* File encoding choices. Some CNC systems allow to use non-Latin characters in |
| 15 | + comments, which are located in the second half of the |
| 16 | + [code page](https://en.wikipedia.org/wiki/Code_page#Windows_code_pages). |
| 17 | + Choosing the encoding allows you to display such characters correctly. The |
| 18 | + system encoding is used by default. |
| 19 | +* Remove characters from the second half of the codepage when opening files. |
| 20 | + This option is disabled by default. |
| 21 | +* Removing control characters when opening files. Older NC systems, when |
| 22 | + transmitting through the serial port, could add additional control characters |
| 23 | + that the editor cannot display correctly. The option allows you to delete |
| 24 | + control characters other than carriage and newline characters. This option |
| 25 | + is enabled by default. |
| 26 | +* Deleting additional blank lines. Some CNC may insert blank lines after each |
| 27 | + program line when writing to removable media. The option allows you to |
| 28 | + recognize and delete such additional blank lines. This option is enabled by |
| 29 | + default. |
| 30 | + |
| 31 | +The new settings are available on the "Open/Save" tab in the configuration |
| 32 | +dialog box. |
| 33 | + |
| 34 | + |
| 35 | +2024-10-21 v2024-10 |
| 36 | +-------------------- |
| 37 | + |
| 38 | +### Bug fixes |
| 39 | + |
| 40 | +* Fixed a file saving bug where reducing an editable program did not reduce the |
| 41 | + file on disk. |
| 42 | +* Fixed calculation of required disk space for .deb packages. |
| 43 | + |
| 44 | + |
| 45 | +2024-09-27 v2024-09 |
| 46 | +-------------------- |
| 47 | + |
| 48 | +### Bug fixes |
| 49 | + |
| 50 | +* Fixed program crash when trying to compare files containing tab characters. |
| 51 | +* Fixed minor bugs. |
| 52 | + |
| 53 | +### Updates |
| 54 | + |
| 55 | +* German translations have been updated, thanks to Michael Numberger. |
| 56 | + |
| 57 | +### New features |
| 58 | + |
| 59 | +* Using GitHub Actions, binary builds for Debian, Ubuntu and Windows are |
| 60 | + available on the release page. |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +2024-05-30 v2024-05 |
| 65 | +-------------------- |
| 66 | + |
| 67 | +Fork renamed to avoid confusion. |
| 68 | + |
| 69 | +### New features |
| 70 | + |
| 71 | +* Opening a file by dragging and dropping. |
| 72 | +* Prohibit clipboard browsing when application window is inactive. |
| 73 | +* Installer for Windows. |
0 commit comments