Releases: ptsochantaris/trailer-cli
Releases · ptsochantaris/trailer-cli
Version 1.0.6
- Default page size reduced to 50 from 100 to prevent GitHub queries from failing as often when querying large sets of repositories. As always
-page-size X
on update queries can control the actual page size used (where X is from 10 to 100) - Compiled with latest Xcode 9.3 and Swift 4.1 to keep things optimised
Version 1.0.5
Option to provide a custom list of fields when listing PRs and Issues.
- Minimal example:
trailer list items -fields title,url
- Full example:
trailer list items -fields type,number,title,repo,branch,author,created,updated,url,labels
Version 1.0.4
- Including branch names in PR details
- Added
-from
parameter to limit syncing only to a specific repository rather than every configured repository.
Version 1.0.3
Using a larger stack size to avoid crashes on complicated syncs.
Version 1.0.2
Compiled with the latest Xcode 9.1 toolchain to improve stability, especially as mentioned in #1
Version 1.0.1
-set-default
option for theconfig
command to set default visibility of new repos.-token test
option to run a quick verification call for the stored API token.- When refreshing a PR on-the-spot using the
show
command with the-refresh
option, you will also now see if it has been merged, and how long ago.
Version 1.0.0
- The
config
command will no longer affect all repos by default. Instead the user must provide at least one filtering argument. - Added repository filtering arguments:
-active
and-inactive
to filter for repositories configured to provide at least one type of item, or no items, respectively.
Version 0.9.9
- Conflicting PRs will have an "x" prefix, instead of a ">" prefix which still signifies mergeable PRs. The colouring of the prefix (red/yellow/green) now solely conveys CI status.
- Fixed new repository summary line to actually say it's a new repo.
- Listing labels is a tiny bit faster.
Version 0.9.8
New -refresh
option when show
ing an issue or PR, to quickly update the item from GitHub. If -comments
is added, then new comments will be fetched too.
Version 0.9.7
- Case-insensitive command-line arguments.
-V
option replaced by-debug
option.- Added help text for
-page-size
option. - Help text formatting/wrapping improvements.
- Code cleanups.