Skip to content

Releases: eteran/nedit-ng

2018.9

31 Aug 14:26
Compare
Choose a tag to compare
  • Fixed build!

2018.8

31 Aug 04:16
Compare
Choose a tag to compare

Improved line number system
Fixed a few minor bugs
Improved how X11 primary selections are handled
Squashed some warnings with newer compilers
Other misc improvements

2018.7

15 Aug 05:06
Compare
Choose a tag to compare
  • Improved Regex code
  • Fixed several small bugs

2018.6

04 Aug 01:53
Compare
Choose a tag to compare
  • Lots of small improvements and bug fixes
  • Fixed an issue where the exit button in one specific case did not work
  • Added an advanced setting to have nedit-ng display the dimensions of the edit area in characters upon resize

2018.5

12 Jul 03:00
Compare
Choose a tag to compare
  • Improved the simplicity and efficiency of font support
  • Popups launched in scripts are no longer modal (like classic NEdit)
  • Find/Replace now properly get focus
  • Fixed several small bugs
  • Much more ...

2018.4

12 Apr 23:07
Compare
Choose a tag to compare
  • Fixed a rare crash with large forward lookaheads in regex engine
  • Fixed an issue where some command line arguments were not properly being relayed from nc-ng to nedit-ng in server mode
  • Fixed issue where Qt has been filtering -geometry from argv
  • A few modernizations of the code

2018.3

10 Apr 21:18
Compare
Choose a tag to compare
  • Lots of small changes for code quality
  • Big performance improvement when using fixed width fonts
  • Misc bug fixes
  • Fixed issue with settings importing for the first time
  • Started French translation (not complete yet)
  • More strings are translatable now
  • Some minor improvements for macOS building (not ready for production use yet though)
  • Using Native printer support

2018.2

22 Feb 07:05
Compare
Choose a tag to compare
  • Fixed margins slightly
  • Fixed line number font/color
  • Usability improvements for some dialogs
  • Native system printer support (no longer uses lpr)
  • Technically compiles and runs on macOS... but isn't ready yet
  • Fixed memory management of macros
  • Fixed minor corner case bug in regex engine
  • Removed some deprecated settings
  • Removed REPLACE_SCOPE support (we'll be maintaining a single dialog style for Find/Replace going forward)
  • Fixed tab text when local theme doesn't provide a save icon
  • Implemented new font selector

2018.1

31 Jan 02:14
Compare
Choose a tag to compare

First Stable Release

RC15

26 Jan 03:52
Compare
Choose a tag to compare
  • Fixed the need to use the deprecated qSort instead of std::sort by correcting sorting predicate
  • minor cleanup of some comments