v1.0.5: Exact match trigger option; cross-world Friends for auto-accept

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-21 22:25:14 -05:00
parent 804a43ebf3
commit 58e7d2ee46
8 changed files with 49 additions and 6 deletions
+10
View File
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.5] - 2025-02-21
### Added
- **Exact match option** When enabled, the entire message must exactly match the trigger (e.g. `!` triggers only on messages that are just `!`, not `hello!`).
### Fixed
- **Cross-world friends for auto-accept** Auto-accept now works when a friend invites you from another world or while visiting another world (fallback to name-only match when world ID differs).
## [1.0.4] - 2025-02-20
### Added