Browse Source

Update rotki 1.30.1 (#751)

main
Xosten 1 year ago
committed by GitHub
parent
commit
f492d8e8dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rotki/docker-compose.yml
  2. 13
      rotki/umbrel-app.yml

2
rotki/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: rotki/rotki:v1.30.0@sha256:6c7d1d2cde6923e2ec03bdf7f5f435940d5d1b24db8548a010ea81430719d043
image: rotki/rotki:v1.30.1@sha256:a9147394b07e9db8fdf9f034d9dbc344566ab8f2d28f6e1fe41520663d584b56
restart: on-failure
stop_grace_period: 1m
init: true

13
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki
category: finance
name: rotki
version: "1.30.0"
version: "1.30.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,11 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues
port: 8084
releaseNotes: >-
Rotki v1.30.0 is a big release containing many improvements
and bug fixes the team made in the last month!
The biggest feature coming in this release is support for the Arbitrum One chain,
but also a lot of smaller improvements and new protocol decoders for history events such as gitcoin v2,
gnosis safe etc.
rotki v1.30.1 is a small patch release on top of 1.30.0 fixing some of the bugs our users found in the last week.
Most important bug fixed here is the fix for the ability to push the DB backup to the server for premium users.
Full release notes and changes from previous versions can be found here: https://github.com/rotki/rotki/releases/tag/v1.30.0
Full release notes and changes from previous versions can be found here: https://github.com/rotki/rotki/releases/tag/v1.30.1
gallery:
- 1.jpg
- 2.jpg

Loading…
Cancel
Save