Releases: PaifferDev/SuperFlow
Releases · PaifferDev/SuperFlow
1.0.10: Add sensitivity parameter to SolveCaptchaAsync method
Updated SolveCaptchaAsync method signature in three classes within SuperFlow.Tests.ToolsTest namespace to include an optional sensitivity parameter of type bool with a default value of false. Changes made in unnamed class, FailingProvider, and TogglingProvider.
1.0.8
Refactor logging, error handling, and code readability Updated CaptchaTool.cs to use Serilog for logging, refactored captcha solving logic with retry mechanism, and improved error handling. Simplified CaptchaToolConfig and ICaptchaProvider. Added CaptchaToolResult class. Cleaned up CaptchaResult.cs, CreateTaskResponse, and GetTaskResultResponse. Enhanced logging and error handling in AntiCaptchaProvider.cs, BestCaptchaSolverProvider.cs, CapMonsterProvider.cs, and TwoCaptchaProvider.cs. Incremented SuperFlow.csproj version to 1.0.8.