mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
* Progress! * Progress... * POC level. * Added ability to delete from history using IPublicAPI * Some sorting, works in some cases. * Rename "Run History" back to just "History". * Updated item from review. * Slight change to PowerLauncher ref, set Copy Local = False * Fixed missing history items if added to history without search term. * Added placeholder unit test project * Updates for new History plugin. * Update Product.wxs, removed useless Unit Test project * Removed actual files for "Microsoft.PowerToys.Run.Plugin.History.UnitTests" * Added history.md, updated ESRPSigning_core.json * Changes for review * Removed now global CodeAnalysis/stylecop
14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"ID": "C88512156BB74580AADF7252E130BA8D",
|
|
"ActionKeyword": "!!",
|
|
"IsGlobal": false,
|
|
"Name": "History",
|
|
"Author": "jefflord",
|
|
"Version": "1.0.0",
|
|
"Language": "csharp",
|
|
"Website": "https://aka.ms/powertoys",
|
|
"ExecuteFileName": "Microsoft.PowerToys.Run.Plugin.History.dll",
|
|
"IcoPathDark": "Images\\history.dark.png",
|
|
"IcoPathLight": "Images\\history.light.png"
|
|
}
|