Update rotki to v1.34.3 (#1393)

This commit is contained in:
Nathan Fretz 2024-08-27 12:07:13 +10:00 committed by GitHub
parent d45388f269
commit fd56115719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 9 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.34.2@sha256:9175ee51892043c1c5dc3eccadd21187a37526b924aa10fc5121d35dcb0623d2
image: rotki/rotki:v1.34.3@sha256:6ef9506bef565b4da0a0a5339a8d34b16a76f5a592ea44140738e7808965e62e
restart: on-failure
stop_grace_period: 1m
init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.34.2"
version: "1.34.3"
tagline: Portfolio tracking, analytics, accounting and tax reporting
description: >-
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy.
@ -25,17 +25,20 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
⚠️ Due to a bug with token redetection, it's recommended to redetect tokens for all your addresses per each EVM chain you use.
New Features:
- New event type/subtype combinations added for receiving payments, paying for something, and receiving grants.
- Generic events can now be created or imported with location being bitcoin, bitcoin cash, polkadot and kusama.
Bug Fixes:
- Users can now filter by event subtype in the history events view.
- ETH from staking now appears under the ETH breakdown on the dashboard.
- Importing addresses from MetaMask works when multiple browser wallets are installed.
- Background tasks now run properly when logging out and logging in again.
- Improved detection of account activity in new EVM chains.
- Fixed a recursion error when querying the price of a token.
- Fixed an error that was creating snapshots more frequently than expected.
- Users will no longer be able to add duplicate names for an address for all EVM chains to the address book.
- Eigenlayer native restaking exited balances residing in eigenpod will no longer be double counted.
- Active/exited validators will now be properly displayed and filtered for validators that are tracked but the withdrawal address is not.
- Detected tokens will no longer randomly disappear from a tracked address if new events are processed.
- It will now be possible to refresh counterparty data if loading initially fails.
Full release notes are found at https://github.com/rotki/rotki/releases