Releases: andrewbanchich/shreddit
Releases · andrewbanchich/shreddit
v0.7.0
Changes
- Check if comments were removed by moderator if edit fails @andrewbanchich (#30)
🚀 Features
- Add ability to shred saved comments using GDPR export @andrewbanchich (#33)
- Add ability to shred saved posts using GDPR export @andrewbanchich (#32)
🧰 Maintenance
- Update dependencies @andrewbanchich (#31)
v0.6.1
Changes
- Fix logs to include item being shredded @andrewbanchich (#29)
v0.6.0
Changes
- Rename shreddit.env @andrewbanchich (#27)
🚀 Features
- Add ability to use GDPR export for shredding posts, comments, and friends @andrewbanchich (#28)
v0.5.0
v0.4.3
Changes
🐛 Bug Fixes
- Fix pagination starting from beginning when not all posts are deleted @andrewbanchich (#22)
🧰 Maintenance
- Update dependencies @andrewbanchich (#21)
- Fix Clippy lints @andrewbanchich (#20)
v0.4.2
v0.4.1
Changes
- Use single threaded Tokio runtime @andrewbanchich (#16)
- Improve deserialization of responses to surface errors @andrewbanchich (#15)
v0.4.0
Changes
🚀 Features
- Prettify logs @andrewbanchich (#12)
🐛 Bug Fixes
- Fix pagination @andrewbanchich (#13)
v0.3.2
Changes
🐛 Bug Fixes
- Fix delete requests @donoftime (#8)
- Display error for invalid credentials instead of panicking @andrewbanchich (#10)
🧰 Maintenance
- update deps @andrewbanchich (#11)
v0.3.1
Changes
🐛 Bug Fixes
- Add max score example to env file @andrewbanchich (#6)
- Fix architecture of Linux build