You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3.1.0
- ⭐ **Recent pages** is dead, long live **sort by last modified**. ([#32](#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](#40))
- Updated plugin logo.
Copy file name to clipboardExpand all lines: Changelog.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,24 @@
1
1
# Changelog
2
2
3
+
## 3.1.0
4
+
5
+
-:star:**Recent pages** is dead, long live **sort by last modified**. ([#32](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/32))
6
+
- 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.
- Added a setting to allow users to always open items in a new OneNote window. ([#40](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/40))
15
+
3
16
## 3.0.1 - 2026-03-13
4
17
5
18
- Fix crash on quick note with empty title (Updated to `LinqToOneNote-2.1.1`)
6
19
- Fix incorrect **scope search** check
7
20
- Cache OneNote hierarchy when applicable
8
-
- This brings the performance improvement for Notebook Explorer from last version to **recent pages** and **title search**
21
+
- This brings the performance improvement from **notebook explorer** from last version to **recent pages** and **title search**
0 commit comments