Skip to content

Releases: stevencohn/OneMore

[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

Reuse existing reminder report, fixes, cleanup

31 Oct 15:06
Compare
Choose a tag to compare
  • Added option to reuse an existing Reminder Summary Report or generate a new one
  • Updated reminder report to sort by year, week, and priority
  • Moved Word Count command to the Page menu
  • Fixed Insert TOC command when clipping page form web, per #327
  • Various internal fixes and code cleanup

Reminders, Arrange Containers, and Markdown

26 Oct 18:43
1e23016
Compare
Choose a tag to compare
  • Added Reminder commands to create and manage task reminders, per #295
    • Add or update reminder, Complete reminder, Delete reminder, Report all reminders
    • F8 key redefined to open Reminder dialog
    • Shift+F8 now defined to Diagnostic Logging
  • Added Arrange Container command, per #313
    • Arrange vertically
    • Arrange in evenly spaced columns
  • Added Export to Markdown option, per #229
  • Moved Add Icon to Page Title command to the Page menu
  • Enhanced Export dialog to save and recall the most recently used output directory
  • Fixed Table of Contents command to unlink hyperlinked headings before copying them to the TOC, per #316
  • Fixed Clear Background to also clear hyperlinks

Fix Convert Text to Table when pasting tab delimiters

17 Oct 01:23
Compare
Choose a tag to compare

Fix to Convert Text to Table command to properly handle tabs pasted from an external editor like Notepad into OneNote, per #311

Fix TOC refresh

15 Oct 16:36
b0417eb
Compare
Choose a tag to compare

Per #309, fixed an issue with the Table of Contents refresh link where it would duplicate Top of page links associated with each header.

Proofing languages and new Page menu

14 Oct 01:54
Compare
Choose a tag to compare
  • Added Proofing Language command to set the proofing language of selected text, #308
    • Added option to add Proofing Language command to context menu
  • Added a new Page menu and moved some command from the Edit menu including
    • expand and collapse outlines, save and restore outlines, and merge and split pages
  • Fixed Bidirectional linking command when links include text with secondary language codecs, #297
  • Fixed hotkey AltGr override that prevented AltGr+OemPlus from typing square bracket for FIGS/UK keyboards, #305
  • Patched OneMoreProtocolHandler registration fallback and retry logic for user SID to hive translation
  • Added setversion.ps1 script to set version of all projects prior to compilation