Tags: homer0/codebox
Tags
chore(release): 2.0.0 [skip ci] # [2.0.0](1.1.1...2.0.0) (2024-03-29) ### Bug Fixes * ensure prod env before installing deps ([0711eed](0711eed)) * update base Node versions to 18 and 20 ([1aa3a1a](1aa3a1a)) ### BREAKING CHANGES * Node 14 and 16 were removed from the box
chore(release): 1.1.0 [skip ci] # [1.1.0](1.0.2...1.1.0) (2022-07-13) ### Bug Fixes * add missing dockerignore ([bf563da](bf563da)) * change replace logic for the entrypoint ([90bcb78](90bcb78)) * remove Node 12 from nvm ([a5cf31e](a5cf31e)) * upgrade vsx files for the dev box ([4a2f86c](4a2f86c)) * use ENTRYPOINTD ([20ff072](20ff072)) ### Features * add support for custom icons ([5975f2d](5975f2d))
chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-03-20) ### Bug Fixes * add scripts to install and run the CLI ([dd09828](dd09828)) * add support for hashed-password in the utility ([ce18113](ce18113)) * load nvm directly ([89685d3](89685d3)) * never log undefined ([d1b60d9](d1b60d9)) * only create config.yaml if it doesn't exist ([8a20b32](8a20b32)) * only install prod deps for the CLI ([e35ac32](e35ac32)) * only run prepare script on dev ([428bad0](428bad0)) * remove Copilot for now ([a505780](a505780)) * remove unnecessary aliases ([979e66e](979e66e)) * remove unnecessary instruction ([d091407](d091407)) * replace env and utils with the CLI ([93ea1ac](93ea1ac)) * setup locales ([064682f](064682f)) * stop replacing zsh theme in the Dockerfile ([846ac87](846ac87)) * write code-server config with CLI ([39848c4](39848c4)) ### Features * add initial setup for the box ([d02c55d](d02c55d)) * allow custom domain ([74e629e](74e629e)) * allow for custom label on the terminal ([9085af5](9085af5)) * copy vscode keybindings ([d3ea10d](d3ea10d)) * copy vscode user settings ([1789370](1789370)) * install vscode extensions ([0399b5d](0399b5d)) * remove the need for build args ([82ee108](82ee108)) * setup all Node LTS versions ([9941b0b](9941b0b)) * setup code-server ([e083ae3](e083ae3)) * setup nginx ([7ffdcbf](7ffdcbf))