Skip to content

Releases: VSCodium/vscodium

1.39.2

16 Oct 10:30
880f505
Compare
Choose a tag to compare
Merge pull request #258 from stripedpajamas/shell

Remove & from win32ShellNameShort

1.39.1

11 Oct 10:32
880f505
Compare
Choose a tag to compare
Merge pull request #258 from stripedpajamas/shell

Remove & from win32ShellNameShort

1.39.0

09 Oct 19:42
880f505
Compare
Choose a tag to compare
Merge pull request #258 from stripedpajamas/shell

Remove & from win32ShellNameShort

1.38.1

12 Sep 10:30
53b56db
Compare
Choose a tag to compare
Merge pull request #251 from stripedpajamas/no-trigger

Stop triggering Azure

1.38.0

04 Sep 19:19
f787c21
Compare
Choose a tag to compare
Merge pull request #244 from stripedpajamas/win-commit

Set BUILD_SOURCEVERSION to LATEST_MS_COMMIT explicitly

1.37.1

16 Aug 10:27
9afbbd9
Compare
Choose a tag to compare

1.37.0

08 Aug 19:02
06cc20f
Compare
Choose a tag to compare

CHANGELOG

VSCode's release notes: https://code.visualstudio.com/updates/v1_37

VSCodium updates since 1.36.1:

  • 📦Product changes (affects built binary):
    • Add update support for Windows system installer (issue: #224, pr: #227)
  • 🛠Build changes:
    • Fix paths in hash files (issue: #232, pr: #233)
    • Update build process to align with Microsoft's latest changes (issue: #235, pr: #237)

1.36.1

09 Jul 19:06
492c8c6
Compare
Choose a tag to compare

CHANGELOG

VSCode's fixes in this patch: https://github.com/Microsoft/vscode/milestone/99?closed=1

VSCodium updates since 1.36.0:

  • 🛠Build changes:
    • Remove all code paths for Linux 32-bit builds (issue: #85, pr: #223)

1.36.0

03 Jul 18:48
4948957
Compare
Choose a tag to compare

CHANGELOG

VSCode's release notes: https://code.visualstudio.com/updates/v1_36

VSCodium updates since 1.35.1:

  • 📦Product changes (affects built binary):
    • Fix icon conflict with Code - OSS (thank you @esclerofilo, issue: #178, pr: #179)
    • Set Windows builds to use the commit hash from the tagged release in vscode repo to stop an update loop (issue: #185, pr: #200)
    • Add links so help menu items work (issues: #204, #207, #212, #213, #214, pr: #210)
  • ✍️Documentation changes:
    • Fix typo in readme (thank you @janniks, pr: #195)
    • Clarify that VSCodium's is running Microsoft's build process, and as such it downloads additional files (issue: #217, commit: 4948957)
  • 🛠Build changes:

1.35.1

13 Jun 10:25
Compare
Choose a tag to compare

CHANGELOG

VSCode's fixes in this patch: https://github.com/Microsoft/vscode/milestone/96?closed=1

VSCodium updates since 1.35.0:

  • 🛠Build changes:
    • Add retry logic when pushing version details to the versions repo (for auto-updates)