Skip to content

Releases: codecrafters-io/cli

v52

25 Feb 03:32
d804d8d

Choose a tag to compare

Changelog

  • d804d8d Merge pull request #77 from codecrafters-io/andy/fix-gitignore
  • 8360e9e Add test case to GitIgnore to match paths within baseDir only
  • 81f24b4 Update installation scripts to increment CODECRAFTERS_CLI_VERSION from v49 to v50 for the latest release.

v50

24 Feb 07:06
0921935

Choose a tag to compare

v50

Changelog

  • 0921935 Merge pull request #76 from codecrafters-io/andy/tweak-help
  • a6e192a Update usage examples in main.go to remove duplicate submit command entry
  • 063b6d7 Update default version to v49 in install scripts for consistency.

v49

22 Feb 03:20
b7a23c0

Choose a tag to compare

v49

Changelog

  • b7a23c0 Merge pull request #75 from codecrafters-io/cursor/submit-changes-newline-e621
  • ef27279 Add explicit newline after submit status message
  • 597b92d Update installation scripts to increment CODECRAFTERS_CLI_VERSION from v47 to v48, ensuring the latest version is used during installation.

v48

20 Feb 09:46
8228104

Choose a tag to compare

v48

Changelog

  • 8228104 Merge pull request #68 from codecrafters-io/andy/tweak-gitignore
  • c779ecc Enhance GitIgnore tests to verify that the .git directory and its contents are not skipped. Added new test cases to ensure proper handling of paths related to the .git directory, reinforcing the logic implemented in the GitIgnore functionality.
  • b6a13a5 Merge pull request #74 from codecrafters-io/andy/update-v47
  • 061ad4b Update install.sh to increment CODECRAFTERS_CLI_VERSION from v46 to v47, ensuring the latest version is used during installation.
  • b7bb2e2 Enhance GitIgnore logic to prevent skipping the .git directory and its contents. This update ensures that any files within the .git directory are treated correctly, improving the handling of ignored files in version control.
  • 04a0d5c Enhance GitIgnore functionality to ensure the .git directory is never skipped. This change improves the handling of ignored files by explicitly allowing the .git directory, even if specified in .gitignore files.

v47

16 Feb 02:02
8dbdd08

Choose a tag to compare

v47

Changelog

  • 8dbdd08 Merge pull request #73 from codecrafters-io/andy/lower-macos-min-version
  • 4b2bc25 Update .goreleaser.yml to include MACOSX_DEPLOYMENT_TARGET environment variable for builds, enhancing compatibility with macOS.
  • b460df3 Merge pull request #71 from codecrafters-io/andy/password-prompt
  • 194d4c3 Refactor user prompts in install.sh to streamline admin access notifications. Updated messages to emphasize potential password entry during installation, enhancing clarity for users.
  • a6f6576 Enhance user prompts in install.sh to clarify admin access requirements during installation. Updated messages to provide clearer instructions for entering admin passwords.
  • aaf2a38 Merge pull request #70 from codecrafters-io/andy/update-install-ps1
  • 6d57f4b Improve success message formatting in install.ps1 by changing the foreground color to DarkGreen and adding a space for better readability.
  • c3b4bc7 Enhance user prompts in install.ps1 for better clarity during installation. Updated download messages and success confirmation to improve user experience.
  • 2e5556f Merge pull request #69 from codecrafters-io/update-install-script-prompts
  • ee9f933 Update install.sh to improve user prompts and remove redundant messages.
  • 047dce7 Merge pull request #67 from codecrafters-io/andy/support-windows
  • b7b2628 Refactor PATH environment variable update in install.ps1
  • fa79f38 Refactor GitHub Actions workflow for Windows to use dot-sourcing for install.ps1
  • e384158 Add Windows installation script for CodeCrafters CLI
  • 8fd4239 Update CODECRAFTERS_CLI_VERSION to v46 in install.sh script.

v46

08 Jan 17:55
98a1159

Choose a tag to compare

v46

Changelog

  • 98a1159 Merge pull request #66 from codecrafters-io/andy/add-git2
  • 600df64 Update CodecraftersServerURL to support additional Git remote URL
  • 9b58328 Merge pull request #65 from codecrafters-io/update-cli-version-to-v45
  • 5c3b70f Update CODECRAFTERS_CLI_VERSION to v45 in install.sh script.

v45

06 Jan 16:40
48fc311

Choose a tag to compare

v45

Changelog

  • 48fc311 Merge pull request #64 from codecrafters-io/feat-add-ping-command
  • 8a16a3e feat(ping): add ping command to test connection to repository
  • 56b8f56 Merge pull request #63 from codecrafters-io/feat-add-codecrafters-client-methods
  • 2bf3070 feat(client): add new client methods for CodeCrafters API
  • 34f1d55 Merge pull request #62 from codecrafters-io/andy/tweak
  • 2667a1a Remove password prompts for directory creation and binary installation in install.sh
  • a594cc2 Refactor installation script to simplify password handling during codecrafters binary installation
  • d39a242 Enhance installation script to handle directory creation with password prompt
  • 324c993 Add directory creation for installation path in install.sh
  • 77e6db2 update default install

v44

04 Nov 03:46
a1f9117

Choose a tag to compare

v44

Changelog

  • a1f9117 Merge pull request #61 from codecrafters-io/progress-bar
  • a991af8 update await terminal
  • 76cd8c3 Merge pull request #60 from codecrafters-io/use-actions
  • 1ec979b update progress bar print
  • 1744df8 update logging
  • 38af793 fix logging
  • eca4fc1 update
  • b3803a3 update
  • 45de908 Add support for executing dynamic actions with new action and client methods.
  • 3f9e370 update await autofix
  • 4db24da add terminal autofix
  • a457b27 update
  • 2445ca4 Refactor version handling to use utils instead of client in multiple files.
  • 449f3ac Refactor client package and update action definitions across the codebase.
  • 56a6899 Refactor error handling in await_terminal_build_status and await_terminal_submission_status actions
  • c318ab6 Refactor action handling to remove CodecraftersClient dependency and use funcs.
  • 6088428 Add action handling and execution framework with various action types.
  • e8b272c Merge pull request #57 from codecrafters-io/arpan/create-v43
  • 85bedeb update default CODECRAFTERS_CLI_VERSION to v43 in install.sh

v43

16 Oct 09:44
ecc4b87

Choose a tag to compare

v43

Changelog

  • ecc4b87 Merge branch 'rename-cli-docs-to-task'
  • 7d32596 Rename 'docs' command to 'task' and update related functionality accordingly.

v42

15 Oct 23:07
8e7f3cf

Choose a tag to compare

v42

Changelog

  • 8e7f3cf Merge pull request #55 from codecrafters-io/andy/tweak
  • eb58e20 Refactor DocsCommand to use GetDocsMarkdown method for rendering instructions