File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Flow.Launcher.Plugin.Calculator
Flow.Launcher.Plugin.Explorer
Flow.Launcher.Plugin.Program
Flow.Launcher.Plugin.WebSearch
Flow.Launcher.Plugin.WindowsSettings Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<PropertyGroup >
17
- <Version >3.0.0 </Version >
18
- <PackageVersion >3.0.0 </PackageVersion >
19
- <AssemblyVersion >3.0.0 </AssemblyVersion >
20
- <FileVersion >3.0.0 </FileVersion >
17
+ <Version >3.0.1 </Version >
18
+ <PackageVersion >3.0.1 </PackageVersion >
19
+ <AssemblyVersion >3.0.1 </AssemblyVersion >
20
+ <FileVersion >3.0.1 </FileVersion >
21
21
<PackageId >Flow.Launcher.Plugin</PackageId >
22
22
<Authors >Flow-Launcher</Authors >
23
23
<PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 4
4
"Name" : " Calculator" ,
5
5
"Description" : " Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)" ,
6
6
"Author" : " cxfksword" ,
7
- "Version" : " 2.0.0 " ,
7
+ "Version" : " 2.0.1 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Caculator.dll" ,
Original file line number Diff line number Diff line change 10
10
"Name" : " Explorer" ,
11
11
"Description" : " Find and manage files and folders via Windows Search or Everything" ,
12
12
"Author" : " Jeremy Wu" ,
13
- "Version" : " 2.0.1 " ,
13
+ "Version" : " 2.1.0 " ,
14
14
"Language" : " csharp" ,
15
15
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
16
16
"ExecuteFileName" : " Flow.Launcher.Plugin.Explorer.dll" ,
Original file line number Diff line number Diff line change 4
4
"Name" : " Program" ,
5
5
"Description" : " Search programs in Flow.Launcher" ,
6
6
"Author" : " qianlifeng" ,
7
- "Version" : " 2.0.1 " ,
7
+ "Version" : " 2.1.0 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Program.dll" ,
Original file line number Diff line number Diff line change 26
26
"Name" : " Web Searches" ,
27
27
"Description" : " Provide the web search ability" ,
28
28
"Author" : " qianlifeng" ,
29
- "Version" : " 2.0.0 " ,
29
+ "Version" : " 2.0.1 " ,
30
30
"Language" : " csharp" ,
31
31
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
32
32
"ExecuteFileName" : " Flow.Launcher.Plugin.WebSearch.dll" ,
Original file line number Diff line number Diff line change 4
4
"Description" : " Search settings inside Control Panel and Settings App" ,
5
5
"Name" : " Windows Settings" ,
6
6
"Author" : " TobiasSekan" ,
7
- "Version" : " 3.0.0 " ,
7
+ "Version" : " 3.0.1 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.WindowsSettings.dll" ,
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ And you can download <a href="https://github.com/Flow-Launcher/Flow.Launcher/dis
274
274
| <kbd >←</kbd ><kbd >→</kbd > | Back to result / Open Context Menu |
275
275
| <kbd >Ctrl</kbd > +<kbd >O</kbd > , <kbd >Shift</kbd > +<kbd >Enter</kbd > | Open Context Menu |
276
276
| <kbd >Tab</kbd > | Autocomplete |
277
- | <kbd >F1</kbd > | Toggle Preveiw Panel |
277
+ | <kbd >F1</kbd > | Toggle Preveiw Panel (default and configurable) |
278
278
| <kbd >Esc</kbd > | Back to results / hide search window |
279
279
| <kbd >Ctrl</kbd > +<kbd >C</kbd > | Copy the actual folder / file |
280
280
| <kbd >Ctrl</kbd > +<kbd >I</kbd > | Open flow's settings |
Original file line number Diff line number Diff line change 1
- version : ' 1.10.1 .{build}'
1
+ version : ' 1.11.0 .{build}'
2
2
3
3
init :
4
4
- ps : |
You can’t perform that action at this time.
0 commit comments