Browse Source

Update Rotki to 1.26.2 (#337)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Xosten 2 years ago
committed by GitHub
parent
commit
fdf8d7e367
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rotki/docker-compose.yml
  2. 8
      rotki/umbrel-app.yml

2
rotki/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.26.1@sha256:14ac75dc4acdedd762bc13e6d62c9a46d3ef9f9e395fb24fc4086b5cb2eca733
image: rotki/rotki:v1.26.2@sha256:c6bce2d6a9fc839e2e34a296f2c936eae54a7d4957297bcd7eabec14f18a9930
restart: on-failure
stop_grace_period: 1m
init: true

8
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: Finance
name: rotki
version: "1.26.1"
version: "1.26.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.
@ -24,6 +24,12 @@ dependencies: []
repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
- Fixes issues with Binance CSV imports, stops unnecessary balance refreshes and updates the default Ethereum open nodes to stop querying nodes that are no longer online and query more reliable nodes.
- From this release and on we enabled seasonal icons! You may notice rotki has a more festive spirit 🐦 🎅
- Full changelog can be found here: https://github.com/rotki/rotki/releases/tag/v1.26.2
gallery:
- 1.jpg
- 2.jpg

Loading…
Cancel
Save