Changelogs

Track the latest updates, fixes, and new features across our products.

RedditSuite V4 - Reddit Automated [Android2026]
v 4.2.1.4 17th Jul, 2026
~ Changed
~ Updated headers
~ Updated to recent user agents
~ Updated account removing and race conditions that saved the account again to disk
~ Authentication and flow updated (to our servers)
v 4.2.1.1 5th Jul, 2026
~ Changed
~ Fixed Create Text Post API call
v 4.2.1.0 4th Jul, 2026
+ Added
+ Post View Events
+ Popular Feed Fetching and events
+ Share Events
+ Telemetry
+ Browse Events - Feed Fetching
~ Changed
~ Updated user agents
~ Updated retrying on login fails and shortened duration on registration
~ Updated Android client for better concurrency
~ Updated UI and handlers in views
~ Updated controllers
v 4.2.0.3 29th May, 2026
~ Changed
~ Updated IsShadowbanned REST Call
~ Changed polling interval on accounts view for shadowban checks
v 4.2.0.2 23rd May, 2026
~ Changed
~ Fixed memory leak on account view, should be stable now
v 4.2.0.0 22nd May, 2026
+ Added
+ Added missing headers to all requests, now following 2026 request pattern on all requests
+ Added SetChatPreferences REST Api call to disable/enable chat on account
+ New Profile View / Mass Edit / Self Post windows
~ Changed
~ Fixed deserialization of responses on account req, should result in more stable account registration
~ Forced delayed close in case any I/O operation to disk are running, will wait for all to save before closing
~ Fixed timing on queued posts
~ Fixed queue deserialize failures
~ Forced settings to save to file on any change immediately, instead of fixed interval - should avoid losing settings if you close the bot after immediately
~ Improved compability with ReddLab.io accounts if RS Export Format is used
~ Fixed corruption of accounts in case RS got closed while accounts were being saved
~ Fixed UI updates and deadlocks
~ Fixed automatic retry on specific responses, instead will fail and log the results, instead of retrying for several times
~ Fixed Downvote not working on same url after Upvote was used due to caching
~ Fixed UI Blinking on Accounts view causing you to lose selection of accounts
~ Changed REST Api provider, should result in faster and more stable requests
~ Updated 70 gql api calls
~ Fixed accounts being duplicated in accounts view, causing file conflicts, GUI update conflicts and metadata conflicts
~ Fixed duplicate posts
~ Major UI Revamp to modernize GUI and rearrange for readability
~ Updated Matrix (chat) requests to latest matrix headers and protocol
~ Updated user agents to latest ~10 variants
v 4.1.2.7 20th May, 2026
+ Added
+ Added CreateCrosspost to REST API
+ Added 3 retry for subreddit search simulation in case it fails once (ensure your accounts can access NSFW content before searching NSFW subreddits)
+ Added deletion of corrupted queued files
~ Changed
~ Updated postman collection
~ Fixed Show&Hide posts on profile to support bulk operations, instead of one by one