Releases: WFCD/WFinfo
WFinfo 9.5.2
- Fix the extremely annoying scrolling bar crash in Relics/Equipment menus
WFinfo 9.5.1
Re-released as 9.5.1 due to minor inconvenience bug with debug logging and performance regression.
Long-awaited release 9.5.0 that introduces:
- Corrections for "Mastered" checkmark (#192, #196, #206)
- Bring back x86 targeted build (previous version was causing some side effects for a lot of users)
- Multi-screen DPI detection improvements (#202)
- Rewrite of multi-threading in snap-it functionality - some significant improvements to performance/quality of processing (#195)
- Code revamp, a lot of stuff have been simplified for long-term support (#207, #210, #213, #214)
- Project is now compatible with Visual Studio 2022 (and compiled with it)
- Debug logs now list a bit more details about - Windows version, .net version and C++ version (only necessary to investigate launch issues) (#198)
- Prevent wfinfo from trying to go offline on WFM if the websocket is not connected (#198, #232)
- JWT token for WFM is no longer stored in Windows registry. It is now stored in separate file in encrypted form that is tied to current machine (#198, #227)
- Resolved weird legacy bug with equipment tab constantly refreshing (#221)
- Dropdown for locale is now a bit less ugly (#226)
- Settings window is now resizable/scrollable to improve experience with lower resolutions (#214)
- Improvements for AFK system in WFMarket integration (#223, #230)
Might be more, but essentially its overall improvement to a lot of things so we definitely recommend to give this release a try!
Big thanks for help in preparing this release to @tboby , @D1firehail , @ValidAQ , @PeterJeff
WFinfo 9.5.0
Long-awaited release 9.5.0 that introduces:
- Corrections for "Mastered" checkmark (#192, #196, #206)
- Bring back x86 targeted build (previous version was causing some side effects for a lot of users)
- Multi-screen DPI detection improvements (#202)
- Rewrite of multi-threading in snap-it functionality - some significant improvements to performance/quality of processing (#195)
- Code revamp, a lot of stuff have been simplified for long-term support (#207, #210, #213, #214)
- Project is now compatible with Visual Studio 2022 (and compiled with it)
- Debug logs now list a bit more details about - Windows version, .net version and C++ version (only necessary to investigate launch issues) (#198)
- Prevent wfinfo from trying to go offline on WFM if the websocket is not connected (#198, #232)
- JWT token for WFM is no longer stored in Windows registry. It is now stored in separate file in encrypted form that is tied to current machine (#198, #227)
- Resolved weird legacy bug with equipment tab constantly refreshing (#221)
- Dropdown for locale is now a bit less ugly (#226)
- Settings window is now resizable/scrollable to improve experience with lower resolutions (#214)
- Improvements for AFK system in WFMarket integration (#223, #230)
Might be more, but essentially its overall improvement to a lot of things so we definitely recommend to give this release a try!
Big thanks for help in preparing this release to @tboby , @D1firehail , @ValidAQ , @PeterJeff
WFinfo 9.4.2
Welcome to all the new users! A bunch of fixes to some issues is ready for you to be using.
- Added an option to mark items as "Mastered" and the ability to scan mastered items from a profile
- Fixed Snapit errors with Kubrow parts
- Added some advanced snap-it options
- Added more detailed debugging information.
WFinfo 9.4.1
- Fixed debug zips naming preventing them from being unzipped
- Added feature to add scanned items to inventory thanks to @D1firehail
- Added full-screen overlay reminder thanks to @KintonHiryuu
Overall a small update but brings a long requested feature.
WFinfo 9.4.0
- Tesseract upgrade to more stable 4.1.1 (tl;dr better text recognition)
- New dropdown in settings for language selection (just English and Korean for now)
- Korean language support (kudos to @zoo-hyeon )
- Code is refactored to adopt more languages coming further
- Minor fixes for absolutely random stuff
- Add actually readable message for Google errors related to time syncing
- Add new Zephyr UI skin support
NOTE: This update will brick any prior versions due to how the project has been re-structured. If you wish to still use an older version you will have to manually download the appropriate .dll's and place them in the right folder.
WFinfo 9.3.3
This update is mostly a fix for a really bad bug, the following changes have been made:
Auto no longer defaults to on by default, this was caused by it being defined twice when creating the settings file.
New feature:
Overlay display offset, thanks to @saceria
WFinfo 9.3.2
Hey guys, this update is mostly just a big collection of bug fixes.
Windows 7 should no longer crash the program, I am unable to test for myself but win7 users please tell me if it still crashes.
Fixes and QOL improvements:
- Changes to window display so it doesn't spawn in a seemingly random place.
- Added a general disclaimer and contact e-mail to website
- Fixed list-it occasionally closing itself instead of hiding turning into errors that window did not exist anymore.
- Fixed list-it sometimes mistaking forma as list-able
- Fixed list-it not removing the last item in the series if you click "cancel"
- Fixed issue where list-it would not properly show the current name
- Fixed issue where search-it would change the list-it combo box but did not update the listings
- Added better debugging logs for list it
- Improved user returning from AFK experience
- Made an "Mark set as complete" button in the equipment window
- Added some checks to prevent the program from crashing when messing with: Display time, Efficiency min, Efficiency max
- Changed AFK timer to 7 minutes, added a catch where if warframe crashed it would put user offline
- Showing the error message when login to WFM under the password box instead of only the status (Thanks to https://github.com/KintonHiryuu)
As always, if you need help with something or want to ask questions join the discord! https://discord.gg/N8S5zfw
WFinfo 9.3.1
Fixes:
- Fixed some spelling mistakes
- Added culture parsing to efficiency so it will properly show now.
- Fixed issue where multiple web sockets where being opened at once resulting in the status being quickly switched back and forth.
- Fixed equipment tree closing the parent node whenever adding an item.
- Fixed an error message being to long and cut off in the status bar.
- Fixed dpi not being properly gotten resulting in anything but 100% dpi resulting in a mess.
- Added option to allow slowsecondprocess to be disabled
- Fixed dpi being used in calculations where it's not needed
Release 9.3.0
New features
Warframe.market integration that includes:
- Automatic status switch on Warframe.market realtime to ingame/offline/online/invisible based off launched warframe game process. 15 minute timer to check if the user has been recently active. If not, log him out of wf.m. (if you click
Remember Me
JWT token is being stored in Windows Registry) - Search bar for items to find best prices without need to do alt-tab to browser (Press ` while ingame with WFinfo launched)
- Ability to manage/list your picked rewards on warframe.market immediately right after getting them in fissure
Aside of that, new features include:
- Snap-it now shows ducat/plat ratio
- Add high contrast setting to settings.json
Fixes
- OCR/UI overall more stable
- Memory usage improvements
Other
- Overlays are now clickeable
- Optimized logic for dozens of code components including UI, OCR, warframe log & process tracking