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 APP_PORT: 80
web: web:
image: rotki/rotki:v1.34.2@sha256:9175ee51892043c1c5dc3eccadd21187a37526b924aa10fc5121d35dcb0623d2 image: rotki/rotki:v1.34.3@sha256:6ef9506bef565b4da0a0a5339a8d34b16a76f5a592ea44140738e7808965e62e
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki id: rotki
category: finance category: finance
name: rotki name: rotki
version: "1.34.2" version: "1.34.3"
tagline: Portfolio tracking, analytics, accounting and tax reporting tagline: Portfolio tracking, analytics, accounting and tax reporting
description: >- description: >-
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy. 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 support: https://github.com/rotki/rotki/issues
port: 8084 port: 8084
releaseNotes: >- 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 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: Bug Fixes:
- Users can now filter by event subtype in the history events view. - Fixed an error that was creating snapshots more frequently than expected.
- ETH from staking now appears under the ETH breakdown on the dashboard. - Users will no longer be able to add duplicate names for an address for all EVM chains to the address book.
- Importing addresses from MetaMask works when multiple browser wallets are installed. - Eigenlayer native restaking exited balances residing in eigenpod will no longer be double counted.
- Background tasks now run properly when logging out and logging in again. - Active/exited validators will now be properly displayed and filtered for validators that are tracked but the withdrawal address is not.
- Improved detection of account activity in new EVM chains. - Detected tokens will no longer randomly disappear from a tracked address if new events are processed.
- Fixed a recursion error when querying the price of a token. - 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 Full release notes are found at https://github.com/rotki/rotki/releases