Skip to content

Releases: JQiue/waline-mini

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

v0.4.0

10 Dec 13:21
Compare
Choose a tag to compare

πŸš€ Features

  • Add sqlite driver

βš™οΈ Miscellaneous Tasks

  • Release waline-mini version 0.4.0

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Dec 13:05
Compare
Choose a tag to compare

πŸš€ Features

  • (error) Implement more robust error mapping

🚜 Refactor

  • Simplify create_comment_data error handling

βš™οΈ Miscellaneous Tasks

  • Supplement metedata and add the CHANGELOG.md generation tool

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Sep 12:03
Compare
Choose a tag to compare
chore: fix workflow