Commit Graph

15 Commits

Author SHA1 Message Date
Lin Yu-Chieh (Victor)
8f1e839b12 Resolves #130 #132
Updated to match 0.85.1
Fixed translations, removed redundant
Remove debug feature from release
2024-10-13 01:04:46 +08:00
Lin Yu-Chieh (Victor)
e4d6a00fa7 Show more in Everything
Add ARM to winget and scoop
Re-add scoop to releases
Match EPL-2.0
2024-07-20 19:27:04 +08:00
Lin Yu-Chieh (Victor)
07871a380d - Added functionality to launch Everything with a search query for extended results.
- Modified default sort order to match Everything defaults
2024-07-05 00:48:19 +08:00
Lin Yu-Chieh (Victor)
3841365af3 Enhanced ARM64 support and code cleanup
- Updated `Community.PowerToys.Run.Plugin.Everything.csproj` for better `x64` and `ARM64` support, including platform-specific constants and simplified resource management.

- Improved `ARM64` build process in `PostBuild` event, including automatic replacement of `Everything64.dll` with `EverythingARM64.dll`.

- Streamlined result processing in `Everything.cs` for efficiency and readability, using direct paths and filenames from the Everything SDK.

- Reverted to `[DllImport]` in `NativeMethods.cs` for P/Invoke, updating method signatures accordingly.

- Cleaned up `Main.cs` by removing unused `using` directives, handling a new `Prefix` setting, and removing obsolete ARM DLL logic.

- Extended plugin configuration options in `Settings.cs` with a new property for the query prefix and differentiated update logic in `Update.cs` for `x64` and `ARM64` executables.

- Closes #115 #112
2024-07-03 22:08:20 +08:00
jhqwqmc
4371ab3a2b
Update Resources.zh-cn.resx (#85) 2024-03-03 17:07:04 +08:00
Victor (Yu Chieh) Lin
2796144b78 Migrate settings from settings.toml to PluginAdditionalOptions 2023-10-04 10:13:24 +08:00
Lin Yu-Chieh (Victor)
ef6154bce0 Adjustments for customization
removed debug option, replaced with update checking option
allow for configuration of context menu options
2022-12-11 16:28:16 +08:00
Lin Yu-Chieh (Victor)
41bcc13179 Adjusted to be more translation friendly
moved version tag to be under debug option
2022-12-05 23:31:43 +08:00
Lin Yu Chieh (Victor)
a4a3c9c031 Upgrade to .NET 7
resolve #35
2022-12-02 15:11:48 +08:00
Lin Yu-Chieh (Victor)
fab3b63123 resolves #34 - Copy file with Ctrl+C
split option text into label and description
label always english, description can be translated
slightly adjust debug data for better privacy
2022-12-02 00:31:07 +08:00
xuanmi666
a3db1894af
中文简体语言优化 2022-11-05 13:01:18 +08:00
Lin Yu Chieh (Victor)
6d8c0e81e3 v63 2022-10-17 16:14:29 +08:00
Lin Yu-Chieh (Victor)
58380c8d3c Match path function, resolve #24 2022-08-30 22:37:21 +08:00
Lin Yu-Chieh (Victor)
8079e7a38a
regex close #21 2022-07-14 14:00:10 +08:00
Lin Yu-Chieh (Victor)
69b10312bf
Using AssocQueryString and Translations
Resolves #13 Resolves #16
Icon changes
2022-06-01 17:41:33 +08:00