v4.2 [Aug 18, 2016]
- dropping folder onto Attachments adds all the files within the folder
- Lua script implementing global bookmarks window
- Lua script implementing global search
- fix: sqlite bug (sqlite 3.11.0) possibly causing the indexes to become corrupt
- fix: Tree View title wrapping mode has been improved
- fix: crash when deleting the note just converted from clone to original
- fix: better behavior on multi-monitor systems
- fix: after installing the .deb package, menus were not instantly updated on Ubuntu Mate.
v4.0 [May 25, 2015]
- fix: clicking date icon for the date field in Tree Pane should edit date of the clicked item, not the currently selected item
- fix: per user request, "Cut","Copy", "Paste" items were reinstated into Note Pane context menu
- fix: "Join marked notes" operation had issues with .ncdb/ncde file format
- German "tips of the day" file updated (work by Marcus Hennig)
- fix: Lua method Nc_String_AnsiToUtf8 regression (returning only success value)
- add: NcSyncServer program now supports setting the custom port through "--port" command line parameter
- add: two new Lua methods to read/modify automatic icon settings: Nc_Config_AutoIcon_Get, Nc_Config_AutoIcon_Set
- Lua library upgraded to version 5.3.1
- add: new sample Lua script "51_ImportTextFileTreeAnsi.lua" to import set of files encoded as ANSI (analogous to "22_ImportTextFileTree.lua" which imports UTF-8 files instead)
- fix: regression in tabbed text file format (.tab) import
- fix: issue with delete branch code after import
v3.7 [Nov 27, 2012]
- fix: when importing .txt or .rtf file, use file name as the title of the new document note
- fix: when importing .txt with non-UTF8 content, the message box "Detected invalid UTF8 characters in the current note" can improperly trigger drag and drop mode in the Tree Pane
- fix: crash when closing the document if you used "Delete all done notes" command before it
- fix: remove slot based mechanism when adding Style formatting as the toolbar buttons
- Croatian translation updated
- Finnish translation updated
- Chinese Traditional translation updated
- Chinese translation updated
- Polish translation updated
- Romanian translation updated
- German translation updated
- French translation updated
- Italian translation updated
- Dutch translation updated
- add: new sample script to export current document as a hirearachical folders with RTF files used for note contents (47_ExportRtfFileFolder.lua)
- add: "Word count" now also shows data for current branch (hidden on Maemo because it doesn't fit the screen)
- fix: append "Pasted from" info (if available) even when pasting content as a plain text (Windows only)
- fix: when pasting some forms of HTML, some adjacent words can be glued together (space between would get lost)
- fix: improve font handling for RTF export, use default Text Pane font as text font
- fix: when using "Always on Top" child windows get hidden below the main window
- add: when copying content to clipboard, generated HTML should also have metadata to identify the app that created it
- fix: "Toggle Read-Only Status" may not work correctly in .ncdb/.ncde format
- fix: when plugin exports some action note and also its own clone, show this action only once in the Shortuct Settings window
- fix: Lua method Nc_GUI_StatusBarMessage did not draw red message when bRed parameter is used
- help file update