Hongtao Zhang
|
5404303c5f
|
Wrap IndexWin32Programs with Task.Run
|
2022-02-23 18:21:13 -06:00 |
|
Hongtao Zhang
|
ef4bb121f9
|
Add FileSystemWatcher to Watcherlist
|
2022-02-23 18:19:34 -06:00 |
|
Hongtao Zhang
|
80eb0e4943
|
Reset Cache and rewrite uwp detection logic
|
2022-02-21 15:54:46 -06:00 |
|
Jeremy
|
7b6686d9a1
|
version bump
|
2022-02-12 14:10:18 +11:00 |
|
Jeremy
|
6ad1bca24b
|
lower non-name matched results and use fuzzy scores for name matches
|
2022-02-12 14:09:31 +11:00 |
|
Hongtao Zhang
|
87e7ff5b53
|
Remove unneeded logic and add a background reindex at startup
|
2022-02-06 17:34:50 -06:00 |
|
Hongtao Zhang
|
823fa38dcd
|
Remove unused method
|
2022-02-06 17:27:12 -06:00 |
|
Jeremy
|
18acea3321
|
remove dup RegisterBookmarkFile & update condition
|
2022-02-07 08:47:28 +11:00 |
|
Jeremy
|
dd52a34919
|
Shell plugin version bump
|
2022-02-02 07:49:56 +11:00 |
|
Hongtao Zhang
|
bffa90a81e
|
stop trigger global hotkey when shell plugin is not enabled
|
2022-02-02 07:49:09 +11:00 |
|
Jeremy
|
f64c50c479
|
bump WebSearch plugin
|
2022-02-02 07:41:59 +11:00 |
|
tech189
|
781a773131
|
Some pedantic capitalisation
|
2022-02-02 07:40:47 +11:00 |
|
tech189
|
2ae2c0f600
|
Clean up deprecated translations
|
2022-02-02 07:40:24 +11:00 |
|
Jeremy
|
362ab52c52
|
version bump PluginsManager
|
2022-02-02 07:32:46 +11:00 |
|
dependabot[bot]
|
69f6eb36c1
|
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-02 07:30:14 +11:00 |
|
Jeremy
|
819ee97555
|
version bump PluginsManager
|
2022-02-02 07:22:19 +11:00 |
|
dependabot[bot]
|
6713865432
|
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-01 16:24:12 +00:00 |
|
Jeremy
|
96cf9fe36a
|
fix application URI logic when opening via WebSearch plugin
|
2022-01-31 21:36:13 +11:00 |
|
Jeremy
|
25cc50b9ac
|
version bump Program & BrowserBookmark plugins
|
2022-01-27 20:52:47 +11:00 |
|
Jeremy
|
2b538d9cb6
|
Merge branch 'dev' into filewatcher
|
2022-01-27 20:50:54 +11:00 |
|
Jeremy Wu
|
0842091f26
|
formatting
|
2022-01-27 20:22:01 +11:00 |
|
Jeremy Wu
|
f42fd29224
|
formatting
|
2022-01-27 20:14:42 +11:00 |
|
Jeremy
|
530f5b80f1
|
version bump plugins after merge
|
2022-01-19 21:34:18 +11:00 |
|
Jeremy
|
4df7413cf0
|
Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon
|
2022-01-19 21:32:09 +11:00 |
|
Jeremy
|
06859ef359
|
version bump plugins
|
2022-01-19 21:22:55 +11:00 |
|
Jeremy Wu
|
9c92219e7f
|
Merge pull request #977 from Flow-Launcher/fixWebsearchNullPointer
Add null check before enumerating the enumerable
|
2022-01-19 20:51:10 +11:00 |
|
Jeremy
|
e9d3a0df1c
|
version bump WebSearch
|
2022-01-19 20:44:19 +11:00 |
|
Jeremy Wu
|
20e1b659fd
|
update suggestion result with ActionKeywordAssigned
|
2022-01-19 20:39:48 +11:00 |
|
Kevin Zhang
|
b0d29be067
|
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
|
2022-01-17 09:09:11 -06:00 |
|
Kevin Zhang
|
267b79a86e
|
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
|
2022-01-17 09:08:00 -06:00 |
|
Jeremy Wu
|
b9048f50f0
|
Merge pull request #972 from Flow-Launcher/refactor_plugin_manifest
Improvements to PluginManager plugin
|
2022-01-14 08:12:32 +11:00 |
|
Jeremy
|
deb4bee786
|
version bump PluginsManager
|
2022-01-14 07:58:46 +11:00 |
|
Jeremy Wu
|
45f691c3b1
|
Merge pull request #974 from tech189/fix-spellings
Fix spellings in translation keys
|
2022-01-14 07:57:12 +11:00 |
|
Jeremy
|
abc4dc0141
|
bump WebSearch plugin
|
2022-01-14 07:48:12 +11:00 |
|
Ioannis G
|
84716376c2
|
bump plugin versions
|
2022-01-13 22:40:59 +02:00 |
|
tech189
|
a02011ddf1
|
Some pedantic capitalisation
|
2022-01-13 11:13:40 +00:00 |
|
tech189
|
661e99d073
|
Clean up deprecated translations
|
2022-01-13 10:30:44 +00:00 |
|
Ioannis G
|
5941049a11
|
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
|
2022-01-13 04:52:13 +02:00 |
|
Ioannis G
|
a0bb995643
|
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
|
2022-01-12 23:48:16 +02:00 |
|
Hongtao Zhang
|
77f3788539
|
Add null check before enumerating the enumerable
|
2022-01-12 15:21:21 -06:00 |
|
Ioannis G
|
d6bca894ff
|
PluginsManager: remove IAsyncReloadable
no point for it, anymore
|
2022-01-12 19:25:42 +02:00 |
|
Ioannis G
|
bc5a9710b3
|
PluginsManager: fetch plugins on init
|
2022-01-12 19:22:55 +02:00 |
|
Ioannis G
|
d95010697d
|
PluginsManager: simplify passing down of queries
|
2022-01-11 08:55:59 +02:00 |
|
Ioannis G
|
658ddb2cf6
|
PluginsManager: improve query navigation
|
2022-01-11 08:21:15 +02:00 |
|
Ioannis G
|
daedc03008
|
PluginsManager: fix "new issue" URL for some plugins
since the `UrlSourceCode` field is inconsistent in the manifest file
|
2022-01-11 06:49:56 +02:00 |
|
Ioannis G
|
35e043859c
|
pass CancellationToken to PluginsManifest.UpdateManifestAsync
|
2022-01-11 06:12:10 +02:00 |
|
Ioannis G
|
33fb0ddee6
|
refactor PluginsManifest to use conditional requests
|
2022-01-11 06:00:14 +02:00 |
|
Jeremy Wu
|
de97cd4e52
|
Merge pull request #953 from Flow-Launcher/disableshellwinr
stop trigger global hotkey when shell plugin is not enabled
|
2022-01-10 20:11:13 +11:00 |
|
Jeremy
|
88b4ce5bb6
|
Shell plugin version bump
|
2022-01-10 20:05:05 +11:00 |
|
Hongtao Zhang
|
26c4650cfc
|
Remove WindowsSetting resource not found warning
|
2022-01-09 18:27:28 -06:00 |
|
Hongtao Zhang
|
af68cb5093
|
detect browserbookmark file change
|
2022-01-08 16:58:12 -06:00 |
|
Hongtao Zhang
|
50144ea8f4
|
Remove firefox bookmark with no title
|
2022-01-08 16:31:28 -06:00 |
|
Hongtao Zhang
|
9fc0e03b3d
|
detect windows version
|
2022-01-08 16:03:53 -06:00 |
|
Hongtao Zhang
|
73056534bb
|
Reindex when app install or deleted (and uwp update).
|
2022-01-08 15:50:27 -06:00 |
|
Jeremy
|
21775c7bed
|
bump PluginsManager version
|
2022-01-05 20:56:34 +11:00 |
|
Hongtao Zhang
|
3298194a45
|
stop trigger global hotkey when shell plugin is not enabled
|
2022-01-03 10:26:18 -06:00 |
|
Ioannis G
|
845d9e51d9
|
stop using obsolete SearchWeb methods internally
|
2022-01-03 15:25:38 +02:00 |
|
Jeremy Wu
|
7dd5c12b36
|
Merge pull request #941 from Flow-Launcher/release_version_bump
Release 1.9.1 version bump
|
2022-01-01 22:00:55 +11:00 |
|
Jeremy Wu
|
c2d992d49e
|
Merge pull request #890 from onesounds/RemovePathHighlight
Remove Subtitle Highlight
|
2022-01-01 22:00:02 +11:00 |
|
Jeremy
|
288bf4ce09
|
version bump plugins
|
2022-01-01 21:49:53 +11:00 |
|
Jeremy
|
65d88076ad
|
bump plugin versions
|
2021-12-31 18:25:40 +11:00 |
|
Kevin Zhang
|
701a5d444b
|
Update translations from Crowdin(#880)
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
|
2021-12-31 18:07:05 +11:00 |
|
Kevin Zhang
|
f9d608840d
|
Upgrade to .net 6
|
2021-12-28 11:36:28 -06:00 |
|
Jeremy
|
6f9a879f58
|
remove subtitle highlighting code
|
2021-12-21 07:19:31 +11:00 |
|
Jeremy
|
7e1f041cde
|
Merge remote-tracking branch 'origin/dev' into fixSourceString
|
2021-12-20 08:47:43 +11:00 |
|
Jeremy
|
99ba1b7440
|
fix key name
|
2021-12-20 08:47:05 +11:00 |
|
Jeremy Wu
|
3b2ab46af2
|
Merge pull request #920 from Flow-Launcher/remove-startup-notification
Remove Startup Error notification for updating manifest and update check
|
2021-12-20 08:40:23 +11:00 |
|
Jeremy
|
7d9bd3ae48
|
version bump PluginsManager
|
2021-12-20 08:35:09 +11:00 |
|
Hongtao Zhang
|
60ee43d704
|
fix bookmark string
|
2021-12-19 15:25:25 -06:00 |
|
Jeremy Wu
|
7841b6faae
|
Merge pull request #922 from onesounds/FixPrivateText
Correct the typo (private, bookmark)
|
2021-12-20 07:29:57 +11:00 |
|
DB p
|
8fc027496e
|
Fix Bookmmark to Bookmark
|
2021-12-20 03:33:40 +09:00 |
|
Hongtao Zhang
|
5ae9ee46c0
|
Suppress Startup Manifest Download Error Notification
|
2021-12-19 11:37:38 -06:00 |
|
Jeremy
|
6911cadcf3
|
version bump plugins
|
2021-12-19 19:58:31 +11:00 |
|
DB p
|
f8eafb4d2b
|
Adjust Shell plugin layout
|
2021-12-17 11:59:32 +09:00 |
|
DB p
|
d7d567e22b
|
Change Searchsource Window layout to responsive (in WebSearch Plugin)
|
2021-12-16 00:28:35 +09:00 |
|
DB p
|
2ce526005b
|
Adjust Korean String in WindowsSetting
|
2021-12-15 19:48:33 +09:00 |
|
DB p
|
979c89d14b
|
Adjust Calculator layout to responsive
|
2021-12-15 13:51:39 +09:00 |
|
DB p
|
3b5b3abf21
|
Add BookmarkData Window Title String in portugee
|
2021-12-15 12:51:50 +09:00 |
|
DB p
|
968315aabd
|
Adjust Layout custombrowsersetting in bookmark plugin
|
2021-12-15 12:21:56 +09:00 |
|
DB p
|
bf6fbf7f5d
|
Adjust Layout in CustomBrowserSetting in Bookmark Plugin
|
2021-12-15 12:20:49 +09:00 |
|
DB p
|
3f1f23bbe9
|
Change Bookmark layout to responsive
|
2021-12-14 18:23:45 +09:00 |
|
DB p
|
6095d0b1be
|
- Change Hardcoded text to string
- Adjust Button size to responsive
- Add Accent Button Color
|
2021-12-14 17:35:32 +09:00 |
|
DB p
|
0b5c77eba2
|
Change Button Sizes in Explorer Setting Panel
|
2021-12-14 17:23:08 +09:00 |
|
DB p
|
405a33c26a
|
Fix Shell Plugin Checkbox
|
2021-12-14 17:19:08 +09:00 |
|
DB p
|
64c2373ecf
|
Merge branch 'dev' into pluginmanagercheckbox
|
2021-12-10 11:28:50 +09:00 |
|
DB p
|
fac1b3a7ad
|
Change Checkbox position right to left
|
2021-12-10 10:44:46 +09:00 |
|
Jeremy Wu
|
037e0f83bc
|
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
|
2021-12-09 20:01:06 +11:00 |
|
Hongtao Zhang
|
27d1796e48
|
Fix Suggestion Result Action
|
2021-12-08 21:48:27 -06:00 |
|
Jeremy Wu
|
2855c6c317
|
Merge pull request #834 from Flow-Launcher/GlobalHotkeyRefactor
[dev] Global hotkey refactor
|
2021-12-08 20:56:03 +11:00 |
|
DB p
|
d952950894
|
remove comment
|
2021-12-08 17:56:06 +09:00 |
|
Kevin Zhang
|
7bf6a7d141
|
Update crowdin translations (#871)
Update crowdin translations (#871)
|
2021-12-08 19:49:32 +11:00 |
|
Kevin Zhang
|
b286762062
|
Update Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
|
2021-12-07 23:21:03 -06:00 |
|
Garulf
|
efd2b78e38
|
Merge pull request #863 from Garulf/add-auto-complete-to-file-explorer
|
2021-12-07 21:52:21 -05:00 |
|
Jeremy
|
f741420f95
|
retrieve path with action keywrod
|
2021-12-08 08:01:16 +11:00 |
|
Jeremy Wu
|
b11f72866d
|
Merge pull request #867 from onesounds/AdjustExplorerPlugin
[dev] Adjust popup in explorer plugin with string
|
2021-12-07 21:09:54 +11:00 |
|
Jeremy
|
e84e5b1d9f
|
remove obsolete new tab/window methods
|
2021-12-07 20:44:19 +11:00 |
|
Jeremy
|
00f514fad5
|
version bump plugins
|
2021-12-07 20:40:12 +11:00 |
|
Kevin Zhang
|
e62f6d98df
|
Remove contextmenu of windowsseting plugin
|
2021-12-06 22:50:22 -06:00 |
|
DB p
|
ee224aa02c
|
Change Icons
Add icons8.com link in about
|
2021-12-07 08:56:57 +09:00 |
|
Garulf
|
b201d789d2
|
Prepend folder action keyword
|
2021-12-06 16:57:06 -05:00 |
|