Releases: LOLINTERNETZ/vscodeoffline
Releases · LOLINTERNETZ/vscodeoffline
1.0.27
What's Changed
- Fix makefile with tabs and add podman build by @pappasjfed in #74
- Update requirements.txt by @sstasik645 in #71
- Update requirements.txt by @tristan-morris in #77
- fix: 🐛 Fix gallery with updated falcon by @tristan-morris in #78
New Contributors
- @pappasjfed made their first contribution in #74
- @sstasik645 made their first contribution in #71
- @tristan-morris made their first contribution in #77
Full Changelog: 1.0.26...1.0.27
1.0.26
What's Changed
- Add server-linux-legacy to PLATFORMS in vsc.py by @jonathan-dove in #69
New Contributors
- @jonathan-dove made their first contribution in #69 🚀 🌕
Full Changelog: 1.0.25...1.0.26
1.0.25
What's Changed
- Add cli-alpine to list of platforms downloaded. by @forky2 in #65
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #58
- Bump docker/build-push-action from 4 to 5 by @dependabot in #57
- Bump docker/login-action from 2 to 3 by @dependabot in #56
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #55
- Updating the python version by @OrionDB in #63
- Fix handling of optional query filter options by @maxtruxa in #60
New Contributors
Full Changelog: 1.0.24...1.0.25
1.0.24
Fixed
- Improvements to requests session handling to prevent ConnectionErrors due to repeated connections. Thanks @tomer953 for reporting.
Added
- Note about Firefox in Readme.md. Thanks @jmorcate for highlighting this gap.
Changed
- Sort gallery listings with simple python sort.
- Removed deprecated logzero dependency, switched to logging. Thanks @bdsoha for the implementation and note.
1.0.23
1.0.22
Added
- @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).
Changed
- @Precioussheep improved consistency of the codebase, reducing bonus code and added typing.
1.0.21
Added
- @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
.
Changed
- 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.
Fixed
1.0.20
1.0.19
- Lots of really solid bug fixes. Thank you to @fullylegit!
- Resilience improvements when fetching from marketplace. Thanks @forky2 and @Ebsan.
1.0.18
- Bump to confirm CI works correctly.
- No code changes.