From 99e8792deef48ea786cf8d6823d00d3bf98be5e9 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 14 Jan 2024 08:04:29 +0100 Subject: [PATCH] Update Changelog --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index a9bf827..d812f00 100644 --- a/README.org +++ b/README.org @@ -180,7 +180,7 @@ If you recognize this confusion, you may want to add the following line to your * Changelog -** 0.2pre +** 0.2 *** Breaking changes @@ -198,6 +198,10 @@ If you recognize this confusion, you may want to add the following line to your - Fix bug when the summarizer input contains a URL ({{{issue(2)}}}) - Check that the summarizer input is at least 50 words ({{{issue(2)}}}) +*** Misc + +- Add boolean variable =kagi-stubbed-responses= to enable stubbed responses, to replace actual API calls. Since calls are metered, it's more economic to use stubbed responses for development / debugging purposes. + ** 0.1 Initial release.