Skip to content

Releases: ptsochantaris/trailer-cli

Version 1.0.6

18 Apr 15:13
Compare
Choose a tag to compare
  • 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

23 Nov 17:36
Compare
Choose a tag to compare

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

23 Nov 12:54
Compare
Choose a tag to compare
  • 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

10 Nov 20:23
Compare
Choose a tag to compare

Using a larger stack size to avoid crashes on complicated syncs.

Version 1.0.2

01 Nov 22:54
Compare
Choose a tag to compare

Compiled with the latest Xcode 9.1 toolchain to improve stability, especially as mentioned in #1

Version 1.0.1

30 Sep 09:17
Compare
Choose a tag to compare
  • -set-default option for the config 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

27 Sep 20:50
Compare
Choose a tag to compare
  • 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

24 Sep 22:41
Compare
Choose a tag to compare
  • 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

19 Sep 23:10
Compare
Choose a tag to compare

New -refresh option when showing 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

17 Sep 10:53
Compare
Choose a tag to compare
  • 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.