Skip to content

Commit

Permalink
Update rotki to v1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 1, 2024
1 parent 0a4d229 commit bc64658
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 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.0@sha256:765cd6cebfc25a2e0ddbe5735674e655b81a1a19ab7c207f2dfcd34428ad8d3a
image: rotki/rotki:v1.36.1@sha256:253ce6158e6cfc406401d504dc7e074f916a4b1104b803072b48b16bd720fdfa
restart: on-failure
stop_grace_period: 1m
init: true
Expand Down
25 changes: 10 additions & 15 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.0"
version: "1.36.1"
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,24 +25,19 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
⚠️ As always when you are upgrading from an older release, 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:
- Complete redesign of the settings view
- Support for Coinbase Prime exchange with balances and trades
- Support for Umami Finance on Arbitrum
- Improved bridge transaction detection for Polygon and Superchain networks
- Calendar reminders for L2 bridge withdrawals and airdrop claim deadlines
- Support for Scroll airdrop claims
- Support for Yearn V3 vaults
- Search functionality in blockchain balances asset table
- 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
Improvements and bug fixes:
- Various balance detection and transaction decoding improvements
- Better handling of exchange data imports
- Enhanced support for multiple DeFi protocols
- 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
Full release notes are found at https://github.com/rotki/rotki/releases
Expand Down

0 comments on commit bc64658

Please sign in to comment.