Browse Source

Update Rotki to 1.31.0 (#868)

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

2
rotki/docker-compose.yml

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

9
rotki/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: rotki id: rotki
category: finance category: finance
name: rotki name: rotki
version: "1.30.1" version: "1.31.0"
tagline: Portfolio tracking, analytics, accounting and tax reporting tagline: Portfolio tracking, analytics, accounting and tax reporting
description: >- description: >-
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy. rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy.
@ -25,11 +25,10 @@ repo: https://github.com/rotki/rotki
support: https://github.com/rotki/rotki/issues support: https://github.com/rotki/rotki/issues
port: 8084 port: 8084
releaseNotes: >- releaseNotes: >-
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. rotki v1.31.0 is a gigantic release containing all the work that the team has been preparing in the last 3 months!
Most important bug fixed here is the fix for the ability to push the DB backup to the server for premium users. The biggest features coming in this release are support for Gnosis chain, support for Base chain, Velodrome support, a UI redesign but also a lot of smaller improvements and new protocol decoders for history events such as graph, ethereum attestation service and more!
Full release notes and changes from previous versions can be found here: https://github.com/rotki/rotki/releases
Full release notes and changes from previous versions can be found here: https://github.com/rotki/rotki/releases/tag/v1.30.1
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg

Loading…
Cancel
Save