Skip to content

Commit 5a6d30b

Browse files
committed
Fix crash on quick note with empty title
1 parent 8e1abcf commit 5a6d30b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## 3.0.1 - 2026-03-13
44

5+
- Fix crash on quick note with empty title (Updated to `LinqToOneNote-2.1.1`)
56
- Fix incorrect **scope search** check
67
- Cache OneNote hierarchy when applicable
7-
- This brings the performance improvement for Notebook Explorer from last patch to **recent pages** and **title search**
8+
- This brings the performance improvement for Notebook Explorer from last version to **recent pages** and **title search**
89

910
## 3.0.0 - 2026-03-04
1011

Flow.Launcher.Plugin.OneNote/Flow.Launcher.Plugin.OneNote.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ItemGroup>
3131
<PackageReference Include="Flow.Launcher.Plugin" Version="5.2.0" />
3232
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
33-
<PackageReference Include="LinqToOneNote" Version="2.1.0" />
33+
<PackageReference Include="LinqToOneNote" Version="2.1.1" />
3434
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
3535
<PackageReference Include="iNKORE.UI.WPF.Modern" Version="0.10.1" />
3636
</ItemGroup>

0 commit comments

Comments
 (0)