Check It Out Versions Save

A command line interface for Git Checkout. See branches available for checkout.

v2.0.0

5 years ago

[2.0.0] - 2019-02-11

Notes

This release fixes github-flagged security issues, adds in a message center to help log some CIO activity, and sets up the codebase for some future features. Unfortunately with this release, we'll be losing support for node 4 and node 5 due to a bump in major versions of Babel. Looking forward to 2.1.0, we can expect to see the ability to filter branches.

Added

  • CIO-0 Add CODEOWNERS
  • CIO-277 Add status bar container interface
  • CIO-280 Add message center and replace message interface

Removed

  • CIO-296 Remove screen title property from interface

Security

  • CIO-281 Update multiple dependencies to resolve vulnerabilities

v1.0.2

5 years ago

[1.0.2] - 2018-10-05

Notes

Added CIO to some issue aggregating sites. Pretty neat! Started utilizing hactoberfest tags as well as first-timers-only tags to get some of the lighter issues some visibility.

Added

  • CIO-259 User can now terminate loading states with escape hotkeys (q, esc, C-c) :fire: :fire: :fire: :fire: :fire:
  • CIO-260 Add first-timers-only badge to readme

Changed

v1.0.1

5 years ago

Learned that rawgit provides a cdn service for hosting resources. Utilizing this to help keep the logo rendered on the npm readme.

v1.0.0

5 years ago

Thanks for everyone's support!

We've finally made it to our v1.0.0 release! I feel Check It Out has made it to a good place. Development may slow down a bit and feature development may continue when time permits.

This release includes the addition of the Check It Out logo as well as a minor bug fix where some loading text was not rendering.

v0.9.2

5 years ago

[0.9.2] - 2018-07-19

Notes

Some minor changes in preparation for 1.0.0

Added

  • CIO-203 Add configuration for sort date option

Changed

  • CIO-198 Change function declarations to const

Fixed

  • CIO-120 Fix table width to show scrollbar

v0.9.1

5 years ago

[0.9.1] - 2018-07-16

Notes

Found some documentation issues. Had to update readme image paths. Currently NPM does not have a way to update the readme on npmjs.org without publishing a patch. If I am wrong, please let me know. Thanks everyone!

v0.9.0

5 years ago

[0.9.0] - 2018-07-16

Notes

Added

Changed

  • CIO-205 Update table header name.
  • CIO-206 Update gifs.
  • CIO-207 Changed homepage url in package json.
  • CIO-212 Change refresh hotkey from r to Ctrl+r
  • CIO-217 Update readme regarding windows compatibility.
  • CIO-221 Update readme with new <kbd> elements.
  • CIO-226 Change git log config from single string to array of strings. Breaks git log
  • CIO-227 Update git log gif

Fixed

  • CIO-235 Change Dangerfile. PR to master will fail.

v0.8.0

5 years ago

Additions

  • #56 Finallyyyy fixed the issue where users were not able to check out grouped branches. Branch names with / in them can now be checked out.

Changes

  • #190 Removed a phantom dependency
  • #187 Added a bot config to track stale issues
  • #196 Updated how remotes were listed
  • #200 Fixed some regression bugs

Other Notes

  • CIO Should be slightly faster. We reduced the call to git so we should not have to fetch data so often.
  • Added loading text when the app first starts and when you decide you want to fetch again with [r]

Cheers!

v0.7.11

5 years ago

Additions

  • Added Travis CI
  • Added some workflow dev dependencies.
    • Lint-staged is now implemented with husky to lint files on commit

v0.7.10

5 years ago

Changes

  • Updated some package.json scripts to include prepublishOnly
  • Updated node version requirements on documentation
  • Changed manual install instructions