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
Mike L
94977419f6
Fixed filters and " conflict ( #120 )
...
* Removed manual check of " to trigger patch matching, let Everything handle it instead
Closes #117
---------
Co-authored-by: Lin Yu-Chieh (Victor) <victorlin@gapps.ntust.edu.tw>
2024-06-29 17:02:37 +08:00
Shubham Roy
de07555081
Fix minor typo in the exeCreator.nsi error messages ( #109 )
2024-05-26 09:05:59 +08:00
Lin Yu-Chieh (Victor)
6097e4b436
fix #108
...
0.80.0+fixes+Debug Option
2024-05-25 21:11:41 +08:00
Lin Yu-Chieh (Victor)
3d743f1f06
Add License
...
remove gloabl using, build errors
2024-05-08 16:31:39 +08:00
Yu Chieh Victor Lin
a591981ea8
Fix #97
...
Workaround for #96
adjustments to templates
2024-04-29 13:25:22 +08:00
Yu Chieh Victor Lin
da9cc0a9d7
Resolves #92 #45
...
ARM dll, verbose installer
2024-04-19 15:37:15 +08:00
Yu Chieh Victor Lin
534b91c064
LibraryImport
...
code cleanup
2024-04-18 17:04:25 +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
Yu Chieh Victor Lin
10e5aa7950
Update actions permissions
2024-04-07 16:06:14 +08:00
Yu Chieh Victor Lin
474ceceaf7
Resolve #83
2024-03-25 14:25:51 +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)
4e6f85860b
fixed worflow errors
2024-01-31 22:41:57 +08:00
Lin Yu-Chieh (Victor)
d94a482d33
v0.78.0
2024-01-31 21:25:35 +08:00
Yu Chieh Victor Lin
78e94cb77e
Resolve #79 , build changes
2024-01-24 18:06:06 +08:00
Yu Chieh Victor Lin
8f96d5a3db
NSIS builder for less AV false negatives
...
Build automations
Clean WD for winget in Actions
2024-01-21 02:44:00 +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)
c0805f3174
Merge branch 'main' of https://github.com/lin-ycv/EverythingPowerToys
2024-01-13 11:44:59 +08:00
konglongbt
220c027f7d
Fixed Multi-filter issues ( #77 )
...
* 解决文件过滤和自带过滤不能同时使用的问题
* Removed redundant step in parsing filters from settings
---------
Co-authored-by: Lin Yu-Chieh (Victor) <victorlin@gapps.ntust.edu.tw>
2024-01-13 11:44:47 +08:00
konglongbt
4456ec6994
Fixed Multi-filter issues ( #77 )
...
* 解决文件过滤和自带过滤不能同时使用的问题
---------
Co-authored-by: Lin Yu-Chieh (Victor) <victorlin@gapps.ntust.edu.tw>
2024-01-13 11:24:37 +08:00
Lin Yu-Chieh (Victor)
ef0a3e5a5e
README and the latest release changed to match official PT instructions.
...
Resolves #68 #75
Ref: https://github.com/microsoft/PowerToys/blob/main/doc/thirdPartyRunPlugins.md
2024-01-12 12:39:17 +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
a84d81c278
update prompt
...
resolve #68
2023-12-17 19:40:27 +08:00
Victor (Yu Chieh) Lin
8528993c5f
resolve #66
...
Update notice fixed
Updated to .Net 8 matching v0.76.0
2023-12-11 22:34:50 +08:00
Yu Chieh (Victor) Lin
2371d203a5
Minor refactor
...
Refined #57
2023-11-01 08:52:14 +08:00
Victor (Yu Chieh) Lin
936451dc35
Match 0.75.0
...
resolve #59
2023-10-11 23:20:25 +08:00
Victor (Yu Chieh) Lin
2796144b78
Migrate settings from settings.toml to PluginAdditionalOptions
2023-10-04 10:13:24 +08:00
Victor Yu Chieh Lin
77cbf007e8
0.73.0, Impliment RunCount
...
and some minor fixes
updated Everything64.dll
2023-09-02 13:21:32 +08:00
Welding Torch
52b7c1fe4d
Improve README.md and add Install Instructions. ( #53 )
...
* Improve README.md and add Install Instructions.
* Update README.md
---------
Co-authored-by: Lin Yu-Chieh (Victor) <victorlin@gapps.ntust.edu.tw>
2023-08-29 23:36:06 +08:00
Lin Yu-Chieh (Victor)
e113bcc848
Update install instruction
...
0.72.0 location
2023-08-06 00:38:29 +08:00
Victor Yu Chieh Lin
c151ab11e3
match 0.72.0
2023-08-05 18:50:49 +08:00
Victor Yu Chieh Lin
b3c6a0ac75
0.66.0->0.68.1, no real changes
2023-03-30 00:22:49 +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)
2590926641
v0.66.0
2023-01-07 02:20:22 +08:00
Lin Yu-Chieh (Victor)
923ba89933
Update chocolately.yml
...
adjust for PS 7
2022-12-24 01:52:15 +08:00
Lin Yu-Chieh (Victor)
63e5e70275
Update chocolately.yml
...
?
2022-12-23 23:42:41 +08:00
Lin Yu-Chieh (Victor)
80e6dd3fb0
Update chocolately.yml
...
check for 1 before rm
2022-12-23 23:38:22 +08:00
Lin Yu-Chieh (Victor)
9ea0184a0d
Update chocolately.yml
...
allow for revisions for chocolately
2022-12-23 23:28:59 +08:00
Lin Yu-Chieh (Victor)
0afd014a01
Merge branch 'main' of https://github.com/lin-ycv/EverythingPowerToys
2022-12-17 22:56:05 +08:00
Lin Yu-Chieh (Victor)
b777e48893
Update Everything library, Fix #41
2022-12-17 22:53:28 +08:00
Lin Yu-Chieh (Victor)
3ec0ddcf1e
Merge pull request #39 from daniel-richter/main
...
Implement IFileDropResult to support drag&drop of results
2022-12-14 09:13:42 +08:00
Daniel Richter
72a01328c8
implement IFileDropResult to support drag&drop of results
2022-12-13 14:47:07 +01: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)
e1324baa16
Implemented update check, Code cleanup
2022-12-11 02:20:09 +08:00
Lin Yu-Chieh (Victor)
d00bfe3266
cleanup for new release
2022-12-08 00:05:26 +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