Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: smallhadroncollider/cmt

0.7.1

26 Jan 12:40
Compare
Choose a tag to compare
  • adds --no-color option

Installation

  • Mac (Homebrew): brew install cmt
  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.7.1_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.7.0

25 Jan 21:16
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • adds help option -h
  • adds version option -v
  • adds .cmt path option -c
  • add dry-run option --dry-run

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.7.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.6.0

24 Jan 22:51
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • streams git commit process so you can see what's going on

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.6.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.5.0

26 Mar 20:35
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Can now use input parts in pre-defined messages (thanks @stites)

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.5.0_x86-64-linux.deb

0.4.0

08 Mar 20:07
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • added predefined message support

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.4.0_x86-64-linux.deb

0.3.0

07 Mar 17:21
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • fixed various bugs
  • stores previous commit message on failure

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.3.0_x86-64-linux.deb

0.2.1

07 Mar 15:51
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • added a % option to list staged files

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.2.1_x86-64-linux.deb

0.2.0

06 Mar 13:01
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • added comments to .cmt format

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.2.0_x86-64-linux.deb

0.1.3

05 Mar 14:18
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • searches home directory for .cmt file if none found
  • removed POSIX specific path issue

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i cmt-0.1.3_x86-64-linux.deb

0.1.2

04 Mar 16:22
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • searches up directory structure for .cmt file

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)