All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.5.1 - 2024-07-23
- The
reset
command is added to the CLI application.
v1.5.0 - 2024-07-22
- The
whoami
command displays the current Git branch. - New
reset
command.
v1.4.0 - 2024-07-19
- Added the
--branch|-b
option to thepair
command. Closes #14.
v1.3.1 - 2024-07-18
- Fixed a bug where the
unpair
command didn't reset the former user/persona correctly.
v1.3.0 - 2024-07-17
- New
unpair
command.
v1.2.2 - 2024-07-12
- Attested dist builds.
v1.2.1 - 2023-11-28
- Distribution via PHAR.
v1.2.0 - 2023-11-28
- Removed support for PHP
8.0
.
v1.1.2 - 2017-05-10
- Let
git config
collect the persona details from global > local > conditional includes. Fixes #5.
v1.1.1 - 2017-05-02
- Exclude release related utilities from release.
v1.1.0 - 2017-05-02
- Additional
--edit|-e
option onpersonas
command to edit persona details. Closes #4.
v1.0.4 - 2017-04-08
- Fix dotfile spelling. Fixes #2.
v1.0.3 - 2017-04-04
- Fix pair detection. Fixes #3.
v1.0.2 - 2017-04-04
- Additional guard against dual alias and aliases argument usage on
use
command.
- Fix usage of single persona alias. Fixes #1.
v1.0.1 - 2017-04-03
- Some minor bug fixes.
- First release.