Skip to content

Latest commit

 

History

History
114 lines (54 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

114 lines (54 loc) · 5.42 KB

Changelog

All notable changes to this project will be documented in this file.

1.13.1 (2022-08-21)

Bug Fixes

  • chocolatey: allow the cache cleaner task to continue if the cache is busy (fe78ccc)

1.13.0 (2022-08-15)

Features

  • explorer.yml: reformated task's code (f79f1e6)
  • power_plan: added default value for power_plan (e9b537a)
  • setup.ps1: added powershell execution policy setup step (812a485)

Bug Fixes

  • ohmyposh: Ensure task won't fail because the PowerShell profile does not exist. (b30ae1e)

1.12.0 (2022-08-10)

Features

  • desktop.yml: limit desktop cleanup to shortcuts only (324fb27)

Bug Fixes

  • desktop.yml: fixed typo (3cbf360)

1.11.0 (2022-08-10)

Features

  • chocolatey: improved choco packages installation task (086473c)

Bug Fixes

  • lint: addressed yamllint warnings (46a61b3)

1.10.0 (2022-08-09)

Features

  • windows_updates: improved windows updates installation task (be2c975)

1.9.0 (2022-07-31)

Features

  • added oh-my-posh as a prompt theme engine for powershell (b561390)
  • README.md: added oh-my-posh theme change example (63246f9)
  • replaced 7zip with the modern alternative (222339e)

Bug Fixes

  • ohmyposh.yml: replaced yes with true (bde9253)

1.8.0 (2022-06-16)

Features

  • .ansible-lint: adjusted linter settings (d8ef644)

1.7.1 (2022-06-16)

Bug Fixes

  • refactored modules definition according to best practices (ae228a9)

1.7.0 (2022-06-13)

Features

  • .yamllint.yml: ignore github ci yaml during lint stage (0d7fdc6)
  • added 'defragment' task to the main config (5779595)
  • chocolatey.yml: added chocolatey and nuget cache clear task (921b511)
  • defrag.yml: added 'defragment' task (24016c8)
  • updates.yml: set 'state' explicitly for better readability (7c66404)

Bug Fixes

  • defrag.yml: fixed default value for valumes (dc0ecbc)

1.6.1 (2022-06-12)

Bug Fixes

  • README.md: fixed badges and applied MD best practices (525c805)
  • README.md: fixed gh badge link (b253e6a)

1.6.0 (2022-05-27)

Features

  • added automatic semantic-release (b3645ff)