Skip to content

Releases: Odotocodot/Linq2OneNote

Version 1.2.0

05 Jul 18:17
b39c933
Compare
Choose a tag to compare

[1.2.0] - 2025-07-05

What’s Changed

  • Refactored code base
    • Added abstractions that allow for a reduction in duplicated code, e.g. there are no more overloads for the method CreateSection. It now accepts both a OneNoteNotebook and OneNoteSectionGroup as the parent.
    • Refactored tests.
  • Fix invalid links in online documentation.

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

04 Jun 13:29
4c32d22
Compare
Choose a tag to compare

[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.

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

16 Oct 16:37
Compare
Choose a tag to compare
Change workflow to manual only

Remove html from readme.