rotki
Privacy-focused, self-hosted crypto and financial portfolio tracker with accounting and tax reports
Alternative to: cointracker, koinly, coinstats, delta investment tracker
v1.31.1
2023-12-06Description
rotki v1.31.1 is a patch release on top of 1.31.0 fixing bugs our users found in the last week and also introducing some minor improvements. Most important thing fixed here is a nasty bug that happened during PnL report in some specific cases and made the report impossible to continue. We also added spam asset detection improvements. This release contains 32 commits from 7 different contributors.
For more information check the detailed changelog below :point_down:
Downloads
Upgrade is highly recommended. Download the binary for your OS from below:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
Optionally, you can also verify the integrity of the aforementioned binaries using the following checksums:
- Linux
- OSX
- arm64
- x86_64
- Standalone Backend
- Windows
New Features
- #7015 Users will be able to sort the blockchain accounts by displayed name.
- #7024 When a Uniswap-V2 or Sushiswap deposit gets decoded it will update the default symbol of the LP token to include information about the underlying tokens.
- #6885 Users can now specify EVM chains for which no activity will be auto-detected by rotki.
Bug Fixes
- Fix the bug that causes the error screen to appear strangely in dark mode.
- #7012 Fix issue where the title for the statistics card are missing.
- #7039 The edge case of a failed eth_call during initialization of decoders will no longer crash the user login task.
- Users will be able to see the address of the asset instead of the redundant asset name in the “Managed Assets” view and in the “Newly Detected Tokens” view.
- #7017 Fix the issue where clicking on the chain in the blockchain balance summary didn’t show the correct section.
- #6999 Chai token balances should not appear doubled under certain conditions.
- Fix styling issue with the lock icon for “Add collateralization ratio watcher” for non-premium user.
- Fix issue where the reports page cannot be loaded if there is old report from older version.
- Fix the issue where the app freezes for a few seconds on logout.
- #7009 PnL reports with an old type of event (such as DailyStats) following a swap will no longer fail with an exception.
- #6998 If a username contains a ’.’ the user will now be able to log in properly again.
- The welcome message at first login after a version upgrade will now have the correct link to the release notes.
- Swaps using 1inch where the Uniswap V3 decoder processed part of the transaction will be correctly decoded now.
- Creating, editing and deleting accounting rules will now update warnings when rendered events get affected in the history view.
- Showing a page with a history event with a non-recognized type/subtype combination will no longer stop the page from loading due to an error.