Feature Updates
- Added a pre-install verification step to confirm the configuration of OneNote Interop, #1153 and #1242
- Added the Stylize Images command including an Invert style, #1258
- Updated the Find Hahstag dialog to be more user friendly, intuitive and powerful, #1230
- Use single hash hashtags such as #example, with some constraints, see the wiki
- Enter multiple tags or substrings, combine with AND and OR and parentheses
- Added option to highlight hashtags using a selected character style, #1236, #1241
- Ignore regions of a page using the new
#SkipHashtags
and#KeepHashtags
special keywords - Now ignores Hex color codes and C# and C++ pragmas by default, can include them in Settings
- Slowed down the hashtag scanner to mitigate making OneNote sluggish; there is a longer term solution in the works
- Updated the Export Markdown command to store images and attachments for each page in a separate subfolder, #1004
- Updated the Analyze Storage report to include number of pages per section and notebook, #1239, #1240
- Updated the Navigator window to refresh the current page view by pressing F5, #1249
- Updated the Info and Code box snippets to use the standard font for titles, #1250
- Updated the Arrange Containers command adding an option to indent all containers, #1269
- Updated the way Favorites are checked, now attempting to auto-correct pages with changed IDs
- Moved status snippet commands under a new Status submenu on the Snippets main menu
- Moved Insert Emoji command from Page menu to Snippets menu, renamed to Emoji, and added more emojis, #1238
- Fixed an issue where images were not selected correctly in Resize and Adjust or Select All Images, #1273
- Fixed an issue where Hashtag scanner could not load a page ID and return null, #1268
- Fixed an issue where Arrange Containers would fail on a new page with no containers, #1266
- Fixed an issue where headings were not numbered correctly, #1245
- Fixed an issue where the Favorites dialog did not constrain its size during a user-initiated resize, #1238
- Fixed an issue where the Find Hashtag dialog would display deleted pages, #1233
- Fixed an issue where the Find Hashtag dialog was not constrained to a single instance, #1228
- Fixed an issue where the Find Hashtag text entry field was not resizing correctly, #1227
- Fixed an issue where logging a nested exception caused an exception, yep. #1255
- Fixed an issue where the OneMore Calendar did not properly display pages on their creation date, #1259
- Fixed an issue where some commands could not be replayed using Alt+Shift+R
Internal Updates
- Redesigned the Images Resize and Adjust command introducing a new ImageEditor class that can be shared with other commands.