- Improvements to requests session handling to prevent ConnectionErrors due to repeated connections. Thanks @tomer953 for reporting.
- Note about Firefox in Readme.md. Thanks @jmorcate for highlighting this gap.
- Sort gallery listings with simple python sort.
- Removed deprecated logzero dependency, switched to logging. Thanks @bdsoha for the implementation and note.
- @forky2 resolved an issue related to incorrect version ordering (from reverse-alphanumberical to reverse-chronological), which prevented extensions updating correctly by vscode clients.
- @maxtruxa added support for specifying docker container environment variable
SSLARGS
to control SSL arguments, or disable SSL by settingBIND=0.0.0.0:80
andSSLARGS=
(empty).
- @Precioussheep improved consistency of the codebase, reducing bonus code and added typing.
- @tomer953 added support for fetching a specified number of recommended extensions
--total-recommended
. - @Ebsan added support for fetching pre-release extensions
--prerelease-extensions
and fix fetching other extensions #31. - @Ebsan added support for specifying which Visual Studio Code version to masquerade as when fetching extensions
--vscode-version
.
- Merge dependabot suggestions for CI pipeline updates.
- Utilise individual requests, rather than a Requests session, for fetching extensions to improve stability of fetch process. Should resolve #33. Thanks @Ebsan for the fix and @annieherram for reporting.
- Updated build-in certificate and key to update its expiry #37. Included CA chain aswell. Thanks for reporting @Ebsan.
- Removed platform suport for ia32 builds, as they're no longer provided since ~1.35.
- Split out this changelog.
- @tomer953 removed a duplicate flag to QueryFlags.
- @Ebsan fixed an issue with downloading cross-platform extensions #24.
- Fixed an issue when downloading multiple versions of extensions. Thanks @forky2!
- Lots of really solid bug fixes. Thank you to @fullylegit! Resilience improvements when fetching from marketplace. Thanks @forky2 and @ebsan.
- Meta release to trigger CI.
- CORS support for gallery. Thanks @kenyon!
- Support for saving sync logs to file. Thanks @ap0yuv!
- Improve extension stats handling.
- Fixed insider builds being re-fetched.
- Added initial support for extension version handling. Hopefully this resolves issue #4.
- @ttutko fixed a bug preventing multiple build qualities (stable/insider) from being downloaded. Thanks @darkonejr for investigating and reporting.
- Fixed bugs in Gallery sorting, and added timeouts for Sync.
- Refactored to improve consistency.
- Added support for Remote Development, currently (2019-05-12) available to insiders. Refactored various badness.
- Insiders support and extension packs (remotes).