Commit Graph

41 Commits

Author SHA1 Message Date
Rob Berwick
5226f9124a
Fix minor typo in Query Prefix description (#157) 2025-01-04 07:48:39 +08:00
Alessandro Simonelli
744be805fb
Resources for it-IT (Italian) (#135)
Translation for the resource strings in Italian.
2024-10-17 12:00:37 +08:00
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
Lin Yu-Chieh (Victor)
9f19e814c5 Added translation for Spanish (Spain)
Co-authored-by: José M. Alarcón <jmalarcon@jasoft.org>
2024-06-30 11:43:30 +08:00
Lin Yu-Chieh (Victor)
6097e4b436 fix #108
0.80.0+fixes+Debug Option
2024-05-25 21:11:41 +08:00
Yu Chieh Victor Lin
a591981ea8 Fix #97
Workaround for #96

adjustments to templates
2024-04-29 13:25:22 +08:00
Michał Połtyn
768fed0366
Update Polish translation (#91)
* Change a few translations to make more sense.
* Fix typos
2024-04-10 22:46:40 +08:00
Rafał
25ff10c28f
Add polish language translation (#88) 2024-03-08 22:50:06 +08:00
jhqwqmc
4371ab3a2b
Update Resources.zh-cn.resx (#85) 2024-03-03 17:07:04 +08:00
Lin Yu-Chieh (Victor)
d94a482d33 v0.78.0 2024-01-31 21:25:35 +08:00
Yu Chieh Victor Lin
ef6fbcec68 New Updater Logic
WinGet support
Updated README instructions
2024-01-19 14:56:27 +08:00
Lin Yu-Chieh (Victor)
455d28fd04 Added option to expand Enviroment Variables
Resolves #70
Code refactoring
2024-01-11 00:33:19 +08:00
Victor (Yu Chieh) Lin
2796144b78 Migrate settings from settings.toml to PluginAdditionalOptions 2023-10-04 10:13:24 +08:00
Bastien Perez
b9d8c3bd71
Resources for fr-FR (French) (#44)
Add translation for French
2023-01-11 09:50:35 +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)
d484c49894
Added German Translation (#37 from daniel-richter/main)
Resources for de-DE (German)
2022-12-05 23:54:54 +08:00
Lin Yu-Chieh (Victor)
6e6f2efab2
Update Resources.de-de.resx
Shortcut translation
2022-12-05 23:52:22 +08:00
Lin Yu-Chieh (Victor)
e7b84741d7
Update Properties/Resources.de-de.resx
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2022-12-05 23:45:39 +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
Daniel Richter
d663e371a4 Resources for de-DE (German) 2022-12-05 14:41:36 +01:00
Lin Yu Chieh (Victor)
a4a3c9c031 Upgrade to .NET 7
resolve #35
2022-12-02 15:11:48 +08:00
Lin Yu-Chieh (Victor)
f4dfbe2572
Update Resources.resx 2022-12-02 00:40:31 +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)
4c727ee656
Fixes #19
Also fixed preview option not working
2022-07-04 14:24:13 +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
Lin Yu-Chieh (Victor)
015383b771 closes #10, closes #12 2022-05-06 01:56:02 +08:00
Taaqif Peck (Tye)
a70297d98f
Update Resources.resx
Fixed a small typo on the properties
2022-04-17 13:36:38 +08:00
Lin Yu-Chieh (Victor)
e583ebf872
Fixes #5
Updated to NET 6 
Fixed #5 - fatal error when disabling
2022-03-09 00:39:34 +08:00
Lin Yu-Chieh (Victor)
d34939c16e Updated to .NET 5 for v0.55.0
- Modified icon preview for better stabiliy, esp when file is not local

- Better setting descriptions

- Changed versioning to match PT version built against
2022-02-04 00:16:06 +08:00
Victor Lin
ef2c587af8 resolve short freeze issue with no icon preview option 2022-01-23 18:40:21 +08:00
Victor Lin
0c05b5f363 Reduced extra operations and checks 2022-01-23 16:38:20 +08:00
Victor Lin
46f9dfde41 Empty result bug fixes #2 2022-01-18 01:48:49 +08:00
Victor Lin
438758407e Working Version 2022-01-12 01:39:24 +08:00
Victor Lin
a43385aeaa [Run] Basic Everything integration 2022-01-09 22:04:08 +08:00