Skip to content

Releases: viktorgullmark/exilence-next

0.3.13

22 Oct 17:43
96ec81e
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Fixed
  • Fixed a bug where the auto updater stopped working

0.3.12

22 Oct 17:18
721361a
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Fixed
  • Fixed a bug where the app would not close
  • Fixed a bug where the app would be stuck on white screen when launched a second time

0.3.11

22 Oct 08:45
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added a link to view the price history on poe.ninja for each item
  • Added a reset button to the income widget
  • Added support for resizing columns in the item table
  • Added support for toggling which columns are visible in the item table
  • Added support for minimizing the app to the system tray
    • Will be put in tray when you close the app
Changed
  • Reworked the entire table structure and should now be more performant
  • Reworked how income is calculated
    • Now calculates over every hour since the session started, instead of only the past hour
  • Minor style tweaks

0.3.10

19 Sep 09:25
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Changed
  • Minor style tweaks
Removed
  • Removed seed as a item category

0.3.9

29 Jul 15:40
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added support for pricing seeds
  • Added a new column "Item level" in the item table
  • Added a warning text if more than 10 tabs are selected in the profile
  • Added translations for "no_characters" string
Changed
  • Changed how the price tresholds work (thanks to kryo4096)
    • The total treshold now overrides the individual treshold, not the other way around
    • Note that this may affect your net worth substantially depending on settings
  • Changed the behavior of the menu drawers, to reduce client lag
  • Changed the visual display of the expired session error on the login screen
Fixed
  • Fixed a bug where items with no value would be listed, e.g common/rare items

0.3.8

17 Jun 10:08
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added the support button to the login page
  • Added an in app modal which explains how to find your session Id, instead of redirecting to the Discord

0.3.7

16 Jun 18:47
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added a setting for selecting the cutoff for stacks of items, similar to the price treshold but for the total item count
    • Maximum value for the setting is capped at 5000 c
  • Added a fallback to 'Standard' league for profiles where the pricing league was outdated
    • Previously we didnt update these profiles, so they would fail when snapshotting
  • Added the ability to go to the first page in the item table
  • Added the ability to go to the last page in the item table
  • Added missing translations
Changed
  • Reduced the minimum width of the main window to 800, down from 1000px
  • Changed the session id link to redirect to our Discord instead of the old wiki page
  • Minor improvements to the layout of the settings page
Fixed
  • Fixed a bug where the app would crash if you pressed enter while having the search bar in focus (thanks to romankrru)
  • Fixed a bug where the page size for the item table would not persist through restarts
Removed
  • Removed some leftover console logs

0.3.6

11 Apr 15:46
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added a label which shows the current selection net worth value (e.g after searching/filtering) (thanks to kryo4096)
  • Added the ability to set a custom price treshold interval between 1c and 100c (thanks to kryo4096)
  • Added the ability to search for rarities/categories in the search bar (thanks to kryo4096)
    • You can now typ 'currency' to list only currency for example
Changed
  • Changed position of the "Reset zoom" button in the charts
  • Disable group actions while snapshotting (thanks to PezeM)
Fixed
  • Fixed a bug where the loading indicator would not appear when validating a session
  • Fixed a bug where the total net worth would sometimes differ slightly from the item table total value
Removed
  • Removed the unique- and map stash tabs from the stash tab dropdown (thanks to M-Schiller)

0.3.5

29 Mar 14:35
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added the ability to filter stash tabs in the tab breakdown chart
Fixed
  • Fixed a performance issue introduced with the last update
    • We now limit the snapshots to a count of 50 in the tab breakdown chart

0.3.4

28 Mar 20:42
Compare
Choose a tag to compare

If it's your first time using Exilence Next, download the installer(.exe) to install the program.

New in this version:
Added
  • Added a new chart for breakdown per tab
  • Added a chart toolbox to the net worth chart, for selecting different timespans
  • Minor chart improvements