Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Releases: fabasoad/ghacu

v2.0.4

03 Aug 13:43
85cb47a
Compare
Choose a tag to compare

Features

#11 - Add progress bar indicator
#53 - Add support of "Silent" output type

Improvements

#50 - Increase tests coverage to 70%

Breaking changes

  • --output-type now has Console, Logger, Silent possible values instead of Color and NoColor.
  • --log-level default value is Information instead of Error.
  • --cache (Default: Yes) is changed to --no-cache (Default: false). So, --no-cache should be added instead of adding --cache No in case you need to disable cache.
  • --no-colors should be added instead of --output-type NoColor in case you need to disable colors.

v2.0.3

25 Jul 03:31
8bd096d
Compare
Choose a tag to compare

Bug fixes

#47 - Semmle LGTM fails

Improvements

#40 - Read version from environment variable
#41 - Improve repository appearance
#45 - Increase tests coverage to 60%

v2.0.2

20 Jul 07:18
9f338d9
Compare
Choose a tag to compare

Features

#15 - Add support of different colors in console output text

Bug fixes

#14 - ghacu is not added to PATH env by default
#35 - Remove ghacu.nuspec

Improvements

#36 - Increase test coverage to 50%

Breaking changes

  • All short names have been removed.
  • no-cache is changed to cache. So, you need to use --cache No instead of --no-cache.

v2.0.1

11 Jul 01:43
Compare
Choose a tag to compare

Bug fixes

#28 - Fix CI failures
#31 - Exception is thrown if repository doesn't exist

Improvements

#29 - Increase test coverage to 20%

v2.0.0

08 Jul 10:03
Compare
Choose a tag to compare

Bug fixes

#26 - v1.1.5 can't find latest versions

Improvements

#27 - Increase tests coverage to 15%

v1.1.5

04 Jul 13:20
Compare
Choose a tag to compare

Bug fixes

#6 - "API rate limit exceeded for ..." error occurs after running ghacu many times
#13 - Add parallel running support

v1.1.4

03 Jul 12:02
Compare
Choose a tag to compare

Bug fixes

#17 - Actions upgraded from v2 to v2.3.1.3.1.3.1.3.1.3.1 instead of v2.3.1

v1.1.3

22 Apr 04:50
Compare
Choose a tag to compare

Bug fixes

#4 - ghacu proposes to upgrade action from v1 to v0.1.0
#5 - It's impossible to uninstall manually old version of ghacu

Improvements

  • Fixing all warnings found by StyleCop

v1.1.2

21 Apr 12:38
Compare
Choose a tag to compare

Bug fixes

#3 - Fixing issue when ghacu failed in case action doesn't have any release

Improvements

  • Adding PowerShell Lint CI workflow
  • Some changes in CONTRIBUTING.md

v1.1.1

09 Apr 06:49
Compare
Choose a tag to compare

Bug fixes

#2 - Fix caching file location.

Improvements

  • Fix some warnings found by StyleCop analyzer.
  • Create installers for win-x64 and win-x86.