Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 730 Bytes

Changelog

[1.1.0] - 2024-06-04

Added

  • Exposed OneNote COM object to allow for more advanced operations if needed.
  • Added and refactored parser tests.
  • Exposed UpdatePageContent method.
  • LinqPad samples
  • Added FindByID method to find a hierarchy item by its ID (Currently slow).

Changed

  • Updated logo!
  • Renamed IOneNoteItemExtensions to OneNoteItemExtensions.
  • OneNoteNotebook.Notebook returns itself rather than null.
  • Updated documentation to include examples and more information on the library.
  • The methods that create hierarchy items e.g. CreatePage, CreateSection, CreateSectionGroup, CreateNotebook now return the ID of the created item. Can be used with the new FindByID.

[1.0.0] - 2023-10-16