Skip to content

v2.1.0

Compare
Choose a tag to compare
@ch3nnn ch3nnn released this 21 Jan 08:54
· 32 commits to master since this release
31f5473

Changelog

  • 31f5473 PR: 添加了 GoReleaser 和 Docker 多架构构建支持 (#104)
  • e4b1c71 build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 (#105)
  • baba861 feat(dal): add database driver logging
  • a211bfa feat(web): add website completeness check feature
  • c1d47cf feat(middleware): implement NoStrictAuth for non-strict token validation
  • 81f803c feat(site): add batch creation site failure url feedback
  • e02e004 refactor(site): optimize website logo fetching and HTTP client settings
  • 419b86b docs(README): README.md
  • 2d3438c feat(config): add website configuration and about page functionality
  • f970a1c refactor(app): improve code quality and error handling
  • 749ec8f feat(index): restructure and optimize home page data retrieval
  • c9d7b03 refactor(site): Reconstructing the Parameters selectedIds the Category Selector Function
  • 3aca310 docs(README): update frontend template information
  • 5033fb0 feat(category): Increase the classification activation status and optimize the classification management function.
  • f0d4cf2 feat(site): implement concurrent processing for site creation and synchronization
  • 9f7547c feat(site): add site category query with pagination
  • 6473e8a Fix/admin (#101)
  • ff176c4 Merge pull request #100 from ch3nnn/refactor/site
  • d472b42 refactor(site): update site icon handling to base64 encoding
  • 4b8f453 Merge pull request #99 from ch3nnn/feat/site
  • 26812f3 feat(site): update site icon handling - Remove file upload and storage for site icons - Use base64 encoded icons instead of file paths - Update related models, services, and templates
  • 8bedede Merge pull request #98 from ch3nnn/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 75c89c3 build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0
  • 5a32c20 refactor(api): add comments and update configurations
  • a9eb473 Update http.go
  • cae47b3 Update README.md