@@ -130,10 +130,86 @@ <h2 class="changelog__title">
130130
131131 < ul class ="changelog__list ">
132132 < li >
133+ < span class ="changelog__badge changelog__badge--version "> 9.8.2</ span >
134+ < span class ="changelog__date "> JUNE 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 changes
140+ indicator (+x -x) to the < i > File History</ i > view to quickly show the number of
141+ added and/or deleted lines
142+ < div class ="changelog__details changelog__details--list "> </ div >
143+ </ li >
144+ < li >
145+ < span class ="changelog__badge changelog__badge--changed "> IMPROVED</ span > Preserve
146+ < i > Show More</ i > expansions during file system or repository changes — avoids
147+ losing view expansion and selection
148+ < div class ="changelog__details changelog__details--list "> </ div >
149+ </ li >
150+ < li >
151+ < span class ="changelog__badge changelog__badge--changed "> IMPROVED</ span > Changes to
152+ match authors exactly in the Contributors view
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 #734 "
159+ href ="https://github.com/eamodio/vscode-gitlens/issues/734 "
160+ > #734</ a
161+ >
162+ — Not working with VS Code Remote - SSH extension (fixes the broken hover
163+ image)
164+ < div class ="changelog__details changelog__details--list "> </ div >
165+ </ li >
166+ < li >
167+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
168+ < a
169+ title ="Open Issue #751 "
170+ href ="https://github.com/eamodio/vscode-gitlens/issues/751 "
171+ > #751</ a
172+ >
173+ — Git Command failed
174+ < div class ="changelog__details changelog__details--list "> </ div >
175+ </ li >
176+ < li >
177+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes
178+ < a
179+ title ="Open Issue #756 "
180+ href ="https://github.com/eamodio/vscode-gitlens/issues/756 "
181+ > #756</ a
182+ >
183+ — Merge commit shows only the changes from the last commit on those files
184+ < div class ="changelog__details changelog__details--list "> </ div >
185+ </ li >
186+ < li >
187+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes issue with
188+ the < i > Open Changes with Previous Revision</ i > command when run from the diff editor
189+ and the file has unstaged changes
190+ < div class ="changelog__details changelog__details--list "> </ div >
191+ </ li >
192+ < li >
193+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes an issue
194+ where view expansion and selection was getting lost with search and compare nodes
195+ < div class ="changelog__details changelog__details--list "> </ div >
196+ </ li >
197+
198+ < li class ="changelog__list-item--version ">
133199 < span class ="changelog__badge changelog__badge--version "> 9.8.1</ span >
134200 < span class ="changelog__date "> MAY 2019</ span >
135201 < div class ="changelog__details "> </ div >
136202 </ li >
203+ < li >
204+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes the
205+ < i > Show More</ i > command in the < i > File History</ i > and < i > Line History</ i > views
206+ < div class ="changelog__details changelog__details--list "> </ div >
207+ </ li >
208+ < li >
209+ < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes a caching
210+ issue with file histories
211+ < div class ="changelog__details changelog__details--list "> </ div >
212+ </ li >
137213
138214 < li >
139215 < span class ="changelog__badge changelog__badge--fixed "> FIXED</ span > Fixes a
0 commit comments