hit-on/CHANGELOG.md

103 lines
4.5 KiB
Markdown
Raw Normal View History

2019-02-05 07:14:56 +03:00
# Changelog
`hit-on` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
### Unreleased: 0.2.0.0
* [#150](https://github.com/kowainik/hit-on/issues/150):
Add `--include-untracked` option to `hit stash` command.
(by [@mstruebing](https://github.com/mstruebing)).
* [#65](https://github.com/kowainik/hit-on/issues/55):
Add `--issue` option to `hit new` command to create issue.
(by [@bangn](https://github.com/bangn)).
* [#127](https://github.com/kowainik/hit-on/issues/127):
Assign user to issue on `hit new --issue` command.
(by [@chshersh](https://github.com/chshersh)).
* [#15](https://github.com/kowainik/hit-on/issues/15):
When the new branch for the issue is created, add the user as an assignee to
this issue.
(by [@vrom911](https://github.com/vrom911)).
* [#125](https://github.com/kowainik/hit-on/pull/125):
Move to the newer `relude-0.6.0.0`.
(by [@vrom911](https://github.com/vrom911)).
* [#133](https://github.com/kowainik/hit-on/pull/133):
Move to GHC-8.8.2.
* Use `colourista` for terminal output formatting.
* [#151](https://github.com/kowainik/hit-on/issues/151):
Print the issue link with `hit new NUM` and `hit new --issue` commands.
* [#149](https://github.com/kowainik/hit-on/issues/149):
Improve the `hit status` command to show shorter status signs on big files.
* [#156](https://github.com/kowainik/hit-on/issues/156):
Strip `[RFC]` prefix from issues in branch names and commit messages.
* [#152](https://github.com/kowainik/hit-on/issues/152):
Filter out PRs from the list of all issues in the `hit issue` command.
* [#154](https://github.com/kowainik/hit-on/issues/154):
Add `--date=now` to the `amend` command.
* [#157](https://github.com/kowainik/hit-on/issues/157):
Add milestone related options to the `hit issue` command:
* `-m|--current-milestone` — filter out issues in the current milestone.
* `--milestone=ID` — filter out issues in the given milestone.
* [#148](https://github.com/kowainik/hit-on/issues/148):
Ignore dots (`.`) in the branch names to avoid `git` failures.
* [#155](https://github.com/kowainik/hit-on/issues/155):
Notify on an empty list of the issues.
2019-08-03 14:50:23 +03:00
### 0.1.0.0 — Aug 3, 2019
2019-08-03 14:50:23 +03:00
* [#85](https://github.com/kowainik/hit-on/issues/85):
Make `hit commit` command take the commit name from the corresponding issue
name, if it is currently applicable (the branch name has the info about issue
number)
(by [@vrom911](https://github.com/vrom911)).
* [#63](https://github.com/kowainik/hit-on/issues/63),
[#79](https://github.com/kowainik/hit-on/issues/79),
[#86](https://github.com/kowainik/hit-on/issues/86):
2019-08-03 14:50:23 +03:00
Implement `hit status` command with pretty output
(by [@chshersh](https://github.com/chshersh)).
* [#72](https://github.com/kowainik/hit-on/issues/72):
Allow `hit new` command to receive branch names as long as issue numbers
(by [@vrom911](https://github.com/vrom911)).
* [#89](https://github.com/kowainik/hit-on/issues/89):
Add `-p|push` and `-f|force` flags to `hit commit` command
(by [@vrom911](https://github.com/vrom911)).
* [#81](https://github.com/kowainik/hit-on/issues/81):
Implement `hit diff` command with pretty diff
(by [@chshersh](https://github.com/chshersh)).
2019-07-28 15:59:11 +03:00
* [#67](https://github.com/kowainik/hit-on/issues/67):
2019-08-03 14:50:23 +03:00
Implement `hit stash` and `hit unstash` commands
(by [@chshersh](https://github.com/chshersh)).
* [#77](https://github.com/kowainik/hit-on/issues/77):
2019-08-03 14:50:23 +03:00
Implement `hit clear` command
(by [@chshersh](https://github.com/chshersh)).
* [#82](https://github.com/kowainik/hit-on/issues/82):
2019-08-03 14:50:23 +03:00
Add `--force` flag to `hit fix` command
(by [@vrom911](https://github.com/vrom911)).
* [#80](https://github.com/kowainik/hit-on/issues/80):
2019-08-03 14:50:23 +03:00
Add `hit uncommit` command
(by [@vrom911](https://github.com/vrom911)).
2019-07-30 12:30:54 +03:00
* [#69](https://github.com/kowainik/hit-on/issues/69):
2019-08-03 14:50:23 +03:00
Write autocompletion instructions
(by [@chshersh](https://github.com/chshersh)).
* [#49](https://github.com/kowainik/hit-on/issues/49):
Configure OSX releases on Travis CI
(by [@chshersh](https://github.com/chshersh)).
* [#96](https://github.com/kowainik/hit-on/issues/96):
Add table of all commands to README
(by [@vrom911](https://github.com/vrom911)).
* [#35](https://github.com/kowainik/hit-on/issues/35):
Write unit tests for URL parsing functions
(by [@kahlil29](https://github.com/kahlil29)).
* Bump up to GHC 8.6.5
(by [@chshersh](https://github.com/chshersh)).
* Bump up to `relude-0.5.0`
(by [@chshersh](https://github.com/chshersh)).
### 0.0.0
2019-02-05 07:14:56 +03:00
* Initially created.
[1]: https://pvp.haskell.org
[2]: https://github.com/kowainik/hit-on/releases