v1.5.5
Key Features
- Introduced a new bundler for optimizing website assets, enhancing overall performance.
- Implemented Gzip compression for static files in the API, resulting in improved load times and reduced bandwidth usage.
- Updated the project structure by relocating static files to a new
srcdirectory, facilitating better organization.
Bug Fixes
- Adjusted various HTML files to ensure proper rendering and functionality across different browsers.
- Resolved issues in
style.cssandapp.js, leading to enhanced overall website performance.
Technical Improvements
- Reorganized the project structure by moving files from the
staticdirectory tosrc, improving maintainability and clarity. - Updated
vite.config.jsto support new bundling and optimization strategies, enhancing build efficiency. - Cleaned up code in
static.goto include Gzip content handling and improve the StaticFile struct.
Overall, this release includes 409 insertions and 108 deletions across 17 files, reflecting significant updates and optimizations.