Skip to content

Releases: LOLINTERNETZ/vscodeoffline

1.0.27

11 Jan 04:28
a1af1e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.26...1.0.27

1.0.26

18 Dec 05:46
038beaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.25...1.0.26

1.0.25

09 May 00:17
f4de4ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.24...1.0.25

1.0.24

05 Jun 01:38
cab951e
Compare
Choose a tag to compare

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

08 Nov 21:28
e40fa50
Compare
Choose a tag to compare

Fixed

  • @forky2 resolved an issue related to incorrect version ordering (from reverse-alphanumberical to reverse-chronological), which prevented extensions updating correctly by vscode clients.

1.0.22

30 Oct 22:31
c6b342b
Compare
Choose a tag to compare

Added

  • @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).

Changed

  • @Precioussheep improved consistency of the codebase, reducing bonus code and added typing.

1.0.21

08 Aug 01:57
beb9646
Compare
Choose a tag to compare

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

  • @tomer953 removed a duplicate flag to QueryFlags.
  • @Ebsan fixed an issue with downloading cross-platform extensions #24.

1.0.20

08 Feb 20:55
39d80f3
Compare
Choose a tag to compare

Fixed an issue when downloading multiple versions of extensions. Thanks @forky2!

1.0.19

20 Oct 23:53
829389f
Compare
Choose a tag to compare
  • Lots of really solid bug fixes. Thank you to @fullylegit!
  • Resilience improvements when fetching from marketplace. Thanks @forky2 and @Ebsan.

1.0.18

17 Sep 00:19
bdbeb6c
Compare
Choose a tag to compare
  • Bump to confirm CI works correctly.
  • No code changes.