Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.38 KB

File metadata and controls

47 lines (29 loc) · 1.38 KB

Changelog portable-vscode-updater

next

  • remove old usage of deno std 0.117.0

2.1.0 - 2023-09-26

  • Fix URL for downloading vscode packages
  • Switch from yargs to cliffy (functionality should be equivalent currently)

2.0.2 - 2022-11-11

  • Check if deployment to deno.land/x still works after renaming the repo to deno_codeup

2.0.1 - 2022-08-15

  • Improve Readme & github repo description by listing "@codemonument" in there as a keyword

2.0.0 - 2022-06-04

  • allow self upgrading via codeup upgrade-self (uses package modup for this)

2.0.0-beta.4 - 2022-06-01

  • change temp file generation to put the update zip at the end (suffixing the random portion) to avoid problems with zip unpack

2.0.0-beta.3 - 2022-06-01

2.0.0-beta.2 - 2022-06-01

  • regenerate description on deno.land/x

2.0.0-beta.1 - 2022-06-01

  • complete rewrite, has a correct cli interface now with more options (is not complete yet, though)
  • can now be installed via deno install (see Readme)

1.1.0

  • add a way to force extraction of files from update-zip even when some files are already available
  • add better version reporting

1.0.0

  • initial release
  • IMPORTANT: This script assumes to be started inside an extracted vscode installation