Logo
Explore Help
Register Sign In
coder/code-server
1
0
Fork 0
You've already forked code-server
mirror of https://github.com/coder/code-server.git synced 2026-04-12 18:28:17 -05:00
Code Issues Packages Projects Releases 202 Wiki Activity

202 Releases 239 Tags

RSS Feed
  • v4.2.0 7d56da42c3
    Compare

    v4.2.0 Stable

    giteasync released this 2022-03-22 17:11:59 -05:00 | 872 commits to main since this release

    v4.2.0

    VS Code v1.64.2

    Added

    • Added tests for handleArgsSocketCatchError, setDefaults and
      optionDescriptions.

    Changed

    • We switched from using the fork coder/vscode to a submodule of
      microsoft/vscode + patches managed by quilt for how Code sits inside the
      code-server codebase.
    • Upgraded to Code 1.64.2.

    Fixed

    • Update popup notification through --disable-update-check is now fixed.
    • Fixed PWA icons not loading on iPad
    • Fixed the homebrew release process. Our cdrci bot should now automatically
      update the version as part of the release pipeline.
    • Fixed titleBar color setting being ignored in PWA.

    Security

    • Updated to minimist-list.
    • Updated cloud-agent to v0.2.4 which uses nhooyr.io/webscoket v1.8.7.

    New Contributors

    • @azriel-stephen made their first contribution in https://github.com/coder/code-server/pull/4981

    Full Changelog: https://github.com/coder/code-server/compare/v4.1.0...v4.2.0

    Downloads
    • code-server-4.2.0-amd64.rpm
      126 MiB
      2025-06-03 10:44:53 -05:00
    • code-server-4.2.0-arm64.rpm
      118 MiB
      2025-06-03 10:45:00 -05:00
    • code-server-4.2.0-armhfp.rpm
      109 MiB
      2025-06-03 10:45:07 -05:00
    • code-server-4.2.0-linux-amd64.tar.gz
      97 MiB
      2025-06-03 10:45:16 -05:00
    • code-server-4.2.0-linux-arm64.tar.gz
      88 MiB
      2025-06-03 10:45:21 -05:00
    • code-server-4.2.0-linux-armv7l.tar.gz
      82 MiB
      2025-06-03 10:45:27 -05:00
    • code-server-4.2.0-macos-amd64.tar.gz
      90 MiB
      2025-06-03 10:45:33 -05:00
    • code-server_4.2.0_amd64.deb
      126 MiB
      2025-06-03 10:45:39 -05:00
    • code-server_4.2.0_arm64.deb
      118 MiB
      2025-06-03 10:45:46 -05:00
    • code-server_4.2.0_armhf.deb
      109 MiB
      2025-06-03 10:45:58 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.1.0 7aa087ae34
    Compare

    v4.1.0 Stable

    giteasync released this 2022-03-03 14:46:17 -06:00 | 4 commits to v4.1.0 since this release

    v4.1.0

    Code 1.63.0

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    Added

    • Support for injecting GitHub token into Code so extensions can make use of it.
      This can be done with the GITHUB_TOKEN environment variable or github-auth
      in the config file.
    • New flag --socket-mode allows setting the mode (file permissions) of the
      socket created when using --socket.
    • The version of Code bundled with code-server now appears when using the
      --version flag. For example: 4.0.2 5cdfe74686aa73e023f8354a9a6014eb30caa7dd with Code 1.63.0.
      If you have been parsing this flag for the version you might want to use
      --version --json instead as doing that will be more stable.

    Changed

    • The workspace or folder passed on the CLI will now use the same redirect
      method that the last opened workspace or folder uses. This means if you use
      something like code-server /path/to/dir you will now get a query parameter
      added (like so: my-domain.tld?folder=/path/to/dir), making it easier to edit
      by hand and making it consistent with the last opened and menu open behaviors.
    • The folder/workspace query parameter no longer has encoded slashes, making
      them more readable and editable by hand. This was only affecting the last
      opened behavior, not opens from the menu.

    Fixed

    • Fix web sockets not connecting when using --cert.
    • Prevent workspace state collisions when opening a workspace that shares the
      same file path with another workspace on a different machine that shares the
      same domain. This was causing files opened in one workspace to be "re-"opened
      in the other workspace when the other workspace is opened.
    • Pin the Express version which should make installing from npm work again.
    • Propagate signals to code-server in the Docker image which means it should
      stop more quickly and gracefully.
    • Fix missing argon binaries in the standalone releases on arm machines.
    Downloads
    • code-server-4.1.0-amd64.rpm
      212 MiB
      2025-06-03 10:42:57 -05:00
    • code-server-4.1.0-arm64.rpm
      210 MiB
      2025-06-03 10:43:13 -05:00
    • code-server-4.1.0-armhfp.rpm
      186 MiB
      2025-06-03 10:43:24 -05:00
    • code-server-4.1.0-linux-amd64.tar.gz
      181 MiB
      2025-06-03 10:43:38 -05:00
    • code-server-4.1.0-linux-arm64.tar.gz
      178 MiB
      2025-06-03 10:43:47 -05:00
    • code-server-4.1.0-linux-armv7l.tar.gz
      157 MiB
      2025-06-03 10:43:59 -05:00
    • code-server-4.1.0-macos-amd64.tar.gz
      175 MiB
      2025-06-03 10:44:08 -05:00
    • code-server_4.1.0_amd64.deb
      212 MiB
      2025-06-03 10:44:22 -05:00
    • code-server_4.1.0_arm64.deb
      210 MiB
      2025-06-03 10:44:32 -05:00
    • code-server_4.1.0_armhf.deb
      186 MiB
      2025-06-03 10:44:44 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.0.2 5fd0329c50
    Compare

    v4.0.2 Stable

    giteasync released this 2022-01-27 16:13:26 -06:00 | 0 commits to v4.0.2 since this release

    v4.0.2

    VS Code v1.63.0

    Fixed

    • Unset the BROWSER environment variable. This fixes applications that hard
      exit when trying to spawn the helper script BROWSER points to because the
      file is missing. While we do include the script now we are leaving the
      variable omitted because the script does not work yet.
    Downloads
    • code-server-4.0.2-amd64.rpm
      215 MiB
      2025-06-03 10:40:32 -05:00
    • code-server-4.0.2-arm64.rpm
      214 MiB
      2025-06-03 10:40:49 -05:00
    • code-server-4.0.2-armhfp.rpm
      190 MiB
      2025-06-03 10:41:02 -05:00
    • code-server-4.0.2-linux-amd64.tar.gz
      185 MiB
      2025-06-03 10:41:13 -05:00
    • code-server-4.0.2-linux-arm64.tar.gz
      182 MiB
      2025-06-03 10:41:34 -05:00
    • code-server-4.0.2-linux-armv7l.tar.gz
      162 MiB
      2025-06-03 10:41:44 -05:00
    • code-server-4.0.2-macos-amd64.tar.gz
      174 MiB
      2025-06-03 10:41:57 -05:00
    • code-server_4.0.2_amd64.deb
      215 MiB
      2025-06-03 10:42:11 -05:00
    • code-server_4.0.2_arm64.deb
      214 MiB
      2025-06-03 10:42:27 -05:00
    • code-server_4.0.2_armhf.deb
      190 MiB
      2025-06-03 10:42:42 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.0.1 7fe23daf00
    Compare

    v4.0.1 Stable

    giteasync released this 2022-01-05 11:35:09 -06:00 | 0 commits to v4.0.1 since this release

    v4.0.1

    VS Code v1.63.0

    code-server has been rebased on upstream's newly open-sourced server
    implementation (#4414).

    Changed

    • Web socket compression has been made the default (when supported). This means
      the --enable flag will no longer take permessage-deflate as an option.
    • The static endpoint can no longer reach outside code-server. However the
      vscode-remote-resource endpoint still can.
    • OpenVSX has been made the default marketplace.
    • The last opened folder/workspace is no longer stored separately in the
      settings file (we rely on the already-existing query object instead).
    • The marketplace override environment variables SERVICE_URL and ITEM_URL
      have been replaced with a single EXTENSIONS_GALLERY variable that
      corresponds to extensionsGallery in VS Code's product.json.

    Removed

    • Extra extension directories have been removed. The --extra-extensions-dir
      and --extra-builtin-extensions-dir flags will no longer be accepted.
    • The --install-source flag has been removed.

    Deprecated

    • --link is now deprecated (#4562).

    Security

    • We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).

    Cheers 🎉

    New Contributors

    • @AbdullahBinJahed made their first contribution in https://github.com/coder/code-server/pull/4230
    • @jlandowner made their first contribution in https://github.com/coder/code-server/pull/4244
    • @toddewilliams made their first contribution in https://github.com/coder/code-server/pull/4281
    • @tianjianchn made their first contribution in https://github.com/coder/code-server/pull/4293
    • @ChenJiaH made their first contribution in https://github.com/coder/code-server/pull/4369
    • @mrfoxie made their first contribution in https://github.com/coder/code-server/pull/4336
    • @im-coder-lg made their first contribution in https://github.com/coder/code-server/pull/4419
    • @mauri made their first contribution in https://github.com/coder/code-server/pull/4430
    • @arHSM made their first contribution in https://github.com/coder/code-server/pull/4472
    • @JounQin made their first contribution in https://github.com/coder/code-server/pull/4546
    • @Leask made their first contribution in https://github.com/coder/code-server/pull/4605
    • @huangyoukun made their first contribution in https://github.com/coder/code-server/pull/4611
    • @L3P3 made their first contribution in https://github.com/coder/code-server/pull/4579
    • @elsbrock made their first contribution in https://github.com/coder/code-server/pull/4651

    Full Changelog: https://github.com/coder/code-server/compare/v3.12.0...v4.0.1
    Milestone: https://github.com/coder/code-server/milestone/34

    Downloads
    • code-server-4.0.1-amd64.rpm
      211 MiB
      2025-06-03 10:38:33 -05:00
    • code-server-4.0.1-arm64.rpm
      210 MiB
      2025-06-03 10:38:45 -05:00
    • code-server-4.0.1-armhfp.rpm
      186 MiB
      2025-06-03 10:38:55 -05:00
    • code-server-4.0.1-linux-amd64.tar.gz
      181 MiB
      2025-06-03 10:39:05 -05:00
    • code-server-4.0.1-linux-arm64.tar.gz
      178 MiB
      2025-06-03 10:39:15 -05:00
    • code-server-4.0.1-linux-armv7l.tar.gz
      157 MiB
      2025-06-03 10:39:25 -05:00
    • code-server-4.0.1-macos-amd64.tar.gz
      172 MiB
      2025-06-03 10:39:43 -05:00
    • code-server_4.0.1_amd64.deb
      211 MiB
      2025-06-03 10:39:55 -05:00
    • code-server_4.0.1_arm64.deb
      210 MiB
      2025-06-03 10:40:07 -05:00
    • code-server_4.0.1_armhf.deb
      186 MiB
      2025-06-03 10:40:19 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.0.0 c55f0e8b0b
    Compare

    v4.0.0 - pre-release Pre-Release

    giteasync released this 2021-12-10 13:00:36 -06:00 | 0 commits to v4.0.0 since this release

    v4.0.0 (pre-release)

    VS Code v1.63.0

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    code-server has been rebased on upstream's newly open-sourced server
    implementation (#4414).

    Changed

    • Web socket compression has been made the default (when supported). This means
      the --enable flag will no longer take permessage-deflate as an option.
    • Extra extension directories have been removed. The --extra-extensions-dir
      and --extra-builtin-extensions-dir will no longer be accepted.
    • The --install-source and --locale flags have been removed.
    • The static endpoint can no longer reach outside code-server. However the
      vscode-remote-resource endpoint still can.
    • OpenVSX has been made the default marketplace. However this means web
      extensions like Vim may be broken.

    Deprecated

    • --link is now deprecated (#4562).

    Breaking Changes

    • You can no longer change the display language. This has been removed upstream but we hope to see if we can patch it again. Tracking in #4598

    Cheers! 🍻

    Downloads
    • code-server-4.0.0-amd64.rpm
      211 MiB
      2025-06-03 10:36:38 -05:00
    • code-server-4.0.0-arm64.rpm
      210 MiB
      2025-06-03 10:36:51 -05:00
    • code-server-4.0.0-armhfp.rpm
      186 MiB
      2025-06-03 10:37:00 -05:00
    • code-server-4.0.0-linux-amd64.tar.gz
      181 MiB
      2025-06-03 10:37:11 -05:00
    • code-server-4.0.0-linux-arm64.tar.gz
      178 MiB
      2025-06-03 10:37:24 -05:00
    • code-server-4.0.0-linux-armv7l.tar.gz
      157 MiB
      2025-06-03 10:37:32 -05:00
    • code-server-4.0.0-macos-amd64.tar.gz
      174 MiB
      2025-06-03 10:37:45 -05:00
    • code-server_4.0.0_amd64.deb
      211 MiB
      2025-06-03 10:37:58 -05:00
    • code-server_4.0.0_arm64.deb
      210 MiB
      2025-06-03 10:38:11 -05:00
    • code-server_4.0.0_armhf.deb
      186 MiB
      2025-06-03 10:38:20 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.12.0 798dc0baf2
    Compare

    v3.12.0 Stable

    giteasync released this 2021-09-15 14:54:06 -05:00 | 1108 commits to main since this release

    v3.12.0

    VS Code v1.60.0

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    New Features

    • Upgraded VS )code to 1.60.0
    • Migrated to vscode fork
    • Partial support for Coder Link (WIP)

    Bug Fixes

    • Updated tests to reflect upstream changes

    Documentation

    • Fixed several documentation bugs
    Downloads
    • code-server-3.12.0-amd64.rpm
      122 MiB
      2025-06-03 10:35:24 -05:00
    • code-server-3.12.0-arm64.rpm
      121 MiB
      2025-06-03 10:35:33 -05:00
    • code-server-3.12.0-armhfp.rpm
      113 MiB
      2025-06-03 10:35:39 -05:00
    • code-server-3.12.0-linux-amd64.tar.gz
      94 MiB
      2025-06-03 10:35:45 -05:00
    • code-server-3.12.0-linux-arm64.tar.gz
      93 MiB
      2025-06-03 10:35:52 -05:00
    • code-server-3.12.0-linux-armv7l.tar.gz
      86 MiB
      2025-06-03 10:35:57 -05:00
    • code-server-3.12.0-macos-amd64.tar.gz
      92 MiB
      2025-06-03 10:36:04 -05:00
    • code-server_3.12.0_amd64.deb
      123 MiB
      2025-06-03 10:36:10 -05:00
    • code-server_3.12.0_arm64.deb
      122 MiB
      2025-06-03 10:36:17 -05:00
    • code-server_3.12.0_armhf.deb
      113 MiB
      2025-06-03 10:36:25 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.11.1 911af4075f
    Compare

    v3.11.1 Stable

    giteasync released this 2021-08-06 14:17:30 -05:00 | 1218 commits to main since this release

    v3.11.1

    VS Code v1.57.1

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    Bug Fixes

    ⭐ Fix server worker path and fix issue with webviews not loading resources!

    • Fix "serviceWorker.js" path #3829 @cuining
    • fix(lib/vscode): patch authority in asWebviewUri #3895 @jsjoeio

    Documentation

    ⭐ Updates and a new section for how to uninstall code-server

    • chore: update guides.md header to Accessing Web Services #3819 @khorne3
    • docs(install): add uninstall instructions #3840 @jsjoeio

    Development

    ⭐ Lots of new tests added and a fix to update dependency requirements

    • chore: Update dependency requirements. Fix node version manager #3831 @TeffenEllis
    • chore: update coverage thresholds #3832 @jsjoeio
    • refactor: only accept string in pathToFsPath #3812 @jsjoeio
    • feat: add registerRequireOnSelf on function #3760 @jsjoeio
    • feat: add tests for shouldEnableProxy #3846 @jsjoeio
    • refactor: clean up test file structure #3866 @jsjoeio
    • feat: add more tests for proxy.ts #3858 @jsjoeio
    • chore: bump tar with resolutions #3899 @jsjoeio

    Cheers! 🍻

    Downloads
    • code-server-3.11.1-amd64.rpm
      111 MiB
      2025-06-03 10:34:40 -05:00
    • code-server-3.11.1-arm64.rpm
      110 MiB
      2025-06-03 10:34:46 -05:00
    • code-server-3.11.1-linux-amd64.tar.gz
      83 MiB
      2025-06-03 10:34:51 -05:00
    • code-server-3.11.1-linux-arm64.tar.gz
      81 MiB
      2025-06-03 10:34:58 -05:00
    • code-server-3.11.1-macos-amd64.tar.gz
      80 MiB
      2025-06-03 10:35:03 -05:00
    • code-server_3.11.1_amd64.deb
      111 MiB
      2025-06-03 10:35:10 -05:00
    • code-server_3.11.1_arm64.deb
      110 MiB
      2025-06-03 10:35:16 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.11.0 c041986976
    Compare

    v3.11.0 Stable

    giteasync released this 2021-07-14 14:20:40 -05:00 | 1290 commits to main since this release

    VS Code v1.57.1

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    New Features

    ⭐ Upgraded VSCode to v1.57

    • feat(vscode): upgrade to version 1.57.1 #3544 @oxy @code-asher

    Bug Fixes

    ⭐ Fix logout for those behind a reverse proxy

    • Fix logout when using a base path (#3608) #3611 @code-asher

    Documentation

    ⭐ Lots of reorganizing to make them easier to refer, and some new information!

    • docs: add Pomerium #3424 @desimone
    • docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
    • docs: remove toc from changelog @oxy @jsjoeio
    • docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
    • docs: move release process to MAINTAINING.md #3441 @oxy @Prashant168
    • docs: format 'Caddy' from guide.md @PisecesPeng

    Development

    ⭐ Move to Node v14, use Argon2 for pw hashing, and CI work 👷

    • chore: cross-compile docker images with buildx #3166 @oxy
    • chore: update node to v14 #3458 @oxy
    • chore: update .gitignore #3557 @cuining
    • fix: use sufficient computational effort for password hash #3422 @jsjoeio
    • docs(CONTRIBUTING): add section on testing #3629 @jsjoeio

    Development

    • fix(publish): update cdrci fork in brew-bump.sh #3468 @jsjoeio
    • chore(dev): migrate away from parcel #3578 @jsjoeio

    Cheers! 🍻

    Downloads
    • code-server-3.11.0-amd64.rpm
      111 MiB
      2025-06-03 10:33:54 -05:00
    • code-server-3.11.0-arm64.rpm
      110 MiB
      2025-06-03 10:34:01 -05:00
    • code-server-3.11.0-linux-amd64.tar.gz
      83 MiB
      2025-06-03 10:34:05 -05:00
    • code-server-3.11.0-linux-arm64.tar.gz
      81 MiB
      2025-06-03 10:34:14 -05:00
    • code-server-3.11.0-macos-amd64.tar.gz
      80 MiB
      2025-06-03 10:34:18 -05:00
    • code-server_3.11.0_amd64.deb
      111 MiB
      2025-06-03 10:34:24 -05:00
    • code-server_3.11.0_arm64.deb
      110 MiB
      2025-06-03 10:34:31 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.10.2 4fc8d98610
    Compare

    v3.10.2 Stable

    giteasync released this 2021-05-21 18:08:46 -05:00 | 1555 commits to main since this release

    v3.10.2

    VS Code v1.56.1

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between installations.

    New Features

    • feat: support extraInitContainers in helm chart values #3393 @strowk
    • feat: change extraContainers to support templating in helm chart #3393 @strowk

    Bug Fixes

    • fix: use correct command to Open Folder on Welcome page #3437 @jsjoeio

    Development

    • fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio

    Cheers! 🍻

    Downloads
    • code-server-3.10.2-amd64.rpm
      89 MiB
      2025-06-03 10:33:16 -05:00
    • code-server-3.10.2-arm64.rpm
      87 MiB
      2025-06-03 10:33:22 -05:00
    • code-server-3.10.2-linux-amd64.tar.gz
      72 MiB
      2025-06-03 10:33:28 -05:00
    • code-server-3.10.2-linux-arm64.tar.gz
      70 MiB
      2025-06-03 10:33:31 -05:00
    • code-server-3.10.2-macos-amd64.tar.gz
      68 MiB
      2025-06-03 10:33:35 -05:00
    • code-server_3.10.2_amd64.deb
      89 MiB
      2025-06-03 10:33:42 -05:00
    • code-server_3.10.2_arm64.deb
      87 MiB
      2025-06-03 10:33:47 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.10.1 c56304cf4f
    Compare

    v3.10.1 Stable

    giteasync released this 2021-05-17 13:58:23 -05:00 | 1575 commits to main since this release

    v3.10.1

    VS Code v1.56.1

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    Bug Fixes

    • fix: Check the logged user instead of $USER #3330 @videlanicolas
    • fix: Fix broken node_modules.asar symlink in npm package #3355 @code-asher
    • fix: Update cloud agent to fix version issue #3342 @oxy

    Documentation

    • docs(install): add raspberry pi section #3376 @jsjoeio
    • docs(maintaining): add pull requests section #3378 @jsjoeio
    • docs(maintaining): add merge strategies section #3379 @jsjoeio
    • refactor: move default PR template #3375 @jsjoeio
    • docs(contributing): add commits section #3377 @jsjoeio
    • docs(maintaining): add process for release managers #3360 @jsjoeio

    Development

    • chore: ignore updates to microsoft/playwright-github-action
    • fix(socket): use xdgBasedir.runtime instead of tmp #3304 @jsjoeio
    • fix(ci): re-enable trivy-scan-repo #3368 @jsjoeio

    Cheers! 🍻

    Downloads
    • code-server-3.10.1-amd64.rpm
      89 MiB
      2025-06-03 10:32:35 -05:00
    • code-server-3.10.1-arm64.rpm
      87 MiB
      2025-06-03 10:32:48 -05:00
    • code-server-3.10.1-linux-amd64.tar.gz
      72 MiB
      2025-06-03 10:32:52 -05:00
    • code-server-3.10.1-linux-arm64.tar.gz
      70 MiB
      2025-06-03 10:32:55 -05:00
    • code-server-3.10.1-macos-amd64.tar.gz
      68 MiB
      2025-06-03 10:32:59 -05:00
    • code-server_3.10.1_amd64.deb
      89 MiB
      2025-06-03 10:33:06 -05:00
    • code-server_3.10.1_arm64.deb
      87 MiB
      2025-06-03 10:33:10 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 12 13 14 15 16 ... Next Last
Powered by Gitea Version: 1.25.5 Page: 159ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API