Skip to content

Releases: Cyp9715/DeleteNewline

2.0.0

31 Aug 16:56
Compare
Choose a tag to compare

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).

1.3.4

08 Aug 19:44
Compare
Choose a tag to compare
  1. Improved stability and responsiveness.
  2. Fix keybind setup/recognition bug.
    Now, if you set keybind with LeftAlt + F1, pressing Ctrl + LeftAlt + F1 will not be recognized as keybind.
    In addition, you can no longer specify keybind options with the same key (ex: LeftAlt + LeftAlt).
  3. Navigating to the Settings page no longer disables the keybind option.
  4. Regex options and UI now sync better.
  5. A notification sounds when an error occurs regardless of whether notification is enabled or not.
  6. The default regular expression has been changed to '\r\n|\n'

1.3.3

10 Jul 18:57
Compare
Choose a tag to compare

Unicode is now supported.

  1. Previously, Unicode special characters inside the clipboard could not be read properly, so characters such as '—' were marked with '?' Unicode support now addresses these issues.
  2. The Windows Notification class now detects HexDecimalText and transforms it into a Notifier-only string. Because of that, [SUCCESS... BUT INCLUDE INVALID CHARACTER.] message is printed has been greatly reduced.

1.3.2

01 Jul 17:20
Compare
Choose a tag to compare

Delete Newline notification function is now fully notification-only.
Clicking doesn't fire an event.

1.3.1

26 Jun 21:13
Compare
Choose a tag to compare
  1. The UI of Delete Newline can only be viewed by clicking the Tray icon. (By default, it runs on the Background.)
  2. When Delete Newline is installed with the MSIX version, it will run automatically when the Windows starts.
    If you do not want Delete Newline to run simultaneously when Windows is running, you can turn it off in Task Manager.

1.3.0

16 Jun 15:44
Compare
Choose a tag to compare
  1. Now supports regular expressions. Regular expressions allow you to replace characters with certain forms, rather than simply removing newline characters. This means that Delete Newline has become an extensive application beyond just deleting newline. (Its regex function is fully compatible with keyBind.)
  2. You can check that your Regex is working properly on the Settings page.
  3. The existing [Delete Multiple Space] function has been deleted.
  4. If Regex is entered incorrectly, "INVALID REGEX" is copied to the clipboard, and if you use the Keybind function with Notification turned on, the notification message also sends an "INVALID REGEX" warning message.
  5. The ability to maintain the window size when reconnecting has been restored. (Missed in 1.2.7)

1.2.7

11 Jun 15:03
Compare
Choose a tag to compare
  1. mouse on the control, tooltips appear.
  2. When setting Keybind, you can no longer set the same key consecutively. (e.g. LeftShift + LeftShift) This is an intentional limitation to prevent misbehavior, and DeleteNewline forces two keybind settings.
  3. Fixed warning message when entering the Settings page.
  4. minimum window size has been reduced to (650, 365).
  5. version information is now displayed on the bottom right of the Setting page.
  6. icon has been changed to be identifiable even in light mode.
  7. program name in the title bar changed to "Delete Newline" instead of "DeleteNewline".

1.2.6

08 Jun 14:42
Compare
Choose a tag to compare

icon has been changed.

1.2.5

02 Jun 03:03
Compare
Choose a tag to compare

You must now enter the keys in the order in which you specified the keybind options.

Keybind = LeftAlt + F1

  • LeftAlt → F1 = O
  • F1 → LeftAlt = X

This behavior was tolerated until version 1.2.4
but in the current version, it has been modified so that it works only when the keys are pressed in the correct order.

1.2.4

28 May 03:59
Compare
Choose a tag to compare

Added ability to remove tab characters, multiple space characters.