b8602
Breaking Changes📦 llama-cppView on GitHub →
⚠ 1 breaking✨ 2 features🐛 2 fixes🔧 1 symbols
Summary
This release cleans up the web UI build process, removing gzip compression and updating asset splitting, alongside general maintenance like fixing linting and updating hooks.
⚠️ Breaking Changes
- The web UI no longer uses gzip compression for serving assets. If you were relying on this compression layer, you may need to adjust your proxy or serving configuration.
✨ New Features
- The web UI build output has been updated, including splitting assets into separate html/css/js files.
- Updated git hooks scripts and pre-commit hook.
🐛 Bug Fixes
- Reverted a previous change related to the web UI.
- Fixed linting and tests.