mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
docs: Changelog
This commit is contained in:
parent
f00bf0e4fc
commit
0ab8f269a1
2 changed files with 31 additions and 1 deletions
30
CHANGELOG.md
Normal file
30
CHANGELOG.md
Normal file
|
|
@ -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
|
||||||
2
rules.md
2
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!
|
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!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue