Update rotki to v1.37.0 (#1998)

This commit is contained in:
Nathan Fretz 2024-12-31 11:39:11 +10:00 committed by GitHub
parent 5c5748bc3e
commit e82d436c98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.36.1@sha256:253ce6158e6cfc406401d504dc7e074f916a4b1104b803072b48b16bd720fdfa
image: rotki/rotki:v1.37.0@sha256:cdf654500db8c039b23368a4f06b58107b90aed3d692c4de35d5c5d2554300f9
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.36.1"
version: "1.37.0"
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,19 +25,26 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
⚠️ As always when upgrading, all your EVM history events will need to be redecoded. This takes time depending on the amount of events but is required to apply all changes. The redecoding triggers the first time you go to the history events page after opening the new version.
New features:
- Show quote amounts in trades section table
- Added location and address filters for asset breakdown table
- Improved protocol icon appearance in history events
- Enhanced asset icon placeholder display in both light and dark modes
- New rotki Wrapped feature showing transaction summary for 2024
- Support for Aura Finance staking for Balancer pools
- Support for Curve Lending with proper balance detection
- Support for Morpho vaults with balance detection
- Option to hide small balances with customizable threshold
- New display option for very small numbers using subscript format
- Automatic calendar reminders for Basenames expiration
- Improved blockchain balance displays with percentage of net value
- Enhanced tag management accessible from sidebar
Improvements and bug fixes:
- Fixed Coinbase deposits appearing as withdrawals
- Fixed token detection issues
- Improved transaction querying speed
- Better handling of subscription notifications
- Various UI improvements and layout fixes
- Better handling of multiple notifications
- Improved balance detection for various protocols
- Enhanced transaction decoding accuracy
- Various UI and usability improvements
Full release notes are found at https://github.com/rotki/rotki/releases