Skip to content

Releases: WFCD/WFinfo

Release 9.2.4

04 Jun 09:23
09c57f9
Compare
Choose a tag to compare

New features

  • Add high contrast setting to settings.json

Fixes

  • More fixes for AVX2 detection, more logs to resolve problems
  • Fix stuck "Processing" state when OCR failed with some exception
    • If this still happens to you please generate a debug zip by going into settings and then "Generate debug zip" and send it our way!
  • Fix windowed mode not persisting the coordinates in certain conditions

Other

  • Moved ducats to be part of vaulted flag
  • Disable scaling config, now only relies on auto
  • Refactored scaling logic to improve efficiency
  • Add CPU model print to logs to help resolve OCR related bugs in the future

Release 9.2.3

18 May 19:46
3afac55
Compare
Choose a tag to compare

New features

  • New "light" mode where you only get OCR results in clipboard with no overlay/window
  • Now show ducat values in clipboard
  • Optional show vaulted parts in clipboard
    togglable in %APPDATA%\WFInfo\settings.json
    "ClipboardVaulted": true

Fixes

  • Tunings for OCR
  • Logic cleanup
  • Upgrade dependencies

Release 9.2.2

03 May 03:51
a9319b5
Compare
Choose a tag to compare

New features

  • Best reward highlighting - turned off by default
    togglable in %APPDATA%\WFInfo\settings.json
    "Highlight": true
  • Implemented custom delay for rewards
    togglable in %APPDATA%\WFInfo\settings.json
    "Delay": 10000

Fixes

  • AVX2 support is now validated more reliably (no longer confused with regular AVX support)
  • Fixed overlay when first item detected was fake
  • Fixed dpi scaling for snapit
  • Forma is no longer breaking clipboard
  • Small corrections for clipboard entries
  • Fixed owned items still showing as unowned in highlight

Other

  • Improved performance for certain code blocks
  • Refactored equipment to work on threads
  • Added snapit to the welcoming message
  • Lib dependencies updated

Hotfix 9.2.1

03 Apr 00:59
Compare
Choose a tag to compare

Fixed debug requirement to run snapit

Release 9.2.0

02 Apr 21:43
64c5280
Compare
Choose a tag to compare

A bunch of changes in this new release of WFinfo! In this update we've tried our best to completely removed the need for scaling!

There's a new setting called "Detect scaling" which will detect the scaling itself and will process the screen smartly!
Along side it there's been an update to Snap it. It now supports multiple items! You can even scan a whole inventory worth at once now.

Along side these changes a bunch of fixes have been included too, just to name two:
Copying to clipboard causing errors.
System locales using "," as their decimal indicator would crash when displaying values including a decimal.

Release 9.1.1

16 Mar 12:48
3460f15
Compare
Choose a tag to compare
  • Forma will no longer display any plat or ducat values
  • Addressing issues with Snap it
    • For example the inability to use it without having debug enabled.
    • High dpi screens having the overlay not properly centered.
    • Some themes not working

Release 9.1.0

14 Mar 16:26
Compare
Choose a tag to compare

Rebuilt initial window + initial load process

  • This window will also appear when DLL or Tesseract changes happen
  • We'll put in the release notes when this happens, so you will know when it happens
  • It shouldn't take more than a couple minutes, and if it does, please let us know in Discord

Improved Closing Process

  • Addressed issues about lag/freezing that happens when closing
  • We believe we have addressed this, but if you experience it, contact us in Discord
  • Our intent is to remove it completely

New Feature!

  • CTRL + <activation key> now activates a "Snap-It" function
  • This will allow you to trigger OCR on any item you want
  • It currently only works in game when there is a menu name at the top left, such as Inventory/Void Trader/etc
  • Just drag a box over what you want to do OCR on, and it'll popup an Overlay/Window with the part info

Release v9.0.3

08 Mar 19:45
08955ce
Compare
Choose a tag to compare
  • Created Custom Update Window (won't be seen till next update)
  • Improved Activation Key Display and added Mouse Button to possible keys
  • Fixed a bug with old eqmt data

Release v9.0.2

04 Mar 01:22
d688dd9
Compare
Choose a tag to compare
  • Fallback to SSE2 tesseract dlls for older CPUs (pre-2013)
  • Added Minimize to Tray Feature
  • Added Right Click Menu to Tray Icon
  • Customizeable clipboard message postfix

Release v9.0.1

01 Mar 02:01
4b10c3d
Compare
Choose a tag to compare

This is mandatory release which kickstarts v9 tree.

Requires: .NET Runtime framework 4.8

What was done:

  • Complete rework of code from scratch in C#
  • Complete rewrite of OCR mechanic to cover the most complicated scenarios of various resolutions, scaling options and screen noise
  • Support of all UI themes available in Warframe at the moment
  • "Auto" mode is now more accurate than ever
  • Support of new functionality to copy OCR results to clipboard for sharing with your squad mates in chat
  • Dynamic ducat/relic data creation fully automated on our side on top of well-known warframe-items. WFInfo no longer going directly to Wiki pages and no longer manually parsing official website of World State -> no more Lua and any related issues !
  • Static blobs that typically come with WFInfo are now cached in APPDATA folder to reduce amount of data needed for updates. Update now will take up to 8mb max.
  • Various efficiency & performance enhancements that we no longer keep count of

You got an issue? We got you covered. We include:

  • Advanced debugging mechanic with automatic zip creation
  • Discord button in UI to contact us faster

There might be issues if you're upgrading from older version of WFInfo. Let us know in Discord if you have any questions or need help.