@@ -130,6 +130,107 @@ <h2 class="changelog__title">
130130
131131 < ul class ="changelog__list ">
132132 < li >
133+ < span class ="changelog__badge changelog__badge--version "> 9.9.2</ span >
134+ < span class ="changelog__date "> AUGUST 2019</ span >
135+ < div class ="changelog__details "> </ div >
136+ </ li >
137+
138+ < li >
139+ < span class ="changelog__badge changelog__badge--added "> NEW</ span > Adds a
140+ < i > Checkout</ i > command to the current branch in the < i > Repositories</ i > view which
141+ opens a quick pick menu to choose a new branch to checkout to
142+ < div class ="changelog__details changelog__details--list "> </ div >
143+ </ li >
144+ < li >
145+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
146+ < a
147+ title ="Open Issue #806 "
148+ href ="https://github.com/eamodio/vscode-gitlens/issues/806 "
149+ > #806</ a
150+ >
151+ — file diff in two-dot branch compare should only show the changes in one
152+ branch
153+ < div class ="changelog__details changelog__details--list "> </ div >
154+ </ li >
155+ < li >
156+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
157+ < a
158+ title ="Open Issue #756 "
159+ href ="https://github.com/eamodio/vscode-gitlens/issues/756 "
160+ > #756</ a
161+ >
162+ — Merge commit shows only the changes from the last commit on those files
163+ < div class ="changelog__details changelog__details--list "> </ div >
164+ </ li >
165+ < li >
166+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
167+ < a
168+ title ="Open Issue #809 "
169+ href ="https://github.com/eamodio/vscode-gitlens/issues/809 "
170+ > #809</ a
171+ >
172+ — Wrong commit diff in file history
173+ < div class ="changelog__details changelog__details--list "> </ div >
174+ </ li >
175+ < li >
176+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
177+ < a
178+ title ="Open Issue #685 "
179+ href ="https://github.com/eamodio/vscode-gitlens/issues/685 "
180+ > #685</ a
181+ >
182+ — GitLens not loading for a single repository
183+ < div class ="changelog__details changelog__details--list "> </ div >
184+ </ li >
185+ < li >
186+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
187+ < a
188+ title ="Open Issue #789 "
189+ href ="https://github.com/eamodio/vscode-gitlens/issues/789 "
190+ > #789</ a
191+ >
192+ — Line blame annotations not working when vscode root is home dir and .gnupg
193+ dir is inaccessible
194+ < div class ="changelog__details changelog__details--list "> </ div >
195+ </ li >
196+ < li >
197+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
198+ < a
199+ title ="Open Issue #649 "
200+ href ="https://github.com/eamodio/vscode-gitlens/issues/649 "
201+ > #649</ a
202+ >
203+ — GitLens can't see the remote but git can
204+ < div class ="changelog__details changelog__details--list "> </ div >
205+ </ li >
206+ < li >
207+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
208+ < a
209+ title ="Open Issue #798 "
210+ href ="https://github.com/eamodio/vscode-gitlens/issues/798 "
211+ > #798</ a
212+ >
213+ — git pull/fetch all repositories
214+ < div class ="changelog__details changelog__details--list "> </ div >
215+ </ li >
216+ < li >
217+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
218+ < a
219+ title ="Open Issue #805 "
220+ href ="https://github.com/eamodio/vscode-gitlens/issues/805 "
221+ > #805</ a
222+ >
223+ — Version 9.9.1 breaks working tree comparison
224+ < div class ="changelog__details changelog__details--list "> </ div >
225+ </ li >
226+ < li >
227+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes an issue
228+ where the GitLens < i > Compare</ i > view was shown when using the
229+ < i > Select for Compare</ i > command in the < i > Repositories</ i > view
230+ < div class ="changelog__details changelog__details--list "> </ div >
231+ </ li >
232+
233+ < li class ="changelog__list-item--version ">
133234 < span class ="changelog__badge changelog__badge--version "> 9.9.1</ span >
134235 < span class ="changelog__date "> JULY 2019</ span >
135236 < div class ="changelog__details "> </ div >
0 commit comments