Skip to content

Tags: compagedev/code-server

Tags

v4.18.0-rc.1

Toggle v4.18.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Code to 1.83.1 (coder#6488) * Update Code to 1.83.1 * Patch out lookbehind for Safari support Not sure why it needs a lookbehind unless a number followed by a capital letter is not supposed to be considered a new word, which seems wrong to me. The tests do not contain any numbers so I can only guess. --------- Co-authored-by: Asher <[email protected]>

v4.17.1

Toggle v4.17.1's commit message

Verified

This commit was signed with the committer’s verified signature.
code-asher Asher
Use code-server commit in product.json Also remove github.com from the trusted domains. This causes the browser to block the popup instead (probably because the space between interaction and popup is too great), which is difficult to notice in Chromium. Even in Firefox with the extra bar they add at the top it can be easy to miss.

v4.17.1-rc.1

Toggle v4.17.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect argon2 target in arm builds (coder#6453) * Fix building from source on arm Not building from source causes argon2 to pull the wrong arch, so we have to build from source. But building from source is causing the new Kerberos module to fail on arm64 and keytar to fail on both. The latter has been very difficult to debug because the GitHub image provides a different result to containers based on Ubuntu 20.04. Because of this, use a container instead. Use debian:buster as the container because it is easier to set up the architecture sources (no need to modify the sources) and because it seems to come with glibc 2.28 rather than 2.31. Also use the exact version of Node (18.15.0) for reproducibility. * Set owner and group during tar to zero Otherwise you get IDs that can cause (benign) errors while extracting, which might be confusing. At the very least, I did not see these errors from previous tars (although they seem to use 1001). There is no guarantee what IDs might exist so 0 seems the most reasonable.

v4.17.0

Toggle v4.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(lang): Add Urdu Locale (coder#6444) 

v4.17.0-rc.1

Toggle v4.17.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix installation of kerberos module on armv7l (coder#6442) Also build with the same version of Node we will release with.

v4.16.1

Toggle v4.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Code to 1.80.2 (coder#6357) 

v4.16.0

Toggle v4.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
code-asher Asher
Account for disabled proxy in startup logs 

v4.16.0-rc.1

Toggle v4.16.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
code-asher Asher
Account for disabled proxy in startup logs 

Verified

This tag was signed with the committer’s verified signature.
code-asher Asher

v4.15.0-rc.1

Toggle v4.15.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump i18next from 22.5.1 to 23.2.11 (coder#6326) Bumps [i18next](https://github.com/i18next/i18next) from 22.5.1 to 23.2.11. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v22.5.1...v23.2.11) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>