Skip to content

Releases: Odotocodot/Flow.Launcher.Plugin.OneNote

v3.1.0

02 May 16:11
bd74a03

Choose a tag to compare

  • Recent pages is dead, long live sort by last modified. (#32)
    • Using the sort by last modified keyword, as the name implies, allows you to sort results by last modified. But unlike recent pages you can now use it in multiple places, i.e. with title search, scoped search and notebook explorer. Note it must be placed after the aforementioned keywords.
    • Examples:
      (# = sort by last modified keyword, * = title search keyword, nb:\ = notebook explorer keyword, > = scoped search keyword)
      • on #{your search query}
      • on *#{your search query}
      • on nb:\PathToItem\#{your search query}
      • on nb:\PathToItem\>#{your search query}
      • on nb:\PathToItem\*#{your search query}
  • Added a setting to allow users to always open items in a new OneNote window. (#40)
  • Updated plugin logo.

v3.0.1

13 Mar 19:18
c174f1a

Choose a tag to compare

  • Fix crash on quick note with empty title (Updated to LinqToOneNote-2.1.1)
  • Fix incorrect scope search check
  • Cache OneNote hierarchy when applicable
    • This brings the performance improvement for Notebook Explorer from last version to recent pages and title search

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Mar 21:37
a4abe7d

Choose a tag to compare

  • ⚠ Now requires Flow Launcher version 2.1.0 or later.
  • Refactored code
  • Improved Notebook Explorer performance.
  • Added copy link to clipboard context menu item. (#32)
  • Dependencies
    • Updated to Net 9.0
    • Updated Flow.Launcher.Plugin-4.1.0 to Flow.Launcher.Plugin-5.2.0
    • Updated Odotocodot.OneNote.Linq-1.2.0 to LinqToOneNote-2.0.0
    • Migrated from ModernWpfUI to iNKORE.UI.WPF.Modern

v2.1.2

11 Jun 21:28
3bd57fe

Choose a tag to compare

What's Changed

  • Add the ability to open items in a new OneNote window using the context menu (#28)

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Jan 17:29
ece36f5

Choose a tag to compare

Changes

  • Indicated Windows/Microsoft Search is required for default and scoped search in readme. (#24)
  • Added some badges.
  • Updated OneNote page result tooltips.
  • Changed recent pages default keyword from rcntpgs: to rp:.

Fixes

  • Fixed spelling and grammar mistakes.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Jun 10:56
2ff6e1d

Choose a tag to compare

Added

  • New and improved icons.
  • New preview panel for creating pages (#20)
  • New setting for icon theme: FL Default (matches Flow Launcher's theme), light, dark and color.
  • Opening a hierarchy item from the plugin now always brings OneNote to the front.
  • New Hotkey (Ctrl + ⏎ Enter) to create new items without opening them in OneNote.

Changed

  • Refactored icon generation.
  • Refactored settings view.
  • Changed Linq2OneNote library reference from submodule to NuGet package.
  • Updated tooltips for notebooks, section groups, sections and pages.

Fixes

  • Fixed incorrect autocomplete text for creating new items.

Full Changelog: v2.0.1...v2.1.0

v2.0.1

09 Oct 09:18
df5d6cf

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Oct 10:30
273e49f

Choose a tag to compare

Changelog

Full Changelog: v1.1.1...v2.0.0

Added

  • Created custom OneNote parser/library, adding the ability for several new features.
  • Support for section groups when using the notebook explorer.
  • Support for displaying unread results.
  • Support for showing locked sections in results (you still can't see inside them unless they are unlocked).
  • The ability to search by only title.
  • The ability to do a scoped search (e.g. search in one section only).
  • Settings! You can change these options:
    • Show unread icons.
    • Show encrypted sections.
    • Show recycle bin items.
    • Created coloured icons for notebook and sections.
    • Default number of recent pages
    • Customisable keywords!

Changed

  • Compressed images.
  • Reduced the calls to create a OneNote COM object, this should lead to a overall smoother experience.
  • Updated to .NET 7 (update Flow Launcher if an error persists).
  • Refactored majority of code and project structure.

Removed

v1.1.1

05 Mar 22:33

Choose a tag to compare

Merge branch 'dev'

v1.1.0

04 Mar 19:14
8e56809

Choose a tag to compare

Merge pull request #6 from Odotocodot/dev

- **Added ability to create notebooks, sections and pages!**
- Improved readme.
- Fixed typos.
- Refactored code.