Commit graph

2296 commits

Author SHA1 Message Date
Jeremy
c44ab83c98 bump plugin versions 2023-08-09 07:54:48 +10:00
Phoenix
ae18d12e42 Additional check for file extension in windows search results 2023-08-07 15:54:30 +03:00
Phoenix
cabe944979 Fix windows search empty paths 2023-08-07 15:42:31 +03:00
Jeremy Wu
1f1940ae9b
Merge pull request #2194 from Flow-Launcher/dependabot/nuget/System.Data.SQLite-1.0.118
Bump System.Data.SQLite from 1.0.116 to 1.0.118
2023-08-07 13:02:28 +10:00
Jeremy Wu
1e16c5fdbe
New Crowdin updates (#2242)
New translations update
2023-08-04 08:43:15 +10:00
Jeremy Wu
3b8ddca4d8 remove irrelevant action keyword from Shell plugin description 2023-07-18 18:02:32 +10:00
Jeremy Wu
6020cd9b81
Merge pull request #2209 from Flow-Launcher/version_bumps
Bump versions for release
2023-07-10 21:24:11 +09:30
Jeremy Wu
f5b2a3f5b0
New Crowdin updates (#2230)
New translations
2023-07-10 14:45:31 +03:00
Jeremy Wu
e6c9a79ce8 version bump plugin 2023-07-10 21:13:07 +10:00
Jeremy Wu
826449cad5
Merge pull request #2222 from JohnTheGr8/plugin_manifest_enhancements
Rework how we fetch community plugin data
2023-07-10 13:33:12 +09:30
Jeremy Wu
4758ea2284
New Crowdin updates (#2215)
New translations
2023-07-09 13:57:28 +03:00
Ioannis G
2d6b476685
use Ctrl+R to fetch primary manifest source
from a `pm install` or `pm update` query

should help with #2048
2023-07-05 17:01:55 +03:00
Ioannis G
f03ac76494
throttle PluginsManifest.UpdateManifestAsync
avoid repeatedly fetching manifest data while the user is typing a `pm` query
2023-07-05 16:54:50 +03:00
Jeremy Wu
ddeca153e9 version bump plugins 2023-06-30 21:55:30 +10:00
Jeremy Wu
e695781e3b
New Crowdin updates (#2119)
New translations
2023-06-30 14:33:34 +03:00
VictoriousRaptor
f23284a1c6
Merge pull request #2152 from VictoriousRaptor/FirefoxBookmark
Fix bookmark plugin file monitoring issue
2023-06-29 19:49:04 +08:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08:00
VictoriousRaptor
d602f5cafa
Merge branch 'dev' into FirefoxBookmark 2023-06-24 10:55:18 +08:00
VictoriousRaptor
e0e86d039d Remove delay 2023-06-24 10:54:53 +08:00
dependabot[bot]
f9697e598b
Bump System.Data.SQLite from 1.0.116 to 1.0.118
Bumps System.Data.SQLite from 1.0.116 to 1.0.118.

---
updated-dependencies:
- dependency-name: System.Data.SQLite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 22:59:07 +00:00
Vic
9b5341c2b7 Preserve file watchers when monitored files change 2023-06-18 10:57:04 +08:00
Vic
e46df28fdd Move initialized flag 2023-06-17 00:42:21 +08:00
Vic
6d64abd21a Load bookmarks in Query() if not initialized 2023-06-15 21:30:55 +08:00
Ioannis G
c6a6c6bd5c
plugin/shell: add powershell core (pwsh) option
Co-authored-by: shobu13 <shobu13@hotmail.fr>
2023-06-12 16:18:23 +03:00
Ioannis G
e6baa88002
decouple Shell from the ComboBox SelectedIndex
enables us to add new `Shell` options without messing with the user's
saved settings, while keeping the `RunCommand` option last.
2023-06-12 15:49:33 +03:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
144fdad5d2
Merge pull request #2177 from Flow-Launcher/refactor_copy
Refactor clipboard copying
2023-06-11 22:51:36 +09:30
Jeremy Wu
e078de557b add CopyText for Shell plugin 2023-06-11 21:59:46 +10:00
VictoriousRaptor
dcc7dbb918
Merge branch 'dev' into RemoveUnusedNuget 2023-06-11 18:36:04 +08:00
VictoriousRaptor
6655d837c3
Merge pull request #2123 from VictoriousRaptor/BoostProgramInit
Reduce CPU and disk usage during Program plugin init
2023-06-11 17:40:45 +08:00
Jeremy Wu
2b862f702a Make CopyToClipboard generic 2023-06-09 19:59:49 +10:00
Jeremy Wu
1ff328be03 update copy calls to use API CopyToClipboard method 2023-06-08 22:46:37 +10:00
Ioannis G
6bdf6ac1ce
fix kill command to honor "Last Query Style" 2023-06-04 06:20:50 +03:00
Vic
4591fa76d9 Create file watchers when reloading bookmarks 2023-05-23 19:37:38 +08:00
Vic
cbf73fcc0f Don't load bookmark files if plugin disabled 2023-05-22 23:29:10 +08:00
Vic
d0289b49b6 Refactor file watcher logic
* Remove LastAccessed filter to avoid unwanted recursive RegisterBookmarkFile() calls
* Check if watcher exists
2023-05-22 23:13:29 +08:00
Nguyen Tran
6cc5fe8ff6 Add admin permissions when non-admin doesn't work 2023-05-21 23:48:06 -04:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
VictoriousRaptor
803633ff05
Merge pull request #2072 from VictoriousRaptor/PrintWindowsBuildNumber
Print windows build number in log
2023-05-04 07:14:06 +08:00
VictoriousRaptor
1ee7110d4a
Merge pull request #2105 from VictoriousRaptor/hide-startup-programs
Hide programs in startmenu/startup folder
2023-05-03 05:27:13 +08:00
Jeremy Wu
7e2a2db4c6 version bump plugins 2023-05-03 06:28:38 +10:00
Vic
c5c7bf783c Hide programs in startmenu/startup folder 2023-05-01 10:15:21 +08:00
Vic
df5e8ca132 Remove unused packages 2023-04-25 21:02:34 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Vic
4debacde4f Refactor program indexing and cache logic
No longer await on first run (no cache detected) to speed up boost
30 hours cache life
2023-04-24 21:22:18 +08:00
Vic
b123c09c6c Remove unused settings 2023-04-24 21:10:07 +08:00
Vic
099021b186 Save programs cache after indexing 2023-04-24 19:50:34 +08:00
Vic
3ae656f456 Requery after killing a process 2023-04-24 15:46:26 +08:00
Vic
0b4d68505a Change issue URL to issue list
Guide users to the issue list to see if there's any pinned issue and search first, instead of posting an issue immediately
2023-04-22 23:46:22 +08:00
Jeremy Wu
c61d6f791c
New Crowdin updates (#2028)
* New translations
2023-04-19 03:03:50 +03:00