|
| 1 | +# Changelog |
| 2 | + |
1 | 3 | ### 2.1.0 - 2024-6-14
|
| 4 | + |
2 | 5 | #### Added
|
| 6 | + |
3 | 7 | - New and improved icons.
|
4 |
| -- New preview panel for creating pages (Closes [#20](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/20)) |
5 |
| -- New setting for icon theme: system, light, dark and color. |
| 8 | +- New preview panel for creating pages ([#20](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/20)) |
| 9 | +- New setting for icon theme: FL Default (matches Flow Launcher's theme), light, dark and color. |
6 | 10 |
|
7 | 11 | #### Changed
|
| 12 | + |
8 | 13 | - Refactored icon generation.
|
9 | 14 | - Refactored settings view.
|
| 15 | +- Changed Linq2OneNote library reference from submodule to NuGet package. |
10 | 16 |
|
11 |
| -#### Removed |
12 |
| - |
| 17 | +### 2.0.1 - 2023-10-0 |
13 | 18 |
|
| 19 | +#### Added |
14 | 20 |
|
| 21 | +- OneNote is now opened asynchronously to prevent blocking UI ([[#15](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/15)]) |
15 | 22 |
|
16 |
| -<!-- omit from toc --> |
17 | 23 | ### 2.0.0 - 2023-10-05
|
18 | 24 |
|
19 |
| -<!-- omit from toc --> |
| 25 | +#### **Breaking Changes** |
| 26 | + |
| 27 | +- Now requires Flow Launcher version 1.16 or later. |
| 28 | + |
20 | 29 | #### Added
|
21 | 30 |
|
22 | 31 | - **[Created custom OneNote parser/library](https://github.com/Odotocodot/Linq2OneNote)**, adding the ability for several new features.
|
|
26 | 35 | - The ability to search by only title.
|
27 | 36 | - The ability to do a scoped search (e.g. search in one section only).
|
28 | 37 | - **Settings!** You can change these options:
|
29 |
| - - Show unread icons. |
30 |
| - - Show encrypted sections. |
31 |
| - - Show recycle bin items. |
32 |
| - - Created coloured icons for notebook and sections. |
33 |
| - - Default number of recent pages |
34 |
| - - **Customisable keywords!** |
35 |
| - |
36 |
| -<!-- omit from toc --> |
| 38 | + - Show unread icons. |
| 39 | + - Show encrypted sections. |
| 40 | + - Show recycle bin items. |
| 41 | + - Created coloured icons for notebook and sections. |
| 42 | + - Default number of recent pages |
| 43 | + - **Customisable keywords!** |
| 44 | + |
37 | 45 | #### Changed
|
38 | 46 |
|
39 | 47 | - Compressed images.
|
40 |
| -- Reduced the calls to create a OneNote COM object, this should lead to a overall smoother experience. |
| 48 | +- Reduced the calls to create a OneNote COM object, this should lead to an overall smoother experience. |
41 | 49 | - Updated to .NET 7 (update Flow Launcher if an error persists).
|
42 |
| -- Refactored majority of code and project structure. |
| 50 | +- Refactored the majority of code and project structure. |
43 | 51 |
|
44 |
| -<!-- omit from toc --> |
45 | 52 | #### Removed
|
46 | 53 |
|
47 | 54 | - [Scipbe.Common.Office.OneNote](https://github.com/scipbe/ScipBe-Common-Office) package reference.
|
| 55 | + |
| 56 | +### 1.1.1 - 2023-03-05 |
| 57 | + |
| 58 | +#### Fixes |
| 59 | + |
| 60 | +- Fixed crash on search ([#7](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/7)) |
| 61 | + |
| 62 | +### 1.1.0 - 2023-03-04 |
| 63 | + |
| 64 | +#### Added |
| 65 | + |
| 66 | +- Added the ability to create notebooks, sections and pages. |
| 67 | + |
| 68 | +#### Changes |
| 69 | + |
| 70 | +- Improved the readme |
| 71 | + |
| 72 | +#### Fixes |
| 73 | + |
| 74 | +- Fixed typos |
| 75 | + |
| 76 | +### 1.0.2 - 2023-02-28 |
| 77 | + |
| 78 | +#### Fixes |
| 79 | + |
| 80 | +- Fixed crash due to encrypted sections ([#3](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/3), [#4](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/4)) |
| 81 | + |
| 82 | +### 1.0.1 - 2023-01-15 |
| 83 | + |
| 84 | +#### Fixes |
| 85 | + |
| 86 | +- Fixed crash on invalid search ([#1](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/1)) |
| 87 | + |
| 88 | +### 1.0.0 - 2022-12-16 |
| 89 | + |
| 90 | +Initial Release |
0 commit comments