Skip to content

Releases: JQiue/waline-mini

v0.9.2

16 Jan 13:16
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Disable reqwest's default features to compile through - (aedfb85)

v0.9.1

16 Jan 12:36
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Update the request to use the rustls-tls feature for fixing build errors - (2b99c46)

v0.9.0

16 Jan 12:14
Compare
Choose a tag to compare

πŸš€ Features

  • Integrate Akismet for spam detection in comments - (26d2ca1)
  • Extend JWT token expiration to 30 days - (77a75cf)
  • Enhance logging configuration with custom filters - (0fef15b)
  • Update configuration structure and improve logging - (b81e34a)
  • Add login field to AppState and handle unauthorized access - (98ee186)

πŸ› Bug Fixes

  • Improve comment handler reliability and security - (adcf84e)
  • Correct user type setting logic in service - (906e5c8)

🚜 Refactor

  • Simplify JWT verification logic in comment handler - (7414ad7)
  • Improve error handling in user retrieval logic - (b1bdb0a)
  • Standardize error handling and enhance comment deletion logic - (74963f3)

βš™οΈ Miscellaneous Tasks

  • (docker) Add Dockerfile and .dockerignore for deployment - (c775278)
  • Update README and add Chinese translation - (d92669b)
  • Update copyright year in LICENSE file - (8842b85)
  • Update README to include Shuttle deployment instructions - (c67926a)

v0.8.0

07 Jan 13:54
Compare
Choose a tag to compare

πŸš€ Features

  • Add extract_ip function to handle client IP extraction - (d7ba7c4)
  • Update comment handling to include client IP - (a190933)
  • Add avatar and password handling to user profile - (f36e940)
  • Use custom bcrypt hashing for password - (66564e4)
  • Implement user type setting with admin verification - (6f8bb8d)

πŸ› Bug Fixes

  • Add user page route to ui handler fix not found - (8a9e149)
  • Secure user registration with bcrypt and add email verification - (7543492)

🚜 Refactor

  • Standardize user info response format - (58889df)

πŸ“š Documentation

  • Update README and config for default host value - (84af954)

βš™οΈ Miscellaneous Tasks

  • Update leancloud.sh to copy waline-mini from new path - (3cb32d9)

v0.7.1

04 Jan 11:34
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fixed data import errors caused by fields - (ee8242f)

βš™οΈ Miscellaneous Tasks

  • Update changelog body - (dac8bd8)
  • Update release.push to true - (610d57e)

v0.7.0

03 Jan 14:01
Compare
Choose a tag to compare

πŸš€ Features

  • Impl mail vertification for registered users
  • Impl data migration
  • Add traits to print Result Err enum
  • Use multiavatar as the default avatar
  • Add redirect processing to the ui

πŸ› Bug Fixes

  • Fixed time formatting when importing data and inability to import comments
  • Fix migrate data error
  • Fixed date and time handling when data is migrated

🚜 Refactor

  • Rewrite code
  • Rewrite use statement

βš™οΈ Miscellaneous Tasks

  • Fix leancloud health check
  • Update release.yml
  • Update .gitignore
  • Assigned copyright
  • Update .gitignore
  • Adjust program internal configuration variables
  • Change how to get the profile picture
  • Update README.md

v0.6.1

22 Dec 11:17
Compare
Choose a tag to compare

πŸš€ Features

  • Impl the frequency limit of comment posting
  • Impl comment review
  • Impl prevent flooding

⚑ Performance

  • Improves the response time to creating comments

βš™οΈ Miscellaneous Tasks

  • Update README.md
  • Enhance release workflow for multiple build targets
  • Specify CHANGELGO.md
  • Use rustls to solve musl compilation issues and add LeanCloud feature for targeted deployment
  • Release v0.6.1
  • Change to rustls for lettre

v0.5.0

20 Dec 13:03
Compare
Choose a tag to compare

πŸš€ Features

  • Refactor comment and user error handling
  • Impl site notifications when a new comment is added
  • Localization of in-station notifications
  • Add custom user grade levels support
  • Add Ammonia HTML sanitizer to prevent XSS

Full Changelog: v0.4.2...v0.5.0

v0.4.2

11 Dec 12:55
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fixed counter time can't update
  • Fixed can't create momment error
  • Fixed can't set user profile error

v0.4.1

10 Dec 14:12
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fixed an issue where counters could not be created

Full Changelog: v0.4.0...v0.4.1