Browse Source

Merge branch 'ghostfolio:main' into claude/ccr-c588a324-Bjc1Z

pull/6340/head
Amir Moradi 2 weeks ago
committed by GitHub
parent
commit
3f96f67f9f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      CHANGELOG.md
  2. 1
      apps/api/src/assets/cryptocurrencies/custom.json
  3. 12
      package-lock.json
  4. 2
      package.json

10
CHANGELOG.md

@ -5,6 +5,16 @@ 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
### Added
- Added support for the cryptocurrency _Sky_
### Changed
- Upgraded `ngx-markdown` from version `21.0.1` to `21.1.0`
## 2.239.0 - 2026-02-15 ## 2.239.0 - 2026-02-15
### Added ### Added

1
apps/api/src/assets/cryptocurrencies/custom.json

@ -4,6 +4,7 @@
"LUNA1": "Terra", "LUNA1": "Terra",
"LUNA2": "Terra", "LUNA2": "Terra",
"SGB1": "Songbird", "SGB1": "Songbird",
"SKY33038": "Sky",
"SMURFCAT": "Real Smurf Cat", "SMURFCAT": "Real Smurf Cat",
"TON11419": "Toncoin", "TON11419": "Toncoin",
"UNI1": "Uniswap", "UNI1": "Uniswap",

12
package-lock.json

@ -74,7 +74,7 @@
"ms": "3.0.0-canary.1", "ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1", "ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0", "ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1", "ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0", "ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1", "open-color": "1.9.1",
"papaparse": "5.3.1", "papaparse": "5.3.1",
@ -26308,16 +26308,16 @@
} }
}, },
"node_modules/ngx-markdown": { "node_modules/ngx-markdown": {
"version": "21.0.1", "version": "21.1.0",
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.0.1.tgz", "resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.1.0.tgz",
"integrity": "sha512-TQnxrU9b+JclgXBFVg0Xp/6YEMom+hpiEjBMlE56cIWzONNh7pshMeMkz972wWzvQvTP+55/BmEZQc+4Vq1MWg==", "integrity": "sha512-qiyn9Je20F9yS4/q0p1Xhk2b/HW0rHWWlJNRm8DIzJKNck9Rmn/BfFxq0webmQHPPyYkg2AjNq/ZeSqDTQJbsQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"emoji-toolkit": ">= 8.0.0 < 10.0.0", "emoji-toolkit": ">= 8.0.0 < 11.0.0",
"katex": "^0.16.0", "katex": "^0.16.0",
"mermaid": ">= 10.6.0 < 12.0.0", "mermaid": ">= 10.6.0 < 12.0.0",
"prismjs": "^1.30.0" "prismjs": "^1.30.0"
@ -26326,7 +26326,7 @@
"@angular/common": "^21.0.0", "@angular/common": "^21.0.0",
"@angular/core": "^21.0.0", "@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0", "@angular/platform-browser": "^21.0.0",
"marked": "^17.0.0 || ^16.0.0", "marked": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0", "rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0" "zone.js": "~0.15.0 || ~0.16.0"
} }

2
package.json

@ -118,7 +118,7 @@
"ms": "3.0.0-canary.1", "ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1", "ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0", "ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1", "ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0", "ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1", "open-color": "1.9.1",
"papaparse": "5.3.1", "papaparse": "5.3.1",

Loading…
Cancel
Save