Releases: Stealerium/Stealerium
Releases · Stealerium/Stealerium
v3.7.1
What's Changed
🔧 Refactoring
- Updated cookie format to be EditThisCookie compatible
- Added JSON serialization with proper indentation for cookie exports
🐛 Bug Fixes
- Fixed anti-analysis configuration to respect user settings
- Prevented unnecessary anti-analysis runs when disabled
Full Changelog: v3.7.0...v3.7.1
v3.7.0
What's Changed
🚀 Features
- Added CDP-based cookie grabbing support
🐛 Bug Fixes
- Fixed browser data encryption compatibility issues
- Fixed database locking issues with SQLite operations
- Fixed timestamp conversion for browser history and downloads
💡 Refactoring
- Complete rewrite of browser data recovery system
- Unified Chrome and Edge recovery under ChromiumBasedRecovery class
- Removed legacy Cookies.cs in favor of new implementation
- Improved code organization with dedicated encryption and model classes
Full Changelog: v3.6.4...v3.7.0
v3.6.4
What's Changed
🚀 Features
- Enhanced system information message layout in Telegram
- Improved UI dimensions for better visual consistency
- Added enhanced validation logic
🐛 Bug Fixes
- Fixed Opera passwords saving issue
💡 Refactoring
- Enhanced UI and improved validation logic
- Updated layout dimensions and improved UI elements
- Redesigned configuration UI for better UX
🧰 Maintenance
- Bumped version from v3.6.3 to v3.6.4
- General performance optimizations