Preview Release WITH CRITICAL BUG
Subtraction in Formulas is BROKEN
DO NOT INSTALL THIS VERSION IF YOUR NOTEBOOKS HAVE MANY TABLE FORMULAS
- 🐜Simple subtraction formulas are broken. See #1551. Workaround: Add spaces before and after the minus sign. For example, change
A1-A2
toA1 - A2
. This is the next top priority item and will be fixed as soon as possible.
What's Changed
- Added Japanese language translations thanks to @forestail's PR
- Added a Bash language definition for the Colorize command, #1516
- Added source page environment variables for Plugins to consume, #1519
- Added the ability to change the text color when applying strikethrough styling to completed To Do tag, #1528.
- This introduces a Colors sheet to the Settings dialog, combing this setting with Horizontal Lines color
- Updated Plugin dialog to include a Trial Run option to prevent inadvertent updates, #1062
- Update the Find Hashtags dialog, adding options for case-sensitive searches and to hide results from offline notebooks, #1492, #1495
- Updated calculator to ignore empty cells for countif, #1504
- Updated the box commands to move active cursor inside the box, #1539
- Renamed formula dynamic cells to relative cells across the UI and Wiki, #1504
- Fixed an issue where Preview Markdown did not properly add line breaks, #1335
- Fixed an issue where the Favorites dialog doesn't grab input focus, #1489
- Fixed an issue where Insert Toc would cause the Outline container to grow too large, #1498
- Fixed an issue where running a Plugin scoped to "all notebooks" would fail, [#1499]*#1499)
- Fixed an issue where relative formula range was missing the last row, #1504
- Fixed an issue where OneNote performance was affected by bug in Hashtag catalog build, #1506
- Fixed an issue where OneNote would crash if rebuilding the Hashtag catalog, #1507
- Fixed an issue where Calendar Copy Page did not copy links for all pages on day, #1513
- Fixed an issue where the Plugin dialog did not persist page-scope sub-fields, #1518
- Fixed an issue where the Navigator would affect performance when load a page with many headings, #1533
- Fixed an issue where the Insert QR Code command would fail, #1534
- Fixed an issue where Convert Markdown would fail due to wrong assembly version, #1538
- Fixed an issue where Convert Markdown would not correctly convert HTML, #1540
- Fixed an issue where Archive would fail when including an untitle Quick Note, #1548
Internal Updates
- N/A
Known Issues and Proposed Updates
- 🐜Reduced an issue where Command/Quick Palette dialogs would cause the OneNote window to flicker; this changes the opening behavior of the Palette dialogs, hiding the command list until you start typing, #1422. However, the flicker still randomly occurs.
- 🐜 SearchAndReplace doesn't replace the currently highlighted or selected word/phrase; sometimes it doesn't replace other candidates either
- 🐜Replaying a command using Ctrl+Shift+R is done in a single thread, breaking progress.RunModeless; see CreatePagesCommand
- 🐜Simple substraction formula (A1-B2) will fail unless there are spaces around the minus (A1 - B2), #1551
- 🐜Select Similar Styles will find differences in colors Auto vs #000000 - make it more fuzzy?
- 🐜PasteText should convert CRLF to hard-breaks, currently creates soft-breaks
- 💡Command to convert friendly URLs to raw URLs; References menu
- 💡Paginate Hashtag search results
- 💡Move Navigator to DB, paginate history panel, provide import/export
- 💡Move Reminders to DB, option in dialog and on-page link to delete completed reminders
- 💡Github PR action to pull ticket# prefix from branch name, e.g. 1234-do-something-cool
Full Changelog: 6.5.0...6.5.1