Browse Source

Merge branch 'main' into adding_coingecko

pull/1736/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
bcefa587dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-image.yml
  2. 3
      CHANGELOG.md
  3. 2
      apps/client/src/app/pages/about/about-page.html

2
.github/workflows/docker-image.yml

@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm/v7,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.output.labels }} labels: ${{ steps.meta.output.labels }}

3
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added `COINGECKO` as a new data source type - Added `COINGECKO` as a new data source type
- Added the configuration to publish a `linux/arm/v7` docker image
## 1.237.0 - 2023-02-19 ## 1.237.0 - 2023-02-19
@ -763,7 +764,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the alias to the `Access` database schema - Added the alias to the `Access` database schema
- Added support for translated time distances - Added support for translated time distances
- Added a _GitHub Action_ to create an `arm64` docker image - Added a _GitHub Action_ to create an `linux/arm64` docker image
### Changed ### Changed

2
apps/client/src/app/pages/about/about-page.html

@ -48,7 +48,7 @@
>hi@ghostfol.io</a >hi@ghostfol.io</a
></ng-container ></ng-container
> >
or open an issue at or start a discussion at
<a <a
href="https://github.com/ghostfolio/ghostfolio" href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub" title="Find Ghostfolio on GitHub"

Loading…
Cancel
Save