All notable changes to this project will be documented in this file. As best we can, this project will adhere to Semantic Versioning.
- Upgraded to Go 1.17
- Fixed an issue with Mercurial complaining about untrusted hgrc files.
- Fixed an issue with detecting problems in newer versions of Git.
- Upgraded to Go 1.13.
- Project/Packaging tweaks.
- Rebuilt with Go 1.12.
- Fixed some occasional Mercurial errors.
- Added the ability to indicate the presence of staged/shelved changes.
- Will now bail on retreiving VCS information if a file named
.novcsinfo
is found in the directory or a parent directory while searching for the repository root. - Added command-line options that can be used to cover the same functionality as all the environment variables that are used.
- Added options to specify per-VCS format strings.
- Fixed an issue where a crash would occur if executed somewhere within a
repository's
.git
directory.
- Initial public release.