Skip to content

Releases: viktorgullmark/exilence-next

0.4.8

03 May 17:18
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 memory would increase too much over time

0.4.7

02 May 18:18
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 credits section to the help menu
Fixed
  • Fixed a bug where snapshots would fail to be created
  • Fixed a bug where too many errors were sent to Sentry
  • Fixed a bug where the price league dropdown for custom prices was not updated when new leagues were introduced
Updated
  • Updated authorization code in preparation of new OAuth flow

0.4.6

25 Apr 15:03
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 rare bug where the app would not start properly and result in a blank screen
    • Reason was some users having special characters and/or spaces in their windows username

0.4.5

14 Apr 22:05
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 missing translations
  • Improved error logging to Sentry
  • Minor visual improvements
Fixed
  • Fixed a console warning related to mobx arrays
  • Fixed a console warning related to missing style element
Changed
  • Changed size and color of Patreon wordmark to blend in more with theme
Updated
  • Updated Sentry SDK

0.4.4

30 Mar 16:09
a6d6bbc
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 improved loading indicators for net worth page
  • Minor visual improvements
Fixed
  • Fixed a bug where the reset data option did not work properly
  • Fixed a bug where the tabs column would take up multiple rows
  • Fixed a bug where the income was not reset when snapshots were cleared
Changed
  • Changed location of Patreon button and updated it with their new wordmark
Updated
  • Updated Electron (10.1.4 -> 12.0.2) with dependencies

0.4.3

28 Mar 14:54
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 to toggle hardware acceleration
  • Added pricing of invitations
  • Added the ability to manually reset storage (IndexedDB)
  • Introduced basic error boundaries
    • Should catch most if not all errors and display them to the user, hopefully resolves whitescreen issues
Fixed
  • Fixed a bug where the values differed between the net worth total and the filter total
  • Fixed a bug where you couldn't properly switch accounts, should now correctly reset your previous session
  • Fixed a bug where the storage wasnt cleared correctly when doing this manually
  • Fixed a bug where setting the interface scaling using the input field didnt work
  • Fixed one cause to the app sometimes being stuck on a whitescreen when launching
  • Fixed a bug where the active profile would sometimes change when syncing from the server
Changed
  • Reworked the way OAuth2 works, to match GGGs new requirements on OAuth2 apps
  • Improved styling of the notifications to make it more clear when an error appeared

0.4.2

02 Nov 21:52
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 loading screen that will be shown before the app is rendered
Fixed
  • Fixed a bug where snapshotting in group would sometimes crash the app for other group members
  • Fixed a bug where the "filter total" value would be inaccurate when in a group
  • Fixed a bug where the value for snapshots would sometimes differ between group members

0.4.1

29 Oct 22:15
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
  • Hotfix for the price fetching interval being incorrectly set

0.4.0

29 Oct 21: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 new section "prices" in the settings
    • Ability to see all prices stored for each league
    • Ability to override any price with your custom value
    • Added a shortcut to customize prices from the item table
  • Added a new support menu in the main window toolbar with helpful links
  • Added persistence of position/size for the overlay
  • Added reindexing of stash tabs before every snapshot, to support moving tabs around
  • Added a status message that shows when prices are being updated
  • Added a background process for parsing the Client.txt in preparation for upcoming features
  • Added rarity color for legacy uniques
  • Added style tweaks to the item table
  • Added persistence of selected settings tab
  • Added a warning icon to the toolbar that will show when prices has not been retrieved
  • Added a popup for displaying important announcements from the development team
    • This will only be used in emergencies that require manual actions from you
Fixed
  • Fixed a bug where auto snapshotting would sometimes stop working
  • Fixed a bug where the installer would sometimes get stuck halfway without any visible errors
  • Fixed a bug where the net worth overlay would not update when income was reset
  • Fixed a bug where snapshotting would result in a "prices of undefined" error
Changed
  • Reworked how income is calculated (will be changed further in upcoming releases)
    • Now based on the past hour, or the latest reset timestamp if one exists
  • Changed the default page size to 25, up from 10 for all tables
  • Changed title on the net worth settings tab (from "Net worth" to "General")
  • Disabled the ability to sign out during snapshotting or initiation process
  • Reworked the layout of the side menu
  • Refactored code in preparation for new upcoming features
Updated
  • Updated the main framework (Electron) to the latest version
  • Updated React and related dependencies to the latest version
  • Updated most other dependencies we use to the latest version

0.3.14

22 Oct 22:51
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 tooltips to the icon buttons in the table toolbar
Fixed
  • Fixed a bug where the app would not open correctly from tray when relaunching it
  • Fixed a bug where some settings had a trailing NaN value
Updated
  • Updated libraries for the table component (react-table)