Skip to content

Releases: WFCD/WFinfo

WFInfo 9.6.5

14 Nov 03:20
ac465d2
Compare
Choose a tag to compare

Hotfix/maintenance release

  • Fix race condition during start timer - should no longer crash on start if Warframe is already running

WFinfo 9.6.4

25 Sep 02:32
ca90449
Compare
Choose a tag to compare

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

27 Nov 03:13
7925dc0
Compare
Choose a tag to compare

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

21 Oct 03:58
215d51d
Compare
Choose a tag to compare

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

16 Jul 21:29
b74d037
Compare
Choose a tag to compare

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

04 Mar 16:24
5cfcbec
Compare
Choose a tag to compare

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!

WFinfo 9.5.6

20 Nov 01:10
1537647
Compare
Choose a tag to compare

This fix release was fully prepared by @D1firehail

  • Fix Master It ratios to match UI changes
  • Get center-ish of long checkmark arm. Cut out circle+checkmark from number scan area
  • Configurable snap-it overlay size
  • Fix startup cancel if WFInfo already running
  • Use Item ID when finding current market listings (names may differ due to "blueprint")
  • Clipboard template have been adjusted to mention that its PC prices (and that its 48 hrs avg value)

WFinfo 9.5.5

30 Jul 16:39
154d7b3
Compare
Choose a tag to compare

This fix release was fully prepared by @D1firehail

  • Fix for WFM integration - should now be more stable session, login is no longer glitching
  • Item count identification have been significantly rewritten to accommodate new checkmark icon (option for "Count Item" is now enabled back in options)
  • Snap-it display time is now configurable, some now redundant options have been removed

WFinfo 9.5.4

17 Jul 00:32
712e6df
Compare
Choose a tag to compare

Hotfix release.

  • Fix race conditions for webclient for network calls, add user-agent for allow WFM and Github see this client for debug reasons
  • Add temporary hack for market data, remove legacy junk, adjust comment style
  • Disable invocation of "snap it count checks" globally until its fixed
  • Add throttling for WFM spam requests (thx @D1firehail )
  • Fixed long-standing bug when WFInfo can't launch after release of new items each time (thx @D1firehail )

New behavior introduced:

  • If item is that much new that Warframe Market doesn't have any stats for it (like item is less than 24 hours old), you will see the volume of 0 and the boilerplate price of item set to 999 plat. The actual real plat value is volatile in first hours so we don't know what it is, but it will let you have recognizable
  • If the new item is released, but warframe-items source repository is not having it, the item won't be visible by WFInfo, but WFInfo will still be functioning correctly for any other present items

WFinfo 9.5.3

12 May 23:55
b9bb4ea
Compare
Choose a tag to compare

Minor update that should improve stability

  • Switch to CDN for wfinfo data downloads (thx @TobiTenno)
  • Proxy support - set http_proxy environment variable if you need one (thx @FMotalleb)
  • Reduce verbosity of logs for WFM socket polling (less spam in logs)