Releases: WFCD/WFinfo
Releases · WFCD/WFinfo
WFInfo 9.6.9
Maintenance release
Various stability corrections from @D1firehail.
- Async code fixes
- Fixes for fallback when CDN is unreachable
- Deduplication/refactoring of code
WFInfo 9.6.8
Hotfix release
- Fix "Auto" mode
- Fix game detection mechanics
- Fix offsets for the screen capture for SnapIt
WFInfo 9.6.7
Hotfix release to patch regressions in 9.6.6
- Patches for race conditions related to loading
- Fix "start from scratch" not working correctly
- Fix checkbox visibility on Windows with custom theming
- More verbose logging of incomplete items missing from market sheet and warframe-items database
- Fix database reload downloading everything in existence from warframe.market for VERY long time (it no longer downloads stuff it doesn't need)
WFInfo 9.6.6
Hotfix/Maintenance release
Thanks @D1firehail for helping to prepare this release
- Fix Lotus theme and Fix High Contrast themes, slightly adjust filter for it
- Screenshot services use correct pixel format explicitly, fixing count item error with HDR
- Add tesseract traineddata fallback location
- Password for WFM should now be properly handled for all kinds of special characters
- Switch to ProDotNetZip (thx D1firehail) to avoid vulnerability warnings for zipping debug archives
- Fix various warnings of compiler
- Switch to WFM v2 API for most of endpoints including Websocket (the only ones left v1 are the ones that don't have v2 equivalent yet)
- Attempt to fix background work for Tesseract properly (less "long freeze" cases)
- Switch to proper JSON serializer for all requests to make it robust against special characters
- Start using wfinfo as device id to avoid logging off the Warframe Market WEB login session
- Fix user-agent for most types of requests to help self-identify the WFInfo for WFM, Github and Cloudflare
- Few minor tweaks for readability
- Migrate from WebSocketSharp to Microsoft's Websockets as the other one is no longer maintained
- Bi-directional sync of the WFM status via websocket
WFInfo 9.6.5
Hotfix/maintenance release
- Fix race condition during start timer - should no longer crash on start if Warframe is already running
WFinfo 9.6.4
Hotfix/maintenance release
- Fix WFM status reporting timeouts
- Fix UI typos
- Fix left/Right arrow keys being read as mouse keys
- debug.zip chunking is reduced back to 10 MB per chunk due to again shrinked Discord limits
- Add theme selector safeguard to provide some details for override
- Small corrections to debug mode behaviour
- Small improvements to fault tolerance of screenshot system
- Fix freezes related to finding game process (when the game isn't launched)
- Dependency updates
WFinfo 9.6.3
Hotfix release
- Fixed newly introduced memory leak due to HDR-related refactoring
- Due to a lot of confusion, the dropdown for Theme selection will now pop the warning with what it actually does
WFinfo 9.6.2
Feature / QoL release
- HDR support introduced for Windows 10/11 (Build 20348+) (thx @virusek20 )
- WFM data can fallback to cached data if warframe.market is down
WFinfo 9.6.1
Bugfix release
- Fix naive URL name approach (resolves some rare cases of WFM search crashes)
- Upload chunk size for Discord (debug.zip) have been increased to align with new Discord allowance
- OCR engine of Tesseract got upgraded to version 5.2.0
- Adjust heuristics for image filtering to ignore some noisy redundant areas
WFinfo 9.6.0
This new version includes big chunk of new QoL improvements and bugfixes.
Kudos to @D1firehail for preparing this bold release.
- Introduced limited GeForce Now support (excludes features of Auto, Snap It Count, Master It) (#266)
- "Theme Adjuster" is now available in settings to improve OCR efficiency. It should allow to manually tune WFInfo to work well in scenarios of color corrections introduced by HDR, colorblind filters or other apps like Reshade. Step-by-step example will be added to the WFInfo website soon. (#263)
- Automatic CSV produce on reward screen - WFinfo can append new items to CSV file automatically with new "Auto CSV" feature (#263)
- Automatic "Add to equipment" on reward screen - it can now be happening automatically via new "Auto Add" feature (#263)
- Theme choice automatic detection can now be overridden in settings in dropdown (#263)
- Error popups when OCR engine isn't certain of results for Snap-It is now more graceful (the popup won't appear, but all results that OCR isn't fully confident about will be marked with triangle) (#266)
- Improved drawing of overlay for cases when there are only 1 or 2 rewards on screen (#263)
- WFInfo now properly handles scenarios when Warframe process exited/restarted (#263)
- Rewards overlay now also shows set prices (as sum of all of its components) (#262)
- Search in equipment now has delay (to minimize heavy search freeze impact) (#258)
Thanks @D1firehail @ianespana @PeterJeff @PKFire813 for their valuable contributions to make this release possible!