Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@Cyp9715 Cyp9715 released this 31 Aug 16:56
· 4 commits to master since this release

Delete Newline 2.0.0 release:

  1. Full support for regular expressions is now available.
  2. You can now chain regular expressions in sequence, enhancing usability.
  3. The "Default Setting" button has been removed.
  4. Settings are now only saved when you either send the program to the Windows tray by clicking the "X" button in the top-right corner or select "Exit Delete Newline" from the tray.
  5. Adjust the default Windows size.

Caution:

  1. Delete Newline operates internally as a single-threaded application. Although there is no specific limit on the number of regex chains you can use, issues may arise depending on the single-threaded performance of your CPU. Based on current tests, using up to around 10 regular expressions simultaneously works without any issues. However, problems may occur when processing a large amount of text or using an excessively large number of regex chains (e.g., exceeding 1,000).