Skip to content

Latest commit

 

History

History
178 lines (84 loc) · 8.27 KB

CHANGELOG.md

File metadata and controls

178 lines (84 loc) · 8.27 KB

Changelog

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

2.0.1 (2023-04-01)

Bug Fixes

  • storage_sense: fixed incorrect when conditions (03e518f)

2.0.0 (2023-03-31)

⚠ BREAKING CHANGES

  • main.yml: chocolatey and winget packages installation are now optional. Please make changes in your configs accordingly.

Features

  • storage: added a task that enables storage sense (cd9d5b1)

Bug Fixes

  • deps: bumped pipeline dependecies (0b46840)
  • remote_desktop: forbidden implicit octal value (edcfc54)
  • storage: too many spaces inside braces (9dd1d15)

Miscellaneous Chores

  • main.yml: revorked playbook entrypoint (f833db7)

1.15.0 (2022-12-12)

Features

  • change task names wording (99a3dce)
  • power_plan: ensure the plan set correctly even if system language is not english (10a36cb)
  • winget: introduced winget package installation task (098186c)

Bug Fixes

  • license: fixed license date (bf4e847)

1.14.1 (2022-12-11)

Bug Fixes

1.14.0 (2022-09-03)

Features

  • default.config: adjusted the default config with more sane parameters (e390c50)

Bug Fixes

  • main: added missed when parameter for the remote desktop task (34ef92f)

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)