Skip to content

Releases: wuuthradd/WFInfo-Linux

v9.8.2.3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:15

Some Fixes and Adjustments

  • Fixed snap-it selection tint going fully white on some setups.
  • Fixed WFMarket login and status updates failing or timing out on networks where IPv6 hangs.
  • WFMarket Orders search/filter/sort no longer rebuilds cards (brief flash / missing colors).

v9.8.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:06

Fixed Vulkan Layer Mounting

  • Vulkan layer safeguards were failing for some instances, divided stub and overlay into different .so files and it wont "try to load overlay then skip" anymore.

Other

  • Small refractors with .Core folder.

v9.8.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:23

Some Adjustments to Trade Done

  • Trade done now allows you to change price and count while still matching the order. By default it will show the matched order and count from the trade log, but if you wanted to give more or do a discount, you can edit those amounts and then mark as sold. It will edit the price of that matched order and sell that amount, without changing the order's price.
  • Fixed some scenarios related to multi-order trades and set trades.
  • Fixed arcane ranks not being recognized.
  • Trade done window design changes for better readability.

Other & Notes

  • WFMarket Orders window action button sizes adjusted for readability.
  • Make sure to change your "Initial delay (ms)" and "Poll interval (ms)" delays accordingly. By default they are both 500 ms, but because old users have an already existing settings file, it will be 2000 and 250 ms which will delay 2 seconds to get a screenshot at the reward screen.
  • Currently there is some issues regarding new theme detection so if "Auto" theme have problems, just manually select your theme.

v9.8.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:03

New Feature - Warframe Market Orders

  • View, edit, and delete your warframe.market orders. Accesible from main window, new icon at right panel
  • Place Order window: post new sell/buy orders directly from the app
  • Transaction History window: browse past trades with date grouping
  • Trade detection: DBMON bridge now parses trade confirmations and fires events on successful trades. To activate go to settings, enable "Auto trade done"
  • Trade Done window: after a completed trade, prompts to mark matching orders as sold and optionally decrement inventory

New Feature - Desktop Notifications

  • Whisper detection and desktop notifications via notify-send while game is not focused, with selectable notification sounds. Enabled by default, with 6 different notfication sound to choose from settings.

Other

  • Main window title changed to WFInfo-Linux
  • Updated looks of Auto-List window, matching new style.
  • Cleaning, small fixes and QoL adjustments.

v9.8.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:00
  • Fix Tesseract failing to load on Fedora 39+ and other modern glibc systems (libdl.so merged into libc)
  • Fix Tesseract and Leptonica library discovery on distros with non-standard soname versions
  • AppImage now supports both FUSE2 and FUSE3
  • Fix Vulkan layer log missing for some game sessions

v9.8.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 01:13

Vulkan layer migration

  • Replaced X11/Wayland overlay and screenshot systems with a Vulkan layer that hooks the game's swapchain for screenshot capture and overlay compositing. You have to pass WFINFO=1 env to whatever launcher you are using, add WFINFO=1 %command% to launch options for steam.
  • Overlays now work in fullscreen, borderless and windowed modes on any display server and any compositor
  • HDR support: Warframe in game HDR is now supported. Recommended to use custom themes if you want best results. In game paperwhite setting can affect filtering so your filter wont work for different margin values, same as WPF version.
  • Handles DXVK multi-device init (extra devices get passthrough dispatch)

UI and window changes

  • Update dialogue: proper markdown rendering for release notes
  • Various layout fixes across windows (Equipment, Relics, SearchIt, PlusOne, Login, Settings, Welcome, ListingHelper)
  • Theme adjuster and settings window bug fixes

Other

  • Removed EE.log tailing fallback, DBMON bridge is now the only log capture method
  • Cursor tracking now done via DBMON bridge
  • Theme adjuster: added Import/Export JSON, also filter preset system to save and load them. Filters saved to $XDG_DATA_HOME/WFInfo/filters/ (default ~/.local/share/WFInfo/filters/)
  • Migrated to C++ for better Vulkan layer implementation

v9.8.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:04
  • Use dedicated X11 display connection for screenshot captures, fixing XShm crashes and XGetWindowAttributes failures caused by race issues on the shared connection
  • Re-enable XShm on XWayland for faster screenshot captures (previously was disabled because causing crashes which "fixed" now)
  • Fix game window not being re-discovered after Warframe restarts (XID retry)
  • Fix screenshot capture failing on compositors where XGetWindowAttributes is unavailable (XWayland fallback using screen bounds)
  • Fix reward detection and theme detection failing on ultrawide monitors due to incorrect screen scaling calculation

v9.8.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:16
  • Fix verify count window not stealing focus on subsequent scans, fix layout to match WPF, remember window position within session
  • Added self update for both AppImage and tarball installations, fixed previous layout issues on update dialog window, added check for updates button in settings.
  • Layout correction on main window and some small fixes.

v9.8.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:53

Linux port of WFInfo. Full port from WPF/.NET Framework 4.8 to Avalonia/.NET 10 with Linux-native backends.