Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-11-06) ### Bug Fixes * abort typing on author query switch ([0a5f7af](0a5f7af)) * cache error leaking to answer ([0d51e25](0d51e25)) * cached answer, pass filter and order to supabase ([8aa2ab3](8aa2ab3)) * duplicate prompt calls ([b6c1ea8](b6c1ea8)) * fixed encoding "undefined" string in url ([19f6dbf](19f6dbf)) * handle catch error ([3622004](3622004)) * include holocat in author query of url params ([90de7de](90de7de)) * local storage set ([c4ed581](c4ed581)) * mobile responsive ([bab1798](bab1798)) * moved stop generating button below chat container ([9405a3c](9405a3c)) * one CTA ([ebd12ef](ebd12ef)) * overwrite banner flex ([a1ed2ce](a1ed2ce)) * prevent error leak to chat ([36681a5](36681a5)) * prevent invalid answers upload ([01fe1d1](01fe1d1)) * remove analyzer from author search ([#20](#20)) ([0269718](0269718)) * remove logs ([f9b2fef](f9b2fef)) * single prompt command ([bbd613f](bbd613f)) * strict check error messages ([31ff815](31ff815)) * stuck button and infinite loading state ([cecaa11](cecaa11)) * update paywithwebln for auto payment ([0054fb4](0054fb4)) * use req url for fetch ([a63cc9d](a63cc9d)) ### Features * abort on fetch and loading bug fix ([68d3733](68d3733)) * add abort to client streamed cached answer ([075a953](075a953)) * add alby budget ([4fceb16](4fceb16)) * add follow up questions ([#63](#63)) ([09bcf47](09bcf47)) * add L402 middleware ([ea8a2d8](ea8a2d8)) * add pay per prompt v1 ([220406c](220406c)) * add scroll behaviour ([9a835b3](9a835b3)) * add semantic-release automation ([#98](#98)) ([314719b](314719b)) * added queuer banner ([04dfa2d](04dfa2d)) * author config and layout ([0102c1a](0102c1a)) * author images ([52ab161](52ab161)) * base autopay implementation ([6dc423e](6dc423e)) * base client stream abort ([c810042](c810042)) * base logic to stope generation ([7b503e3](7b503e3)) * dynamic homepage determined by author query ([5208d7e](5208d7e)) * hijack and return scroll also disable chat on streamloading ([d25cab9](d25cab9)) * home components ([daabbb2](daabbb2)) * info dialog and 1 freebie before payment ([cc1ca96](cc1ca96)) * layout with navbar ([4e5a86d](4e5a86d)) * link to schat screen from author ([58787db](58787db)) * prevent input while generating answer ([0b06133](0b06133)) * prevent paywithwebln on mobile and refactor tiercard ([1a3a0a8](1a3a0a8)) * reset abortref and clear messages on abort ([3770248](3770248)) * rm scrolling, sync top nav to scroll ([b175c8e](b175c8e)) * separate chat screen ([66161f5](66161f5)) * slice results and add auth to server endpoint ([debdbba](debdbba)) * stop generating UI ([fffaf71](fffaf71)) * streaming completed ([3757c18](3757c18)) * update query hook ([1b81b98](1b81b98))
- Loading branch information