Skip to content

Releases: hugoalh/disk-space-optimizer-ghaction

0.8.1

18 Jan 06:55
Compare
Choose a tag to compare

〰️ Changes

0.8.0

15 Jan 05:46
Compare
Choose a tag to compare

💥 Break Changes

  • Change target GitHub Actions Runner to >= v2.311.0 (@hugoalh)(N/A)

〰️ Changes

0.7.2

23 Nov 04:11
Compare
Choose a tag to compare

〰️ Changes

0.7.1

03 Nov 03:09
Compare
Choose a tag to compare

〰️ Changes

0.7.0

16 Sep 05:51
Compare
Choose a tag to compare

🔦 Spotlights

  • Add ability to control optimization methods via fine-switches (@hugoalh)

💥 Break Changes

  • Change target GitHub Actions Runner from >= v2.303.0 to >= v2.308.0 (@hugoalh)(N/A)

〰️ Changes

  • Add inputs' fine-switches and switch groups (@hugoalh)(N/A)
  • Improve control for WMIC (@hugoalh)(N/A)
  • Improve optimization strategy (@hugoalh)(N/A)
  • Update list (@hugoalh)(N/A)

0.6.0

26 Aug 08:58
Compare
Choose a tag to compare
  • ADD: Added config to set sudo mode
  • ADD: Added input operate_sudo
  • CHANGE: Changed default operate mode to non-sudo in order to reduce impacts

0.5.0

24 Jul 08:46
Compare
Choose a tag to compare
  • CHANGE: Refactored all of the inputs in order to present tons of available options
  • CHANGE: Updated list

0.4.1

07 Jul 07:45
Compare
Choose a tag to compare
  • CHANGE: Updated list

0.4.0

02 Jul 04:46
Compare
Choose a tag to compare
  • ADD: Added experimental support to operate in asynchronously to reduce the operation duration (input operate_async)
  • CHANGE: Fixed issues cause by conflicted race operations
  • CHANGE: Fixed issues cause by the PowerShell toolkit
  • CHANGE: Renamed inputs:
    • aptcache to cache_apt
    • homebrewcache to cache_homebrew
    • npmcache to cache_npm
  • CHANGE: Updated list
  • REMOVE: Removed deprecated inputs

0.3.0

28 Jun 04:03
Compare
Choose a tag to compare
  • ADD: Added inputs:
    • homebrewcache
    • npmcache
  • ADD: Added support for Chocolatey, Homebrew, and Pipx
  • CHANGE: Fixed administration privilege issues on non-Windows runner
  • CHANGE: Fixed non-exist items are shown as removable
  • CHANGE: Improved log
  • CHANGE: Improved support for APT and NPM
  • CHANGE: Removed item RunnerTool/All to prevent issues
  • CHANGE: Renamed item AndroidSDK to AndroidNDK
  • CHANGE: Removed item prefix RunnerTool/ as unnecessary
  • CHANGE: Updated list