Changes
- Custom HTTP server: Moved from
tiny-http
to a custom implementation for greater control and lower latency - Front-end minification and compression: Front-end assets are now minified and compressed with Brotli during the build process, saving 35kb.
- Better multithreading: Switched to
crossbeam-channel
for multithreading for better performance. - Substantially simplified the Gemini API
- Added video link saving to summaries
Full Changelog: v1.3.0...v1.4.0