Skip to content

Commit

Permalink
Update rotki to v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 30, 2024
1 parent 9a54c48 commit 68f66ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 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.36.1@sha256:253ce6158e6cfc406401d504dc7e074f916a4b1104b803072b48b16bd720fdfa
image: rotki/rotki:v1.37.0@sha256:cdf654500db8c039b23368a4f06b58107b90aed3d692c4de35d5c5d2554300f9
restart: on-failure
stop_grace_period: 1m
init: true
Expand Down
27 changes: 17 additions & 10 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.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.
Expand All @@ -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
Expand Down

0 comments on commit 68f66ca

Please sign in to comment.