Jeremy Wu
08f97f0ef9
change csproj images folder to use wildcard
2021-01-02 12:57:13 +11:00
Jeremy Wu
be1776fd21
version bump for plugins
2021-01-02 12:47:20 +11:00
Ioannis G
f3355c525d
fix: properly include all plugin translation files
2021-01-01 23:15:37 +02:00
Jeremy Wu
1bd0fcedb9
version bump plugins
2020-11-16 06:49:08 +11:00
Vladimír Kubala
9d8f18fbbe
Add Slovak translations ( #205 )
2020-11-15 21:24:32 +02:00
Jeremy Wu
336cb3c6db
Merge pull request #192 from Flow-Launcher/bump_version
...
Release 1.4.0 + Plugin 1.2.2 + default plugins version bumps
2020-11-13 08:45:27 +11:00
Jeremy Wu
6af40cbaed
version bump plugins
...
Calculator, Color, ControlPanel, Explorer, PluginIndicator, PluginManagement, ProcessKiller, Shell, Sys, Url, WebSearch
2020-11-13 07:57:39 +11:00
Jeremy Wu
48faa99ab5
Merge branch 'dev' into fix_plugin_depenedency_loading
2020-10-25 10:48:30 +11:00
Ioannis G
b1ca71b3aa
plugin/pkiller: improve kill-all option
...
- better title, add count of matches in subtitle, use process icon
- hide option when executable path is empty
2020-10-12 00:08:54 +03:00
Ioannis G
01f98b16fa
plugin/pkiller: fix context menu results
...
do not show the "kill all instances" context menu option when the
context menu itself is triggered from the "kill all X processes" result
2020-10-11 23:40:29 +03:00
Jeremy Wu
f5acb9c759
version bump ProcessKiller plugin
2020-09-24 07:23:14 +10:00
Jeremy Wu
2d45a79aed
sort ProcessKiller plugin's results ascending
2020-09-24 07:22:55 +10:00
Jeremy Wu
ef950063c0
add Directory.Build.targets and update project files
...
- For all plugin library projects we do not output referenced project assembly dll such as Flow.Launcher.Plugin
- Output all PackageReference dlls for plugins
2020-09-20 17:14:47 +10:00
Ioannis G
daa112e087
ProcessKiller: add a readme
2020-07-03 17:37:40 +03:00
Ioannis G
2c5305827c
ProcessKiller: use process icon in context menu
2020-07-03 17:11:18 +03:00
Ioannis G
e2bef827db
ProcessKiller: split source to multiple files
2020-07-03 17:07:24 +03:00
Ioannis G
12281142c1
ProcessKiller: support spaces in process search
2020-07-03 15:44:13 +03:00
Ioannis G
6e6a74beb9
ProcessKiller: add context menu option
...
to kill all processes whose file path matches with the selected result.
2020-07-03 02:43:35 +03:00
Ioannis G
10ce003dac
ProcessKiller: change condition for batch kill
...
To avoid killing processes by mistake, only give the option to kill all
displayed processes when they are all instances of the same executable.
2020-07-03 02:10:41 +03:00
Ioannis G
563bf4d797
ProcessKiller: add i18n support
2020-07-03 01:16:33 +03:00
Ioannis G
a52575cc17
ProcessKiller: do not convert paths to lower-case
...
for consistency with other plugins
2020-07-03 00:34:10 +03:00
Ioannis G
d0e196cfed
ProcessKiller: highlight result title
2020-07-03 00:18:15 +03:00
Ioannis G
1707ec7222
ProcessKiller: quick refactoring
2020-07-03 00:16:11 +03:00
Ioannis G
852750d1c6
start off the ProcessKiller plugin
...
This plugin is a direct port of Wox.Plugin.ProcessKiller from
https://github.com/theClueless/Wox.Plugins
2020-07-02 23:44:48 +03:00