Skip to content

Commit 5255e17

Browse files
committed
Update Changelog and Readme
1 parent dc0b66f commit 5255e17

File tree

2 files changed

+64
-55
lines changed

2 files changed

+64
-55
lines changed

Changelog.md

Lines changed: 60 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1+
# Changelog
2+
13
### 2.1.0 - 2024-6-14
4+
25
#### Added
6+
37
- 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.
610

711
#### Changed
12+
813
- Refactored icon generation.
914
- Refactored settings view.
15+
- Changed Linq2OneNote library reference from submodule to NuGet package.
1016

11-
#### Removed
12-
17+
### 2.0.1 - 2023-10-0
1318

19+
#### Added
1420

21+
- OneNote is now opened asynchronously to prevent blocking UI ([[#15](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/15)])
1522

16-
<!-- omit from toc -->
1723
### 2.0.0 - 2023-10-05
1824

19-
<!-- omit from toc -->
25+
#### **Breaking Changes**
26+
27+
- Now requires Flow Launcher version 1.16 or later.
28+
2029
#### Added
2130

2231
- **[Created custom OneNote parser/library](https://github.com/Odotocodot/Linq2OneNote)**, adding the ability for several new features.
@@ -26,22 +35,56 @@
2635
- The ability to search by only title.
2736
- The ability to do a scoped search (e.g. search in one section only).
2837
- **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+
3745
#### Changed
3846

3947
- 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.
4149
- 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.
4351

44-
<!-- omit from toc -->
4552
#### Removed
4653

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

Readme.md

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-t
2424
- [Title Search](#title-search)
2525
- [Settings](#settings)
2626
- [Keywords](#keywords)
27-
- [Changelog](#200---2023-10-05)
27+
- [Changelog](#changelog)
2828
- [Acknowledgements](#acknowledgements)
2929

3030
## Installation
@@ -36,7 +36,7 @@ pm install OneNote
3636
```
3737

3838
> [!IMPORTANT]
39-
> For [version 2.0+](#200---2023-10-05) requires at Flow Launcher version 1.16+. For earlier versions see [releases](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/releases).
39+
> For [version 2.0+](#changelog) requires at Flow Launcher version 1.16+. For earlier versions see [releases](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/releases).
4040
4141
## Features
4242

@@ -178,43 +178,9 @@ All the keywords used can be changed according to user preference.
178178
<img src= "doc/keywords.png" width="823" height="276" alt="keywords">
179179
</details>
180180

181-
<details>
182-
<summary><h2 id="changelog">2.0.0 Changelog: Massive Refactor and New Features</h2></summary>
183-
184-
<!-- omit from toc -->
185-
### 2.0.0 - 2023-10-05
186-
187-
<!-- omit from toc -->
188-
#### Added
189-
190-
- **[Created custom OneNote parser/library](https://github.com/Odotocodot/Linq2OneNote)**, adding the ability for several new features.
191-
- Support for section groups when using the notebook explorer.
192-
- Support for displaying unread results.
193-
- Support for showing locked sections in results (you still can't see inside them unless they are unlocked).
194-
- The ability to search by only title.
195-
- The ability to do a scoped search (e.g. search in one section only).
196-
- **Settings!** You can change these options:
197-
- Show unread icons.
198-
- Show encrypted sections.
199-
- Show recycle bin items.
200-
- Created coloured icons for notebook and sections.
201-
- Default number of recent pages
202-
- **Customisable keywords!**
203-
204-
<!-- omit from toc -->
205-
#### Changed
206-
207-
- Compressed images.
208-
- Reduced the calls to create a OneNote COM object, this should lead to a overall smoother experience.
209-
- Updated to .NET 7 (update Flow Launcher if an error persists).
210-
- Refactored majority of code and project structure.
211-
212-
<!-- omit from toc -->
213-
#### Removed
214-
215-
- [Scipbe.Common.Office.OneNote](https://github.com/scipbe/ScipBe-Common-Office) package reference.
181+
## Changelog
216182

217-
</details>
183+
See [here](Changelog.md) for the full list of changes.
218184

219185
## Acknowledgements
220186

0 commit comments

Comments
 (0)