From 78878e5f35f9b90857c607dd8e1910ebd08dfad0 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 18:57:48 +1000 Subject: [PATCH] Update rotki to v1.34.1 --- rotki/docker-compose.yml | 4 ++-- rotki/umbrel-app.yml | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/rotki/docker-compose.yml b/rotki/docker-compose.yml index 944e309e50..b776fa247d 100644 --- a/rotki/docker-compose.yml +++ b/rotki/docker-compose.yml @@ -7,10 +7,10 @@ services: APP_PORT: 80 web: - image: rotki/rotki:v1.32.2@sha256:86bafd1b486bcdb6d40e0d22abd282a704957ae012be423e67dd1ef7393c8eb5 + image: rotki/rotki:v1.34.1@sha256:a12971f0df42b606ae6a0f3db4ec63dd0698aa529eb36b748ba8592054d6952c restart: on-failure stop_grace_period: 1m init: true volumes: - ${APP_DATA_DIR}/data/data:/data - - ${APP_DATA_DIR}/data/logs:/logs + - ${APP_DATA_DIR}/data/logs:/logs \ No newline at end of file diff --git a/rotki/umbrel-app.yml b/rotki/umbrel-app.yml index 0b64d1850e..a13be11c49 100644 --- a/rotki/umbrel-app.yml +++ b/rotki/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: rotki category: finance name: rotki -version: "1.32.2" +version: "1.34.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. @@ -25,14 +25,12 @@ repo: https://github.com/rotki/rotki support: https://github.com/rotki/rotki/issues port: 8084 releaseNotes: >- - This release updates rotki from 1.31.0 to 1.32.2. + This update includes several improvements and bug fixes: + - Fixed issues for Windows users and improved pagination in the manual balances section. + - Re-added support for some low-powered CPUs that were not compatible with the previous version. - ⚠️ EVM history events will be re-decoded the first time you go to the history events page after you open the new version. - This is something that takes a bit of time (depending on amount of events) but is required in order to apply all changes since last release. - - - Full release notes and changes from previous versions can be found at https://github.com/rotki/rotki/releases + Full release notes are found at https://github.com/rotki/rotki/releases gallery: - 1.jpg - 2.jpg @@ -43,4 +41,4 @@ defaultUsername: "" defaultPassword: "" torOnly: false submitter: Xosten -submission: https://github.com/getumbrel/umbrel-apps/pull/255 +submission: https://github.com/getumbrel/umbrel-apps/pull/255 \ No newline at end of file