Skip to content

Releases: stevencohn/OneMore

Summer's End 2022

31 Aug 02:57
a487923
Compare
Choose a tag to compare

What's Changed

  • Updated Import from Hyperlinks command to add option to use link titles instead of HTML titles, #502
  • Updated Link to Page/Paragraph to separately link the notebook, section, and page, #535
  • Updated Analyze command to combine closed notebooks with open, #553
  • Updated Search Engine settings sheet to remind users that engines are available from context menu, #581
  • Fixed missing WebView2Loader files, #502
  • Fixed installer not correctly identifying mismatched bitness, #502
  • Fixed Paste as Rich Text to properly render whitespace, #529
  • Fixed Export commands to handle very long page names, #546
  • Fixed Insert ToC command when first heading is indented beyond second, #554
  • Fixed Insert Snippet commands to preserve current content of system clipboard, #559
  • Fixed Search and Replace to properly handle the plus character (+), #562
  • Fixed Link to Page/Paragraph commands to properly handle single quotes in names, #580

Full Changelog: 4.18...4.19

Summer 2022

25 Jun 22:22
11fc631
Compare
Choose a tag to compare

Long overdue attempt to chip away at old items in the backlog, some new features and some bug fixes.

  • Added cleanup command to reset container auto-sizing, #490
  • Added command to copy formatted breadcrumb and hyperlink to current page or paragraph, #519
  • Added Insert Date/Time snippet command (Ctrl+Shift+Alt+D) Thank you TimothyMalahy
  • Updated Custom Styles dialog with suggested Chinese translations, #494
  • Updated Report Reminders command to choose scope (Notebooks, Sections, Pages) #507
  • Updated Export to word command to optionally link or embed attachments, #518
  • Updated Remove Paragraph Spacing
    • to affect either entire page or only selected paragraphs, #469
    • to optionally remove all empty lines or collapse multiple empty lines into a single line, #475, #477, #499
  • Fixed an issue where export to Word output path contains Chinese characters, #459
  • Fixed an issue where Select Text with Similar Formatting wasn't working, #476
    • OneNote only allows a single selection per paragraph so not all text in a paragraph may be selected
    • There are some other cases where it behaves weirdly
  • Fixed an issue when generating ToC of pages in a section with nested pages, #479
  • Fixed an issue when generating Reminders Report where dates were not shown in local time zone, #485

Batch web page import and much, much more

05 Mar 17:10
a18d2b6
Compare
Choose a tag to compare
  • Added the Import Hyperlinks command to import selected hyperlinks as subpages of the current page, per #300
  • Added the Ctrl+Shift+V key sequence to invoke the Paste and Keep Text Only command
  • Added the Caption Attachment command to the file attachment context menu
  • Added a new All/Any operator drop-down to the Search Tags dialog, per #404
  • Added the C++, Go, and Wolfram languages to the Colorize menu, per #452
  • Renamed the Search menu to Search and Tag
  • Updated Import Web Page command to relink on-page references to the correct paragraphs
  • Updated Show XML dialog to hide personally identifying information by default, per #447
  • Updated diagnostic log to exclude personally identifying information, per #447
  • Updated Export Pages dialog with option to replace spaces and special chars in the filename with underscores, per #454
  • Fixed an issue when exporting a Word doc containing attachments that have Unicode chars in their file paths, per #459
  • Fixed an issue in the Reminder dialog where it did not properly encode all Unicode languages such as Chinese, per #461

Captions, Enhanced TOC, Installer fix

13 Feb 13:06
cc2c8f0
Compare
Choose a tag to compare

Feature Changes

  • Added a new command to caption attachments, per #431
  • Added option to include preview text in table of contents, per #434
  • Added Polish translations, per #440
  • Enhanced the Import Web Page feature to emulate a copy and paste from a browser, per #411
  • Fixed an issue where installs only worked for the current admin user, per #438
  • Fixed an issue where the tagging dialog was not displayed correctly, #426
  • Fixed an issue where all properties of a custom style were not applied, per #427

Internal Changes

  • Removed majority of duplicate resource strings using the analyze feature of ResxTranslator

Style names, export attachments, fixes

05 Feb 14:16
Compare
Choose a tag to compare
  • Added the ability to customize the name of a new style and rename an existing style, per #414
  • Added the ability to export attachments along with Word and XML exports, per #410
  • Added notebook related items to the context menu of the area next to the section tabs
  • Changed the name of the Image Resize command to "Resize and Adjust"
  • Fixed an issue with the Colorize command when copy/pasting from a Web page, per #410
  • Fixed an issue where the Disable Spell Check button didn't work when added to the ribbon bar, per #415
  • Fixed an issue where all attributes of a style were not fully applied to selected text, per #418
  • Fixed an issue causing an exception when exporting to a path that does not exist, related to #410
  • Fixed an issue where the tagging bank was copied instead of body when page is embedded, per #422
  • Fixed an issue where not all colors were readable after colorization, per #423

Experimental Web Import

06 Feb 10:43
Compare
Choose a tag to compare
Pre-release

NOTICE

This includes a proof-of-concept Import from Web implementation. The dialog has a checkbox that must be ticked to enable the experimental import. NOTE this may not work the first time you run it but run it again and it will likely succeed. There is a known problem where some font colors are hard to read when importing from a dark-themed Web page. It is experimental after all!

If you're unwilling to use an unstable version of OneMore, please do not install this release.

Advanced image adjustments and Customize keyboard shortcuts

29 Jan 00:30
6016683
Compare
Choose a tag to compare
  • Added new adjustments to the Resize Image dialog to change image opacity, brightness, and contrast
    • Added the ability to apply style treatments including grayscale, sepia, and Polaroid
    • Added a preview of the adjusted image when modifying a single image
    • Enabled the percentage and absolute size options when resizing all images on a page, per #400
    • Fixed an issue where resizing to 50% and then 200% wouldn't restore the original size, per #401
    • See more information on the Resize and Adjust Image dialog in the Wiki
  • Added a new settings page to customize the keyboard shortcuts for special commands, per #398
  • Fixed an issue with upgrade check to always look for x64 installer, per #393
  • Fixed an issue to infer the default display language from OneNote prior to setting in options

Context menu sort commands, Display language

18 Jan 13:07
Compare
Choose a tag to compare

Feature Changes

  • Added new option to Sort dialog to sort child pages of the currently selected page, per #388
  • Added new sort commands to page, page area, section, notebook, and notebook area context menus
  • Added new setting to choose display language in OneMore menus and dialogs, per #384
  • Moved the Strike Through Completed ToDo Tags command to the Reminders menu
  • Fixed an issue when cropping an image of a page printed from a PDF document, per #377
  • Fixed an issue where the icon was not displayed next to OneMore menu items pinned to the ribbon, per #380
  • Fixed an issue where footenote references were not inserted correctly for RTL languages, per #354
  • Fixed an issue where the Export command was disabled on the Page context menu

Internal Changes

  • Updated the build.ps1 script to default to 64bit, added the -both parameter
  • Fixed an issue with the Check for Updates command where it was not finding the last install date
  • Changed VS project references to use primary interop assemblies, PIAs, from the Program Files folder instead of the GAC. This includes the following references, with Embed Interop Types property set to false
    • Microsoft.Office.Core (Office.dll)
    • Microsoft.Office.Interop.OneNote
    • Microsoft.Office.Interop.Outlook
    • Microsoft.Office.Interop.PowerPoint
    • Microsoft.Office.Interop.Word

Patch installer to support 32-bit OneNote

12 Jan 12:57
Compare
Choose a tag to compare

Feature Changes

  • Added option to hide empty days in the Calendar detail view
  • Calendar detail view button is selected after user clicks day title in month view
  • Updated installer to support both 64-bit and 32-bit OneNote installs

Internal Changes

  • Added custom banner to installer UI
  • Updates build.ps1 to default to 64 bit build only. Added -both parameter

[PRE-RELEASE] Installer Updates

11 Jan 22:49
Compare
Choose a tag to compare
Pre-release

This is a pre-release intended for testing only.