Releases: codecrafters-io/cli
Releases · codecrafters-io/cli
v52
v50
v49
Changelog
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
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
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
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