Releases: Odotocodot/Linq2OneNote
Releases · Odotocodot/Linq2OneNote
Version 1.2.0
[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 aOneNoteNotebook
andOneNoteSectionGroup
as the parent. - Refactored tests.
- Added abstractions that allow for a reduction in duplicated code, e.g. there are no more overloads for the method
- Fix invalid links in online documentation.
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
[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
Change workflow to manual only Remove html from readme.