Skip to content

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 19:34

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 src directory, facilitating better organization.

Bug Fixes

  • Adjusted various HTML files to ensure proper rendering and functionality across different browsers.
  • Resolved issues in style.css and app.js, leading to enhanced overall website performance.

Technical Improvements

  • Reorganized the project structure by moving files from the static directory to src, improving maintainability and clarity.
  • Updated vite.config.js to support new bundling and optimization strategies, enhancing build efficiency.
  • Cleaned up code in static.go to 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.