Commit graph

553 commits

Author SHA1 Message Date
Jeremy Wu
a8206dfcde
New Crowdin updates (#2331)
New translations
2023-09-25 13:39:03 +03:00
Jeremy Wu
63eb42099d
Merge pull request #2330 from Flow-Launcher/release_version_bumps
Release 1.16.2 version bump
2023-09-25 19:47:36 +10:00
Jeremy
992f6d11dc add allowEqual parameter name to call to make it clearer 2023-09-11 21:16:01 +10:00
VictoriousRaptor
ec58939e55 Fix exclude path check for index search 2023-09-09 01:49:18 +08:00
Jeremy Wu
1c7f2a6f46 bump plugin versions 2023-09-07 21:44:00 +10:00
Jeremy Wu
c4caf388c4
New Crowdin updates (#2305)
New translations added
2023-08-30 18:06:55 +05:30
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
1e16c5fdbe
New Crowdin updates (#2242)
New translations update
2023-08-04 08:43:15 +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
4758ea2284
New Crowdin updates (#2215)
New translations
2023-07-09 13:57:28 +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
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +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
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
Jeremy Wu
7e2a2db4c6 version bump plugins 2023-05-03 06:28:38 +10:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
TheBestPessimist
1699b17d43 Revert "Better field name"
This reverts commit bfdf1dd67c.
2023-04-06 08:48:31 +03:00
TheBestPessimist
8051a03481 Cosmetic 2023-04-03 16:00:26 +03:00
TheBestPessimist
29a9def969 In path search, ignore extra whitespace around the > character 2023-04-03 16:00:08 +03:00
TheBestPessimist
bfdf1dd67c Better field name 2023-04-03 15:59:17 +03:00
Jeremy Wu
d71098e402
New Crowdin updates (#2018)
New translations
2023-04-03 00:35:54 +03:00
Jeremy Wu
2c6fa48473
New Crowdin updates (#2011)
New translations
2023-03-31 00:24:58 +03:00
VictoriousRaptor
19ba8e475c
Fix wrong variable name in #2004 (#2014)
* Fix wrong variable name

* Fix typo
2023-03-31 07:35:14 +11:00
Vic
2a96f1cd48 Rename for clarity 2023-03-29 15:19:55 +08:00
Vic
9db13fdbb6 Fix path search logic
open folder in file manager when path search is disabled
2023-03-24 15:45:45 +08:00
Vic
0f5b02fa38 Open file with associated program
Prevent opening zip in Explorer
Fix working directory issue
2023-03-24 15:22:55 +08:00
Vic
a22028460d Add option to open in default file manager 2023-03-24 15:02:11 +08:00
Vic
2d13d5684b Fix style 2023-03-24 14:39:59 +08:00
TheBestPessimist
1ed1c99931 Revert "add scoring based on index and small optimization"
This reverts commit 02b321c4a3.
2023-03-15 20:53:14 +02:00
Hongtao
02b321c4a3 add scoring based on index and small optimization 2023-03-14 16:42:09 -05:00
TheBestPessimist
1da8c017f7 use more suggestive name 2023-03-14 10:50:12 +02:00
TheBestPessimist
78cb45ce76 Do not check if file/folder exists 2023-03-14 09:33:36 +02:00
TheBestPessimist
48ed1fec15 more todo 2023-03-14 09:21:11 +02:00
TheBestPessimist
569046b45d Fix private function naming convention 2023-03-14 09:21:03 +02:00
TheBestPessimist
96afa29905 cleanup + warnings 2023-03-08 14:29:46 +02:00
TheBestPessimist
9debba9e4e centralize the 3 actions: open file, open folder, open file as admin, for simpler logic 2023-03-08 14:29:46 +02:00
TheBestPessimist
2be108d740 formatting 2023-03-08 14:29:46 +02:00
TheBestPessimist
4289d10af6 Remove SortOption.RunCountAsc because it doesn't make sense 2023-03-08 14:29:46 +02:00
TheBestPessimist
fa971c6b81 Ask Everything for RunCount only if sorting by it 2023-03-08 14:29:46 +02:00
TheBestPessimist
a1a4c720c0 More comments 2023-03-08 14:29:46 +02:00
TheBestPessimist
3cecf5b302 Use String Interpolation 2023-03-08 14:29:46 +02:00
TheBestPessimist
9bc6a4e072 Waiting on a semaphore must be outside of try 2023-03-08 14:29:46 +02:00
TheBestPessimist
7d6d0258d0 Add more debugging info to DEBUG profile 2023-03-08 14:29:46 +02:00
TheBestPessimist
84b63e5f54 Use Request Flags when retrieving results from Everything, to be able to retrieve RunCount as well 2023-03-08 14:29:46 +02:00
TheBestPessimist
5ff916a17b Use the SearchResult.Score instead of 0 when creating the plugin Result 2023-03-08 14:29:46 +02:00