-
Notifications
You must be signed in to change notification settings - Fork 9
/
ReleaseNotes.txt
68 lines (50 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Version 3.2.1.1:
Fixed measure of tags sometimes is too small
Fixed text color sometimes is black
Version 3.2:
Fixed crash in VS 2019
Added support for Font And Colors options and themeing
Version 3.1:
Fixed VS 2022 install prerequisites
Version 3.0:
Added support for VisualStudio 2022
Version 2.6:
Fixed PayPal link (sorry guys ;P)
Version 2.5:
Fixed a NRE in CBETagger.Dispose(bool). Reported in VS 16.2.0 and 2017
Version 2.4:
Restored VisualStudio 2015 compatibility (lost in 2017!)
Version 2.3:
Fixed a NullReferenceException when closing an editor
Version 2.2:
Fixed VisualStudio Targets and Dependencies
Version 2.1:
Restored VisualStudio 2017 compatibility (second try)
Officialy removed VisualStudio 2015 support
Version 2.0.3:
Restored VisualStudio 2017 compatibility
Version 2.0.2:
Fixed some bugs while start-up and tear-down phases
Version 2.0.1:
Support for VisualStudio 2019
Version 1.5:
Fixed tag overlaps code bug
Added "Tag Size" Option for custom tag scale
Added ability to 'click through' tags, when Double-Click option is set
Version 1.4:
Use bigger font size for tags
Fixed an issue where keyboard inputs got lost after click on tag
Fixed Visual Studio 2015 not showing tags
Version 1.3:
Fixed ArgumentOutOfRangeException on copy&paste
Added ability to 'click through' tags, when CTRL+Click option is set
Scale tags with editor line height (font size)
Version 1.2:
Visual Studio 2017 Support
Added CTRL+Click to navigation option
Strip unnecessary spaces from tags
Hide tags when caret is in same line
Version 1.1:
Fixed ArgumentOutOfRangeException
Version 1.0:
Initial Release