v0.3.0

assafelovic/gpt-researcherv0.3.0Jul 15, 2024by assafelovic

AI Summary

A major milestone featuring a complete rewrite of the frontend using NextJS, significantly improving the user interface. It also adds tone selection capabilities and optimizes performance by moving blocking operations to threads.

Key Highlights

  • Complete NextJS frontend rewrite
  • Tone selection feature for reports
  • Performance optimization via threading

New Features

  • NextJS frontend
  • Tone selection
  • Performance threading

Full Release Notes

We're excited to introduce our latest release that includes a completely new UX/UI frontend built with NextJS! This is a huge milestone for the GPT Researcher community, now enabling not only an in depth high quality research agent, but also an optimal research user experience. In addition the release includes some additional performance and stability improvements. Thanks again the amazing community! Check out the new frontend in action:

https://github.com/user-attachments/assets/79fad973-6fbc-4149-8cc1-7e33f0473b36

## What's Changed
* Add tone selection feature to research report by @0x11c11e in https://github.com/assafelovic/gpt-researcher/pull/654
* Fixed the issue with the generate_report_prompt function to accept the tone parameter by @0x11c11e in https://github.com/assafelovic/gpt-researcher/pull/659
* Move blocking operations to threads by @tv2-vonstring in https://github.com/assafelovic/gpt-researcher/pull/660
* react frontend 2.0 by @ElishaKay in https://github.com/assafelovic/gpt-researcher/pull/523

## New Contributors
* @tv2-vonstring made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/660

**Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.8...v0.3.0