Skip to content

Commit

Permalink
Update rotki to v1.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 11, 2024
1 parent ce6ff9c commit 7704723
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rotki/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 80

web:
image: rotki/rotki:v1.34.1@sha256:a12971f0df42b606ae6a0f3db4ec63dd0698aa529eb36b748ba8592054d6952c
image: rotki/rotki:v1.34.2@sha256:9175ee51892043c1c5dc3eccadd21187a37526b924aa10fc5121d35dcb0623d2
restart: on-failure
stop_grace_period: 1m
init: true
Expand Down
17 changes: 12 additions & 5 deletions rotki/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.34.1"
version: "1.34.2"
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.
Expand All @@ -29,11 +29,18 @@ releaseNotes: >-
You can monitor progress by pressing the 3 dots menu on the top right. Have patience until redecoding finished.
New Features:
- New event type/subtype combinations added for receiving payments, paying for something, and receiving grants.
Bug Fixes:
- Eigenlayer LST pending withdrawals that have been completed should no longer count as user balance.
- Assets section will now show correct number of assets on any page when excluding ignored assets.
- Prices of HOP LP tokens will now properly show up for all pools.
- Fixed manual pagination.
- 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.
Full release notes are found at https://github.com/rotki/rotki/releases
gallery:
Expand Down

0 comments on commit 7704723

Please sign in to comment.