1
0
Fork 0

Update Changelog

This commit is contained in:
Bram Schoenmakers 2024-01-14 08:04:29 +01:00
parent b63844a6f0
commit 99e8792dee
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -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.