Skip to content

v2.35.0

Compare
Choose a tag to compare
@vsimakhin vsimakhin released this 18 May 20:09
· 103 commits to main since this release
91a22b3
  • New: Implemented a new responsive user interface that is friendly for desktop, mobile, and tablet devices. The design is based on the adminkit.io template, and all pages are refactored to ensure a seamless user experience across different platforms. Probably some new bugs are introduced ¯\(ツ)/¯*
  • Update: rename cmd/web directory to app, just internal change.
  • Update: Code optimization. No UI change. Includes:
    • Migrated all javascript code to a js files instead of keeping them in gohtml templates, plus some html code optimization. This significantly reduces amouunt of typo and errors.
    • Removed map data for css and js files for standard libraries. As a result, the final size of the application binary file is reduced by ~10 MB to ~18MB.
    • Added simple brutforce protection for login page.
    • Optimize internal helper function, so need for additional error check.