forked from camalot/AttachToAny
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReleaseNotes.txt
50 lines (40 loc) · 1.81 KB
/
ReleaseNotes.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
1.1.1
- added Visual Studio 2019 support
1.1.0
- added Multi-process match attach handling (First, Last, All, Random, Prompt, None)
- removed dependency on Microsoft.VisualStudio.MPF.12.0
1.0.9
- added support for VS 2017 RC
- moved 'version' into Constants class (except for vsixmanifest)
- added version number to Options page
- marked as support for VS 2012, 2013 (untested)
1.0.8
- fixed "unused" name in settings
- grouped settings to regex flags are grouped
- changed boolean types in storage (registry & XML) from String into DWORD & bool, respectively
1.0.7
- Forked from Ryan Conrad's https://github.com/camalot/AttachToAny
- renamed to AnotherAttachToAny
- added support for treating ProcessNames as regular expression
- added support for maching on process owner (aka Username); including treating the value as a regular expression
- added support for maching on AppPool name (for IIS worker processed); including treating the value as a regular expression
- general code reformatting
- general code refactoring
- versioned assembly to 1.0.7.0
- added shortcut key (A) to top menu item
- added automatic, numeric keyboard shortcut to each attachable
1.0.6
- Visual Studio 2015 support
1.0.4
- Added a dialog for selecting which process to attach to.
- Added option to use "best guess" when attaching, or open the dialog when there are multiple processes that match.
- updated preview to reflect the submenu.
1.0.3
- fixed the issue with changes not persisting to storage.
1.0.2
- fixed the process name for IIS. It will not affect any of your configurations, it will only fix the incorrectly named "wp3.exe" process to "w3wp.exe".
1.0.1
- bug fix for items that are removed still showing in the menu
- cleaner menu system. Items are now a submenu of Tools -> AnotherAttachToAny
1.0
- Initial release.