Dark theme, Improved Hashtag scanning
Feature Updates
Note that this turned out to be a bigger release than expected. While we try to test thoroughly, if you observe any questionable behaviors, please open a support ticket here.
- Updated the way the Hashtag scanner works
- When scanning previously unscanned notebooks, OneMore will suggest to schedule the scan off-hours, such as midnight
- Deprecated Page Tags. You will be given the option to upgrade Page Tags to #hashtags. Note that Page Tags will be removed in a later release of OneMore
- Added the ability to select a theme for OneMore windows and dialogs, (Settings/General) #1285
- Added the ability to change the location of the OneMore group within the Home ribbon, (Settings/Ribbon Bar)
- Added an option to allow the Navigator window to move beyond the screen, (Settings) #1286
- Updated the Navigator with the ability to jump to the top of the current page
- Updated the Navigator to ignore Quick Notes by default since they do not have titles. (Settings/Navigator)
- Fixed an issue where hashtags on a duplicate page causes an exception, #1283
- Fixed an issue where Split Page fails when the first child of a heading is a list item, #1289
- Fixed an issue where a hashtag on a Quick Notes page causes OneMore to crash, #1296
- Fixed an issue where the resize constraint is not applied in the Resize and Adjust Image dialog, #1297
- Fixed an issue where the Formula command took the Floor of negative values, losing precision
- Fixed an issue where the Copy as Text command failed, #1290
- Fixed an issue where the add-in would crash when opening Manage Favorites, #1304
- Fixed an issue where Box commands did not preserve indents, #1306
- Fixed an issue where Index Selected Pages action from Hashtags dialog would crash, #1320
- Fixed an issue where new custom snippets would not appear on the ribbon menu, #1333
- Fixed an issue where Arrange Containers did not recognize a container with only an image and no text
- Fixed an issue where Copy as Text/Markdown did not copy to clipboard, #1356
Internal Updates
- Converted all async disposables from
IDisposable
toIAsyncDisposable
- Now using
await using var
rather than justusing var
Full Changelog: 6.1.0...6.2.1