Skip to content

Releases: stevencohn/OneMore

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.

OneMore Calendar (beta)

09 Jan 16:18
c87cad0
Compare
Choose a tag to compare
  • OneMore Calendar Beta, see Wiki
  • Created new File menu; moved import and export commands to this menu
  • Updated Link References command to optionally include unindexed pages in query, per #358
  • Updated Link References command to avoid duplicating the references
  • Updated Insert TOC command to avoid duplicating the TOC
  • Added ability to reset orphaned Outlook tasks from the Import Outlook Tasks dialog, per #349
  • Added Export dialog option to replace spaces in file names with underscores, per #366
  • Fixed Search and Replace to properly replace dollar sign and caret, per #372

Minor patch to installer

21 Dec 23:30
Compare
Choose a tag to compare

4.12.1 Patch

This is a minor patch to the installer. The installer will first test if the Microsoft WebView2 component is already installed and won't attempt to install it again. If you already have 4.12 then there is no need to upgrade to 4.12.1

4.12 Release Notes

NOTICE: I've stopped creating the 32-bit installer. The download stats have been low and I suspect there are very few, if any, users that actually still have a 32-bit machine. This will not affect those running 32-bit OneNote on a 64-bit machine; the 64-bit installer will work for all cases.

Feature Changes

  • Added Import Tasks from Outlook command per #349
  • Added Fit Grid to Text command to auto-adjust background grid size to the most commonly used font on the page
  • Updated Link References command to optionally include page synopsis per #356
  • Updated Insert TOC command to indent with spaces instead of tab indents to maintain formatting consistency
  • Updated Settings dialog to be sizable
  • Update Import dialog to look for legacy Office files, *.doc and *.ppt
  • Fixed disabled items in main OneMore menu; sub-items are now context sensitive
  • Fixed linked reference refresh, per #347
  • Fixed copy/paste keyboard emulation to allow multi-lingual keyboards, per #346; this affects
    • Import Markdown, Paste RTF, Paste table cells, Save and Insert custom snippet
  • Fixed tagged search to ignore empty tags

Internal Changes

  • Changed from packages.json to PackageReferences
  • Changed from Chromium to WebView2 and removed dependency on PuppeteerSharp
  • Updated build.ps1 to use VS2022, with fallback to VS2019

Import Outlook Tasks and misc

20 Dec 17:33
Compare
Choose a tag to compare

NOTICE: I've stopped creating the 32-bit installer. The download stats have been low and I suspect there are very few, if any, users that actually still have a 32-bit machine. This will not affect those running 32-bit OneNote on a 64-bit machine; the 64-bit installer will work for all cases.

Feature Changes

  • Added Import Tasks from Outlook command per #349
  • Added Fit Grid to Text command to auto-adjust background grid size to the most commonly used font on the page
  • Updated Link References command to optionally include page synopsis per #356
  • Updated Insert TOC command to indent with spaces instead of tab indents to maintain formatting consistency
  • Updated Settings dialog to be sizable
  • Update Import dialog to look for legacy Office files, *.doc and *.ppt
  • Fixed disabled items in main OneMore menu; sub-items are now context sensitive
  • Fixed linked reference refresh, per #347
  • Fixed copy/paste keyboard emulation to allow multi-lingual keyboards, per #346; this affects
    • Import Markdown, Paste RTF, Paste table cells, Save and Insert custom snippet
  • Fixed tagged search to ignore empty tags

Internal Changes

  • Changed from packages.json to PackageReferences
  • Changed from Chromium to WebView2 and removed dependency on PuppeteerSharp
  • Updated build.ps1 to use VS2022, with fallback to VS2019

Remove Ink, Remove Tags, Upgrade, and lots of fixes

04 Nov 21:17
6f9d52e
Compare
Choose a tag to compare
  • Changed Check for Updates to perform an upgrade rather than uninstall and reinstall, per #307
    • Recommended way to upgrade is via the About box, Check for Updates
    • This will not really take effect until you install 4.11 and use it to upgrade to the next version
    • Until then, download the 4.11 installer and run it directly on top of your current version without first uninstalling
  • Added Remove Ink command to remove all ink annotations from a page
  • Added Remove Tags command to remove all tags on a page, except those associated with a reminder, per #332
  • Added an icon to the OneMore item under Add/Remove Programs
  • Added a fancy dialog to the Dump Diagnostics command with a hyperlink to the log file
  • Fixed Reminder Summary Report when reminder orphaned by deleting their paragraphs, per #329
  • Fixed Embed Page when page to embed also has tags, per #329
  • Fixed conflict in settings when choosing both Edit Menu and Proofing Menu, per #336
  • Fixed Create Page Map with dup issue and recycle bin scanning, per #341
  • Fixed parsing of multi-line resources when download repo as Zip file by adding .gitattributes file, per #337
  • Fixed Split Page command, issue caused by internal change to GetHeaders indexing
  • Updated keyboard shortcuts template
    • To update, delete your shortcuts page and use the link on your Favorites menu to download a fresh copy