|
1 |
| -**v0.10.0** |
2 |
| -============================================= |
| 1 | +# **v1.0.1** |
3 | 2 |
|
4 | 3 | ## What's New
|
5 |
| - - Added refresh button to source control view |
| 4 | + |
| 5 | +* updated changelog |
| 6 | + |
| 7 | +# **v1.0.0** |
| 8 | + |
| 9 | +## What's New |
| 10 | + |
| 11 | +* Status bar added to see current branch and the ability to create/swap branches |
| 12 | +* The extension is now written in typescript |
| 13 | +* Error messages should now be more readable |
| 14 | +* The ability to view diff against HEAD |
6 | 15 |
|
7 | 16 | ## Bug Fixes
|
8 |
| - - Esc now cancels commit rather than committing with undefined message |
9 | 17 |
|
10 |
| -**v0.9.0** |
11 |
| -============================================= |
| 18 | +* Character encoding should be automatically picked up |
| 19 | +* Commiting show work |
| 20 | +* should show all repo in multi-root workspaces |
| 21 | +* Changes should now update automatically |
| 22 | + |
| 23 | +# **v0.10.0** |
12 | 24 |
|
13 | 25 | ## What's New
|
14 |
| - - Right click option to commit files in "changes" |
15 | 26 |
|
16 |
| -**v0.8.10** |
17 |
| -============================================= |
| 27 | +* Added refresh button to source control view |
18 | 28 |
|
19 | 29 | ## Bug Fixes
|
20 |
| - - Using the source control commit box should only commit changes listed |
21 |
| - - Re-fixed no changes showing. |
22 | 30 |
|
23 |
| -**v0.8.9** |
24 |
| -============================================= |
| 31 | +* Esc now cancels commit rather than committing with undefined message |
| 32 | + |
| 33 | +# **v0.9.0** |
| 34 | + |
| 35 | +## What's New |
| 36 | + |
| 37 | +* Right click option to commit files in "changes" |
| 38 | + |
| 39 | +# **v0.8.10** |
25 | 40 |
|
26 | 41 | ## Bug Fixes
|
27 |
| - - Fixed Missing icons |
28 |
| - - Fixed all changes showing as untracked |
29 | 42 |
|
30 |
| -**v0.8.8** |
31 |
| -============================================= |
| 43 | +* Using the source control commit box should only commit changes listed |
| 44 | +* Re-fixed no changes showing. |
| 45 | + |
| 46 | +# **v0.8.9** |
32 | 47 |
|
33 | 48 | ## Bug Fixes
|
34 |
| - - Fixed issue were no changes should show but last change was still present |
35 |
| - - Removed SVN 1.9 requirement |
36 | 49 |
|
37 |
| -**v0.8.7** |
38 |
| -============================================= |
| 50 | +* Fixed Missing icons |
| 51 | +* Fixed all changes showing as untracked |
| 52 | + |
| 53 | +# **v0.8.8** |
39 | 54 |
|
40 | 55 | ## Bug Fixes
|
41 |
| - - Fixed source view file click when in nested folder |
42 | 56 |
|
43 |
| -**v0.8.6** |
44 |
| -============================================= |
| 57 | +* Fixed issue were no changes should show but last change was still present |
| 58 | +* Removed SVN 1.9 requirement |
| 59 | + |
| 60 | +# **v0.8.7** |
45 | 61 |
|
46 | 62 | ## Bug Fixes
|
47 |
| - - Fixed issue with path not showing correctly when with history |
48 | 63 |
|
49 |
| -**v0.8.5** |
50 |
| -============================================= |
| 64 | +* Fixed source view file click when in nested folder |
| 65 | + |
| 66 | +# **v0.8.6** |
| 67 | + |
| 68 | +## Bug Fixes |
| 69 | + |
| 70 | +* Fixed issue with path not showing correctly when with history |
| 71 | + |
| 72 | +# **v0.8.5** |
51 | 73 |
|
52 | 74 | ## Changes
|
53 |
| - - Removed svn-spawn |
54 | 75 |
|
55 |
| -**v0.8.4** |
56 |
| -============================================= |
| 76 | +* Removed svn-spawn |
| 77 | + |
| 78 | +# **v0.8.4** |
57 | 79 |
|
58 | 80 | ## Bug Fixes
|
59 |
| - - Fixes issue #13 - Status of files outside of current folder being shown |
60 | 81 |
|
61 |
| -**v0.8.3** |
62 |
| -============================================= |
| 82 | +* Fixes issue #13 - Status of files outside of current folder being shown |
| 83 | + |
| 84 | +# **v0.8.3** |
63 | 85 |
|
64 | 86 | ## Bug Fixes
|
65 |
| - - Missing iconv-lite dep |
66 | 87 |
|
67 |
| -**v0.8.2** |
68 |
| -============================================= |
| 88 | +* Missing iconv-lite dep |
| 89 | + |
| 90 | +# **v0.8.2** |
69 | 91 |
|
70 | 92 | ## Bug Fixes
|
71 |
| - - Fixed decorator to limit async calls. |
72 | 93 |
|
73 |
| -**v0.8.1** |
74 |
| -============================================= |
| 94 | +* Fixed decorator to limit async calls. |
| 95 | + |
| 96 | +# **v0.8.1** |
75 | 97 |
|
76 | 98 | ## Changes
|
77 |
| - - Added throttle decorators to try and limit async requests. |
78 |
| - - at 8.1 as i messed versioning up. |
| 99 | + |
| 100 | +* Added throttle decorators to try and limit async requests. |
| 101 | +* at 8.1 as i messed versioning up. |
79 | 102 |
|
80 | 103 | ## Bug Fixes
|
81 |
| - - Fixed issues with only one SCM being created in multi-root |
82 | 104 |
|
83 |
| -**v0.7.0** |
84 |
| -============================================= |
| 105 | +* Fixed issues with only one SCM being created in multi-root |
| 106 | + |
| 107 | +# **v0.7.0** |
85 | 108 |
|
86 | 109 | ## What's New
|
87 |
| - - Now multi-root aware for VS code 18 |
88 | 110 |
|
89 |
| -**v0.6.0** |
90 |
| -============================================= |
| 111 | +* Now multi-root aware for VS code 18 |
| 112 | + |
| 113 | +# **v0.6.0** |
91 | 114 |
|
92 | 115 | ## What's New
|
93 |
| - - Can add un-tracked files in source control view |
94 | 116 |
|
95 |
| -**v0.5.1** |
96 |
| -============================================= |
| 117 | +* Can add un-tracked files in source control view |
| 118 | + |
| 119 | +# **v0.5.1** |
97 | 120 |
|
98 | 121 | ## Bug Fixes
|
99 |
| - - Status icons now working again |
100 | 122 |
|
101 |
| -**v0.5.0** |
102 |
| -============================================= |
| 123 | +* Status icons now working again |
| 124 | + |
| 125 | +# **v0.5.0** |
103 | 126 |
|
104 | 127 | ## What's New
|
105 |
| - - Can commit all changes using SCM input box |
106 | 128 |
|
107 |
| -**v0.4.0** |
108 |
| -============================================= |
| 129 | +* Can commit all changes using SCM input box |
| 130 | + |
| 131 | +# **v0.4.0** |
109 | 132 |
|
110 | 133 | ## What's New
|
111 |
| - - Files/Folders can be clicked open from source control view |
112 | 134 |
|
113 |
| -**v0.3.1** |
114 |
| -============================================= |
| 135 | +* Files/Folders can be clicked open from source control view |
| 136 | + |
| 137 | +# **v0.3.1** |
115 | 138 |
|
116 | 139 | ## Changes
|
117 |
| - - Added new status to changes with icons |
118 | 140 |
|
119 |
| -**v0.3.0** |
120 |
| -============================================= |
| 141 | +* Added new status to changes with icons |
| 142 | + |
| 143 | +# **v0.3.0** |
121 | 144 |
|
122 | 145 | ## What's New
|
123 |
| - - Added Icons to Source control view. |
124 |
| - - Changed Source control group to 'Changes' from 'Modified' |
125 | 146 |
|
126 |
| -**v0.2.0** |
127 |
| -============================================= |
| 147 | +* Added Icons to Source control view. |
| 148 | +* Changed Source control group to 'Changes' from 'Modified' |
| 149 | + |
| 150 | +# **v0.2.0** |
128 | 151 |
|
129 | 152 | ## What's New
|
130 |
| - - Added quick diff editor gutter decorations. |
131 | 153 |
|
132 |
| -**v0.1.3** |
133 |
| -============================================= |
| 154 | +* Added quick diff editor gutter decorations. |
| 155 | + |
| 156 | +# **v0.1.3** |
134 | 157 |
|
135 | 158 | ## Changes
|
136 |
| - - Removed boilerplate code |
137 | 159 |
|
138 |
| -**v0.1.2** |
139 |
| -============================================= |
| 160 | +* Removed boilerplate code |
| 161 | + |
| 162 | +# **v0.1.2** |
140 | 163 |
|
141 | 164 | ## Bug Fixes
|
142 |
| - - Updated incorrect information in package.json |
143 | 165 |
|
144 |
| -**v0.1.1** |
145 |
| -============================================= |
| 166 | +* Updated incorrect information in package.json |
| 167 | + |
| 168 | +# **v0.1.1** |
146 | 169 |
|
147 | 170 | ## Bug Fixes
|
148 |
| - - Incorrect groups in source control view. |
149 | 171 |
|
150 |
| -**v0.1.0** |
151 |
| -============================================= |
| 172 | +* Incorrect groups in source control view. |
| 173 | + |
| 174 | +# **v0.1.0** |
152 | 175 |
|
153 | 176 | ## What's New
|
154 |
| - - Added Source control view |
| 177 | + |
| 178 | +* Added Source control view |
0 commit comments