-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
36 lines (27 loc) · 1.23 KB
/
ChangeLog
File metadata and controls
36 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
* 2.3.2 - Jun 11 2017
- Remove "ignoreCase" from cwd functions
- Bump to 2.3.2 to match findProcessesUsing version
* 2.2.2 - Jun 11 2017
- Add scan functions for cwd
* 2.2.1 - Jun 11 2017
- Add getProcessCwd method to determine CWD of a process
* 2.1.2 - Nov 25 2016
- Third one in a row is lucky.
- Update READMEs to note new params
- Always list default next to type in docstring
- Regen docstrings
* 2.1.1 - Nov 25 2016
- Document getAllRunningPids and regen pydocs
* 2.1.0 - Nov 25 2016
- Add option to search ignoring case (Default off)
- Remove typo "getProcessess" [extra s] compat method.
- Cleanup and simplify some
- Add pydoc
*2.0.2 - Oct 19 2015
- Fixup description
* 2.0.1 - Sep 8 2015
- Fix typo in method, getProcessess -> getProcesses. Old typod name will also work but only for one release.
- Add functions for getting process owner by pid (getProcessOwner, getProcessOwnerStr)
- Add functions for getting commandline by pid (getProcessCommandLineStr, getProcessCommandLineList)
- Add functions for scanning for an open file descriptor, (scanProcessForOpenFile - for single process) and (scanAllProcessesForOpenFile - for all processes)
- Add support for searching for either exact matches or partial matches (instead of always partial)