You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Change Log
2
2
3
+
## 2.0.0
4
+
-[x] Added: File structure breadcrumbs (code structure for C#, VB.NET, and XML).
5
+
- Drop-down menu with relevant child items (types in the file, members and fields within types).
6
+
- Displays useful secondary information (e.g., method parameters, property types, constant values, XML node IDs or names).
7
+
-[x] Added: Project segment can now display and switch target framework for IntelliSense (in multi-targeted projects).
8
+
-[x] Added: Keyboard shortcuts to focus specific segments (project, file, etc.).
9
+
-[x] Added: "Locate in Solution Explorer" context menu command for relevant segments.
10
+
-[x] Added: "Copy Path" and "Open Containing Folder" context menu commands for project and folder segments.
11
+
-[x] Added: Automatic contrast fallback; when text contrast is insufficient, its color is automatically adjusted.
12
+
-[x] Changed: Improved performance and reduced memory usage.
13
+
-[x] Changed: Updated options page.
14
+
-[x] Changed: File path label is now hidden by default.
15
+
16
+
## 1.1.0
17
+
-[x] Added: Parent folder segment.
18
+
-[x] Added: In-project path segments.
19
+
-[x] Added: Bar's background color settings.
20
+
-[x] Added: Additional formats for the file name label (e.g., only the file name or the path relative to the parent project).
21
+
-[x] Added: Refined control over where the Editor Bar is displayed (e.g., in annotate/blame views, file compare views, temporary files, and non-editable documents).
22
+
-[x] Added: Support for non-solution roots (e.g., file system, network locations, files in solution folders not included in the solution, temporary folders).
23
+
-[x] Changed: Switched to using the Visual Studio context menu instead of the .NET Framework.
24
+
-[x] Changed: Improved the color selection palette for breadcrumb bar segments.
25
+
-[x] Changed: Toggle Editor Bar command is now checked if the Editor Bar is enabled.
26
+
-[x] Fixed: Bar button's icon colors now correctly matches the bar background.
27
+
3
28
## 1.0.4
4
29
-[x] Added: Ability to open the current file in an external editor.
5
30
-[x] Added: A Visual Studio command to toggle the Editor Bar on and off (menu *View / Editor Bar* and button on *Text Editor* toolbar).
0 commit comments