Browse Source

Update rotki to version v1.34.2 (#1337)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
a1c3c02a3c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      rotki/docker-compose.yml
  2. 17
      rotki/umbrel-app.yml

2
rotki/docker-compose.yml

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

17
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki id: rotki
category: finance category: finance
name: rotki name: rotki
version: "1.34.1" version: "1.34.2"
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,15 +25,18 @@ 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: >-
⚠️ EVM history events will be re-decoded the first time you go to the history events page after you open the new version. New Features:
You can monitor progress by pressing the 3 dots menu on the top right. Have patience until redecoding finished. - New event type/subtype combinations added for receiving payments, paying for something, and receiving grants.
Bug Fixes: Bug Fixes:
- Eigenlayer LST pending withdrawals that have been completed should no longer count as user balance. - Users can now filter by event subtype in the history events view.
- Assets section will now show correct number of assets on any page when excluding ignored assets. - ETH from staking now appears under the ETH breakdown on the dashboard.
- Prices of HOP LP tokens will now properly show up for all pools. - Importing addresses from MetaMask works when multiple browser wallets are installed.
- Fixed manual pagination. - 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.
Full release notes are found at https://github.com/rotki/rotki/releases Full release notes are found at https://github.com/rotki/rotki/releases
gallery: gallery:

Loading…
Cancel
Save