Releases: JQiue/waline-mini
Releases Β· JQiue/waline-mini
v0.8.0
π 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
v0.7.0
π 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
π 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
π 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
π Bug Fixes
- Fixed counter time can't update
- Fixed can't create momment error
- Fixed can't set user profile error
v0.4.1
v0.4.0
π Features
- Add sqlite driver
βοΈ Miscellaneous Tasks
- Release waline-mini version 0.4.0
Full Changelog: v0.3.0...v0.4.0
v0.3.0
π 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
chore: fix workflow