From 065797ccf6a77aa381bc989d1220828a0d76be7e Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Wed, 26 Nov 2025 20:46:08 -0600 Subject: [PATCH] Update changelog for PR 117 and clarify stance on 'AI' code --- CHANGELOG.md | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9960981..1a58e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Map page-up and page-down keybindings to do the same thing as up-key and down-key (thanks [@maxdexh](https://github.com/maxdexh)!) - Vertically center pages within the available space if they are not constrained by the height (thanks [@maxdexh](https://github.com/maxdexh)!) - Fixed issue with cooked mode not being restored upon panic/error (thanks [@maxdexh](https://github.com/maxdexh)!) +- Implemented a debounce for file reload updates to prevent some editors from paralyzing the app due to a flurry of reloads (thanks [@maxdexh](https://github.com/maxdexh)) # v0.4.3 diff --git a/README.md b/README.md index 937726b..411edf8 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,6 @@ I dunno. Just for fun, mostly. Yeah, sure. Please do. -Please note, though, that all contributions will be treated as licensed under MPL-2.0. +Please note, though, that: +1. No AI-generated or AI-assisted or AI-viewed or AI-anythinged code will be accepted. "AI" is a plague upon this earth and I won't be caught dead pretending it's normal. +2. All contributions will be treated as licensed under MPL-2.0 :)