From 0ab8f269a1c6235b1e064cdb8c50838a9c88fe4b Mon Sep 17 00:00:00 2001 From: iff Date: Sat, 7 Dec 2024 16:53:29 +0100 Subject: [PATCH] docs: Changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ rules.md | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f5b6db7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 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). + +## [Unreleased] + +### 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 + - If no good match is found, search if package manager has a binary with the same name and prompt to install +- Multiple suggestions + +### Changed + +- Major project refactoring +- Default request-AI API +- i18n updates + +## [0.5.14] + +History start. + +[unreleased]: https://github.com/iffse/pay-respects/compare/v0.5.14..HEAD +[0.5.14]: https://github.com/iffse/pay-respects/commits/v0.5.14 diff --git a/rules.md b/rules.md index 30ef1e9..91d2ef1 100644 --- a/rules.md +++ b/rules.md @@ -1,4 +1,4 @@ -## Writing Rules +# Writing Rules Rule files placed under [rules](./rules) in the project directory are parsed at compilation, everything is parsed to Rust code before compiling. You don't have to know the project structure nor Rust to write blazing fast rules!