Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror
This commit is contained in:
commit
6e630bd5a5
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 2.116.0 - 2024-10-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -250,6 +250,17 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '€69.99',
|
pricingPerYear: '€69.99',
|
||||||
slogan: 'Personal finances, simplified'
|
slogan: 'Personal finances, simplified'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
founded: 2021,
|
||||||
|
hasFreePlan: true,
|
||||||
|
hasSelfHostingAbility: false,
|
||||||
|
key: 'firekit',
|
||||||
|
languages: ['English', 'українська мова'],
|
||||||
|
name: 'FIREkit',
|
||||||
|
origin: 'Ukraine',
|
||||||
|
pricingPerYear: '$40',
|
||||||
|
slogan: 'A simple solution to track your wealth online'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
hasFreePlan: true,
|
hasFreePlan: true,
|
||||||
hasSelfHostingAbility: false,
|
hasSelfHostingAbility: false,
|
||||||
@ -337,6 +348,15 @@ export const personalFinanceTools: Product[] = [
|
|||||||
pricingPerYear: '$150',
|
pricingPerYear: '$150',
|
||||||
slogan: 'The Time Machine for your Net Worth'
|
slogan: 'The Time Machine for your Net Worth'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
founded: 2021,
|
||||||
|
hasFreePlan: false,
|
||||||
|
key: 'leafs',
|
||||||
|
languages: ['Deutsch', 'English'],
|
||||||
|
name: 'Leafs',
|
||||||
|
origin: 'Switzerland',
|
||||||
|
slogan: 'Sustainability insights for wealth managers'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
founded: 2018,
|
founded: 2018,
|
||||||
hasFreePlan: false,
|
hasFreePlan: false,
|
||||||
|
@ -88,6 +88,7 @@ const locales = {
|
|||||||
'South Africa': $localize`South Africa`,
|
'South Africa': $localize`South Africa`,
|
||||||
Switzerland: $localize`Switzerland`,
|
Switzerland: $localize`Switzerland`,
|
||||||
Thailand: $localize`Thailand`,
|
Thailand: $localize`Thailand`,
|
||||||
|
Ukraine: $localize`Ukraine`,
|
||||||
'United States': $localize`United States`,
|
'United States': $localize`United States`,
|
||||||
|
|
||||||
// Fear and Greed Index
|
// Fear and Greed Index
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghostfolio",
|
"name": "ghostfolio",
|
||||||
"version": "2.115.0",
|
"version": "2.116.0",
|
||||||
"homepage": "https://ghostfol.io",
|
"homepage": "https://ghostfol.io",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"repository": "https://github.com/ghostfolio/ghostfolio",
|
"repository": "https://github.com/ghostfolio/ghostfolio",
|
||||||
|
@ -193,9 +193,9 @@ model SymbolProfileOverrides {
|
|||||||
holdings Json? @default("[]")
|
holdings Json? @default("[]")
|
||||||
name String?
|
name String?
|
||||||
sectors Json? @default("[]")
|
sectors Json? @default("[]")
|
||||||
url String?
|
|
||||||
symbolProfileId String @id
|
symbolProfileId String @id
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
url String?
|
||||||
SymbolProfile SymbolProfile @relation(fields: [symbolProfileId], onDelete: Cascade, references: [id])
|
SymbolProfile SymbolProfile @relation(fields: [symbolProfileId], onDelete: Cascade, references: [id])
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -239,7 +239,7 @@ model User {
|
|||||||
Order Order[]
|
Order Order[]
|
||||||
Settings Settings?
|
Settings Settings?
|
||||||
Subscription Subscription[]
|
Subscription Subscription[]
|
||||||
Tag Tag[]
|
Tag Tag[]
|
||||||
|
|
||||||
@@index([accessToken])
|
@@index([accessToken])
|
||||||
@@index([createdAt])
|
@@index([createdAt])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user