2024-12-07 16:53:29 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to components of this project since 0.5.14 will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
2024-12-08 00:35:21 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
2024-12-08 01:44:41 +01:00
|
|
|
### Added
|
2024-12-08 00:35:21 +01:00
|
|
|
|
2024-12-08 16:48:06 +01:00
|
|
|
- Modular system
|
2024-12-08 11:34:01 +01:00
|
|
|
- Package manager integration for `apt` (also `snap` and `pkg` by `command-not-found`), `dnf`, `emerge`, `nix`, `yum`
|
2024-12-08 09:43:35 +01:00
|
|
|
- Adding aliases to executable match
|
2024-12-08 00:35:21 +01:00
|
|
|
|
2024-12-08 16:48:06 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Heavy project refactoring
|
|
|
|
|
- `runtime-rules` and `request-ai` are now modules instead of features
|
|
|
|
|
|
2024-12-07 17:59:55 +01:00
|
|
|
## [0.5.15]
|
2024-12-07 16:53:29 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- PowerShell support by [artiga033](https://github.com/iffse/pay-respects/pull/15)
|
|
|
|
|
- MSYS2 fix by [mokurin000](https://github.com/iffse/pay-respects/pull/12)
|
|
|
|
|
- Command not found mode: Run `pay-respects` automatically by shell
|
|
|
|
|
- Suggest command if a good match is found
|
2024-12-08 11:34:01 +01:00
|
|
|
- If no good match is found, search if package manager (`pacman` only) has a binary with the same name and prompt to install
|
2024-12-07 16:53:29 +01:00
|
|
|
- Multiple suggestions
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Major project refactoring
|
|
|
|
|
- Default request-AI API
|
|
|
|
|
- i18n updates
|
|
|
|
|
|
|
|
|
|
## [0.5.14]
|
|
|
|
|
|
|
|
|
|
History start.
|
|
|
|
|
|
2024-12-07 17:59:55 +01:00
|
|
|
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.5.15..HEAD
|
|
|
|
|
[0.5.15]: https://github.com/iffse/pay-respects/compare/v0.5.14..v0.5.15
|
2024-12-07 16:53:29 +01:00
|
|
|
[0.5.14]: https://github.com/iffse/pay-respects/commits/v0.5.14
|