update Changelog.md

This commit is contained in:
Patryk Hegenberg 2025-01-24 10:28:04 +01:00
parent b18b7761fc
commit 3519efeccc

View file

@ -2,18 +2,24 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [unreleased] ## [0.5.0] - 2025-01-24
### 🚀 Features ### 🚀 Features
- *(cli)* Add concurrent execution of search and update to improve performance - *(cli)* Add concurrent execution of search and update to improve performance
- *(cli)* Add aliases to commands - *(cli)* Add aliases to commands
- *(config)* Add creation of default config if no config exists - *(config)* Add creation of default config if no config exists
- *(cli)* Add history command and logging for actions
- *(cli)* Add max history length
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- *(packagemanager)* Reimplement getPackagemanager to enable installing buildtools on linux - *(packagemanager)* Reimplement getPackagemanager to enable installing buildtools on linux
### 🚜 Refactor
- *(cli)* Perform code clean up
## [0.4.0] - 2025-01-20 ## [0.4.0] - 2025-01-20
### 🚀 Features ### 🚀 Features