|
5 | 5 | </head> |
6 | 6 |
|
7 | 7 | <body class="preload"> |
8 | | - <canvas class="snow"></canvas> |
| 8 | + <!-- <canvas class="snow"></canvas> |
9 | 9 | <div class="snow__trigger"> |
10 | 10 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"> |
11 | 11 | <path |
|
18 | 18 | d="M64.66 84.31c-17.4 0-35.17-1.38-28.93-25.06.37 13.72 29 12.57 29 12.57s30.12.28 29.88-11.27C97.69 85.43 82.06 84.3 64.66 84.3z" |
19 | 19 | /> |
20 | 20 | </svg> |
21 | | - </div> |
| 21 | + </div> --> |
22 | 22 | <div class="container"> |
23 | 23 | <div class="content"> |
24 | 24 | <header> |
@@ -130,6 +130,67 @@ <h2 class="changelog__title"> |
130 | 130 |
|
131 | 131 | <ul class="changelog__list"> |
132 | 132 | <li> |
| 133 | + <span class="changelog__badge changelog__badge--version">9.3</span> |
| 134 | + <span class="changelog__date">JAN 2019</span> |
| 135 | + <div class="changelog__details"></div> |
| 136 | + </li> |
| 137 | + <li> |
| 138 | + <span class="changelog__badge changelog__badge--added">NEW</span>Adds favoriting of |
| 139 | + repositories and branches in the <i>Repositories</i> view to allow for better |
| 140 | + (user-customized) sorting |
| 141 | + <div class="changelog__details changelog__details--list"></div> |
| 142 | + </li> |
| 143 | + <li> |
| 144 | + <span class="changelog__badge changelog__badge--added">NEW</span>Adds the ability to |
| 145 | + specify a default remote selection when using the <i>Open * in Remote</i> commands |
| 146 | + — closes |
| 147 | + <a |
| 148 | + title="Open Issue #504" |
| 149 | + href="https://github.com/eamodio/vscode-gitlens/issues/504" |
| 150 | + >#504</a |
| 151 | + > |
| 152 | + <div class="changelog__details changelog__details--list"> |
| 153 | + <p> |
| 154 | + Adds <i>Set as Default</i> and <i>Unset as Default</i> commands to remotes |
| 155 | + in the <i>Repositories</i> view |
| 156 | + </p> |
| 157 | + </div> |
| 158 | + </li> |
| 159 | + <li> |
| 160 | + <span class="changelog__badge changelog__badge--added">NEW</span>Adds the ability to |
| 161 | + turn on file annotations (blame, heatmap, and recent changes) via user-defined modes |
| 162 | + — closes |
| 163 | + <a |
| 164 | + title="Open Issue #542" |
| 165 | + href="https://github.com/eamodio/vscode-gitlens/issues/542" |
| 166 | + >#542</a |
| 167 | + > |
| 168 | + <div class="changelog__details changelog__details--list"></div> |
| 169 | + </li> |
| 170 | + <li> |
| 171 | + <span class="changelog__badge changelog__badge--added">NEW</span>Adds the ability to |
| 172 | + stage and unstage files by folders in the <i>Repositories</i> view — closes |
| 173 | + <a |
| 174 | + title="Open Issue #599" |
| 175 | + href="https://github.com/eamodio/vscode-gitlens/issues/599" |
| 176 | + >#599</a |
| 177 | + > |
| 178 | + thanks to |
| 179 | + <a |
| 180 | + title="Open Issue #600" |
| 181 | + href="https://github.com/eamodio/vscode-gitlens/issues/600" |
| 182 | + >PR #600</a |
| 183 | + > |
| 184 | + by Tony Brix (<a title="@UziTech" href="https://github.com/UziTech">@UziTech</a>) |
| 185 | + <div class="changelog__details changelog__details--list"> |
| 186 | + <p> |
| 187 | + Adds <i>Stage All Changes</i> and <i>Unstage All Changes</i> commands to |
| 188 | + folders in the <i>Repositories</i> view |
| 189 | + </p> |
| 190 | + </div> |
| 191 | + </li> |
| 192 | + |
| 193 | + <li class="changelog__list-item--version"> |
133 | 194 | <span class="changelog__badge changelog__badge--version">9.2</span> |
134 | 195 | <span class="changelog__date">DEC 2018</span> |
135 | 196 | <div class="changelog__details"></div> |
|
0 commit comments