|
1 | 1 | # Changelogs |
2 | 2 |
|
| 3 | +## 1.5.3 - February 08, 2018 |
| 4 | + |
| 5 | +- Fixed: An error introduced by VSCode 1.2.0. |
| 6 | + |
| 7 | + |
3 | 8 | ## 1.5.2 - December 28, 2017 |
4 | 9 |
|
5 | 10 | - Fixed: A bug caused by adm-zip on Linux Mint and Xubuntu ([Issue #21](https://github.com/nonoroazoro/vscode-syncing/issues/21)). |
6 | 11 | - Changed: Enhance user guides. |
7 | 12 |
|
8 | 13 |
|
9 | | -## 1.5.1 - December 4, 2017 |
| 14 | +## 1.5.1 - December 04, 2017 |
10 | 15 |
|
11 | 16 | - Added: Added `Breaking Changes` section in README. |
12 | 17 | - Changed: Simplified user guide. |
13 | 18 | - Changed: Reduced extension file size. |
14 | 19 |
|
15 | 20 |
|
16 | | -## 1.5.0 - December 2, 2017 |
| 21 | +## 1.5.0 - December 02, 2017 |
17 | 22 |
|
18 | 23 | - Changed: Rewrite in `TypeScript`, now we have `typings`. |
19 | 24 | - Added: Isolate the `http_proxy` setting into `Syncing`'s settings file (which means `Syncing` will no longer read proxy settings from `VSCode` settings), this may prevent a potential failure caused by wrong proxy settings while syncing between different devices (Thank [@mubaidr](https://github.com/mubaidr) for the advice). |
|
77 | 82 | - Fixed: Image URLs are now resolved to `https` URLs as required by VSCode-1.14. |
78 | 83 |
|
79 | 84 |
|
80 | | -## 1.3.9 - June 9, 2017 |
| 85 | +## 1.3.9 - June 09, 2017 |
81 | 86 |
|
82 | 87 | - Fixed: Using extension's local version to properly remove the old extensions. |
83 | 88 |
|
|
87 | 92 | - Changed: Tuning the timeout threshold to reduce the connection failures on slow networks. |
88 | 93 |
|
89 | 94 |
|
90 | | -## 1.3.7 - May 4, 2017 |
| 95 | +## 1.3.7 - May 04, 2017 |
91 | 96 |
|
92 | 97 | - Fixed: Reset Keyboard-Shortcuts image size. |
93 | 98 |
|
94 | 99 |
|
95 | | -## 1.3.6 - May 4, 2017 |
| 100 | +## 1.3.6 - May 04, 2017 |
96 | 101 |
|
97 | 102 | - Changed: Resize Keyboard-Shortcuts image. |
98 | 103 |
|
99 | 104 |
|
100 | | -## 1.3.5 - May 4, 2017 |
| 105 | +## 1.3.5 - May 04, 2017 |
101 | 106 |
|
102 | 107 | - Changed: Update guides. |
103 | 108 |
|
104 | 109 |
|
105 | | -## 1.3.4 - April 7, 2017 |
| 110 | +## 1.3.4 - April 07, 2017 |
106 | 111 |
|
107 | 112 | - Fixed: Minor fixes to the Downloading and Uploading features. |
108 | 113 |
|
109 | 114 |
|
110 | | -## 1.3.3 - March 3, 2017 |
| 115 | +## 1.3.3 - March 03, 2017 |
111 | 116 |
|
112 | 117 | - Fixed: Checking user access privileges when uploading. |
113 | 118 |
|
114 | 119 |
|
115 | | -## 1.3.2 - March 2, 2017 |
| 120 | +## 1.3.2 - March 02, 2017 |
116 | 121 |
|
117 | 122 | - Changed: Update the messages of `Settings File Not Found` and `Setting File Invalid` errors. |
118 | 123 | - Fixed: Upload an `empty array` (instead of `null`) when extension list is empty, to avoid potential error. |
|
130 | 135 | - Changed: Enhance user guides. |
131 | 136 |
|
132 | 137 |
|
133 | | -## 1.2.9 - February 8, 2017 |
| 138 | +## 1.2.9 - February 08, 2017 |
134 | 139 |
|
135 | 140 | - Added: Clean up temporary files automatically. |
136 | 141 | - Changed: Pretty JSON files: `extensions.json`, `syncing.json`, make it a little more user-friendly (Thank [@fengcen](https://github.com/fengcen) for the advice). |
|
151 | 156 | - Fixed: Reload dialog isn't shown when extensions are changed. |
152 | 157 |
|
153 | 158 |
|
154 | | -## 1.2.5 - November 9, 2016 |
| 159 | +## 1.2.5 - November 09, 2016 |
155 | 160 |
|
156 | 161 | - Added: Hints of the synchronization. |
157 | 162 | - Added: Show reload dialog when extensions are changed. |
|
0 commit comments