You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Change Log for Visual Studio Code - Offline Gallery and Updater
3
2
3
+
## [1.0.24] - 2023-06-05
4
+
5
+
### Fixed
6
+
7
+
- Improvements to requests session handling to prevent ConnectionErrors due to repeated connections. Thanks @tomer953 for reporting.
8
+
9
+
### Added
10
+
11
+
- Note about Firefox in Readme.md. Thanks @jmorcate for highlighting this gap.
12
+
13
+
### Changed
14
+
15
+
- Sort gallery listings with simple python sort.
16
+
- Removed deprecated logzero dependency, switched to logging. Thanks @bdsoha for the implementation and note.
17
+
4
18
## [1.0.23] - 2022-11-09
5
19
6
20
### Fixed
7
-
-@forky2 resolved an issue related to incorrect version ordering (from reverse-alphanumberical to reverse-chronological), which prevented extensions updating correctly by vscode clients.
8
21
22
+
-@forky2 resolved an issue related to incorrect version ordering (from reverse-alphanumberical to reverse-chronological), which prevented extensions updating correctly by vscode clients.
9
23
10
24
## [1.0.22] - 2022-10-31
11
25
12
26
### Added
13
-
-@maxtruxa added support for specifying docker container environment variable `SSLARGS` to control SSL arguments, or disable SSL by setting `BIND=0.0.0.0:80` and `SSLARGS=` (empty).
27
+
28
+
-@maxtruxa added support for specifying docker container environment variable `SSLARGS` to control SSL arguments, or disable SSL by setting `BIND=0.0.0.0:80` and `SSLARGS=` (empty).
14
29
15
30
### Changed
16
-
-@Precioussheep improved consistency of the codebase, reducing bonus code and added typing.
17
31
32
+
-@Precioussheep improved consistency of the codebase, reducing bonus code and added typing.
18
33
19
34
## [1.0.21] - 2022-08-08
20
35
21
36
### Added
22
-
-@tomer953 added support for fetching a specified number of recommended extensions `--total-recommended`.
23
-
-@Ebsan added support for fetching pre-release extensions `--prerelease-extensions` and fix fetching other extensions [#31](https://github.com/LOLINTERNETZ/vscodeoffline/issues/31).
24
-
-@Ebsan added support for specifying which Visual Studio Code version to masquerade as when fetching extensions `--vscode-version`.
37
+
38
+
-@tomer953 added support for fetching a specified number of recommended extensions `--total-recommended`.
39
+
-@Ebsan added support for fetching pre-release extensions `--prerelease-extensions` and fix fetching other extensions [#31](https://github.com/LOLINTERNETZ/vscodeoffline/issues/31).
40
+
-@Ebsan added support for specifying which Visual Studio Code version to masquerade as when fetching extensions `--vscode-version`.
25
41
26
42
### Changed
27
-
- Merge dependabot suggestions for CI pipeline updates.
28
-
- Utilise individual requests, rather than a Requests session, for fetching extensions to improve stability of fetch process. Should resolve [#33](https://github.com/LOLINTERNETZ/vscodeoffline/issues/33). Thanks @Ebsan for the fix and @annieherram for reporting.
29
-
- Updated build-in certificate and key to update its expiry [#37](https://github.com/LOLINTERNETZ/vscodeoffline/issues/37). Included CA chain aswell. Thanks for reporting @Ebsan.
30
-
- Removed platform suport for ia32 builds, as they're no longer provided since ~1.35.
31
-
- Split out this changelog.
43
+
44
+
- Merge dependabot suggestions for CI pipeline updates.
45
+
- Utilise individual requests, rather than a Requests session, for fetching extensions to improve stability of fetch process. Should resolve [#33](https://github.com/LOLINTERNETZ/vscodeoffline/issues/33). Thanks @Ebsan for the fix and @annieherram for reporting.
46
+
- Updated build-in certificate and key to update its expiry [#37](https://github.com/LOLINTERNETZ/vscodeoffline/issues/37). Included CA chain aswell. Thanks for reporting @Ebsan.
47
+
- Removed platform suport for ia32 builds, as they're no longer provided since ~1.35.
48
+
- Split out this changelog.
32
49
33
50
### Fixed
34
-
-@tomer953 removed a duplicate flag to QueryFlags.
35
-
-@Ebsan fixed an issue with downloading cross-platform extensions [#24](https://github.com/LOLINTERNETZ/vscodeoffline/issues/24).
36
51
52
+
-@tomer953 removed a duplicate flag to QueryFlags.
53
+
-@Ebsan fixed an issue with downloading cross-platform extensions [#24](https://github.com/LOLINTERNETZ/vscodeoffline/issues/24).
37
54
38
55
## [1.0.20]
56
+
39
57
### Fixed
40
-
- Fixed an issue when downloading multiple versions of extensions. Thanks @forky2!
41
-
58
+
59
+
- Fixed an issue when downloading multiple versions of extensions. Thanks @forky2!
60
+
42
61
## [1.0.19]
43
62
44
63
### Fixed
45
-
- Lots of really solid bug fixes. Thank you to @fullylegit! Resilience improvements when fetching from marketplace. Thanks @forky2 and @ebsan.
46
64
65
+
- Lots of really solid bug fixes. Thank you to @fullylegit! Resilience improvements when fetching from marketplace. Thanks @forky2 and @ebsan.
47
66
48
67
## [1.0.18]
49
-
68
+
50
69
### Changed
51
-
- Meta release to trigger CI.
52
70
71
+
- Meta release to trigger CI.
53
72
54
73
## [1.0.17]
55
-
74
+
56
75
### Changed
57
-
- CORS support for gallery. Thanks @kenyon!
58
-
76
+
77
+
- CORS support for gallery. Thanks @kenyon!
78
+
59
79
## [1.0.16]
60
80
61
81
### Changed
62
-
- Support for saving sync logs to file. Thanks @ap0yuv!
63
82
83
+
- Support for saving sync logs to file. Thanks @ap0yuv!
64
84
65
85
## [1.0.16]
66
86
67
87
### Changed
68
-
- Improve extension stats handling.
69
88
70
-
89
+
- Improve extension stats handling.
90
+
71
91
## [1.0.14]
72
92
73
93
### Fixed
74
-
- Fixed insider builds being re-fetched.
75
94
76
-
95
+
- Fixed insider builds being re-fetched.
96
+
77
97
## [1.0.13]
78
-
98
+
79
99
### Added
80
-
- Added initial support for extension version handling. Hopefully this resolves issue #4.
81
100
101
+
- Added initial support for extension version handling. Hopefully this resolves issue #4.
82
102
83
103
## [1.0.12]
84
-
85
-
### Fixed
86
-
-@ttutko fixed a bug preventing multiple build qualities (stable/insider) from being downloaded. Thanks @darkonejr for investigating and reporting.
87
104
88
-
105
+
### Fixed
106
+
107
+
-@ttutko fixed a bug preventing multiple build qualities (stable/insider) from being downloaded. Thanks @darkonejr for investigating and reporting.
108
+
89
109
## [1.0.11]
90
110
91
111
### Fixed
92
-
- Fixed bugs in Gallery sorting, and added timeouts for Sync.
93
-
94
-
112
+
113
+
- Fixed bugs in Gallery sorting, and added timeouts for Sync.
114
+
95
115
## [1.0.10]
96
116
97
117
### Changed
98
-
- Refactored to improve consistency.
99
118
119
+
- Refactored to improve consistency.
100
120
101
121
## [1.0.9]
102
-
122
+
103
123
### Added
104
-
- Added support for Remote Development, currently (2019-05-12) available to insiders. Refactored various badness.
105
124
125
+
- Added support for Remote Development, currently (2019-05-12) available to insiders. Refactored various badness.
0 commit comments