Skip to content

Conversation

@soerenschneider
Copy link
Owner

@soerenschneider soerenschneider commented Jul 7, 2025

This PR contains the following updates:

Package Update Change
docker.io/ghostfolio/ghostfolio minor 2.177.0 -> 2.213.0

Release Notes

ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)

v2.213.0

Compare Source

Added
  • Extended the activities table menu with a View Holding item
  • Added the error logging to the symbol lookup in the Trackinsight data enhancer
Changed
  • Improved the icon of the holdings tab on the home page
  • Improved the icon of the holdings tab on the home page for the Zen Mode
  • Improved the icon of the holdings tab in the account detail dialog
  • Migrated the tags selector component in the holding detail dialog to form control
  • Improved the language localization for German (de)
  • Upgraded nestjs from version 11.1.3 to 11.1.8

v2.212.0

Compare Source

Added
  • Added a close holding button to the holding detail dialog
  • Added the Sponsors section to the about page
  • Extended the user detail dialog in the users section of the admin control panel
Changed
  • Refactored the generation of the holdings table in the Copy AI prompt to clipboard for analysis action on the analysis page (experimental)
  • Refactored the generation of the holdings table in the Copy portfolio data to clipboard for AI prompt action on the analysis page (experimental)
  • Improved the usability of the user detail dialog in the users section of the admin control panel
  • Improved the language localization for German (de)
Fixed
  • Ensured the locale is available in the settings dialog to customize the rule thresholds of the X-ray page

v2.211.0

Compare Source

Added
  • Extended the export functionality by the user account’s performance calculation type
  • Added the SelfhostedHub logo to the logo carousel on the landing page
  • Added a user detail dialog to the users section of the admin control panel
Changed
  • Localized the number formatting in the static portfolio analysis rule: Liquidity (Buying Power)
  • Moved the Prisma Configuration File from prisma.config.ts to .config/prisma.ts
  • Improved the language localization for German (de)
  • Upgraded prisma from version 6.17.1 to 6.18.0
  • Upgraded tablemark from version 3.1.0 to 4.1.0
Fixed
  • Fixed the style in the footer row of the accounts table
  • Fixed the rendering of names and symbols for custom assets in the import activities dialog
  • Fixed an issue with the market price in base currency during the portfolio snapshot calculation

v2.210.1

Compare Source

Added
  • Added support for data gathering by date range in the asset profile details dialog of the admin control panel
Changed
  • Extracted the portfolio filter form of the assistant to a reusable component
  • Formatted the holdings table in the Copy AI prompt to clipboard for analysis action on the analysis page (experimental)
  • Formatted the holdings table in the Copy portfolio data to clipboard for AI prompt action on the analysis page (experimental)
  • Reverted the explicit configuration of the Redis address family in the job queue module
  • Improved the language localization for German (de)
  • Upgraded ioredis from version 5.6.1 to 5.8.2
Fixed
  • Fixed the enter key press to submit the form of the login with access token dialog
  • Fixed an issue in the database seeding process caused by unresolved environment variables in DATABASE_URL

v2.210.0

Compare Source

Added
  • Added support for data gathering by date range in the asset profile details dialog of the admin control panel
Changed
  • Extracted the portfolio filter form of the assistant to a reusable component
  • Formatted the holdings table in the Copy AI prompt to clipboard for analysis action on the analysis page (experimental)
  • Formatted the holdings table in the Copy portfolio data to clipboard for AI prompt action on the analysis page (experimental)
  • Reverted the explicit configuration of the Redis address family in the job queue module
  • Improved the language localization for German (de)
  • Upgraded ioredis from version 5.6.1 to 5.8.2
Fixed
  • Fixed the enter key press to submit the form of the login with access token dialog
  • Fixed an issue in the database seeding process caused by unresolved environment variables in DATABASE_URL
Special Thanks

v2.209.0

Compare Source

Added
  • Extended the glossary of the resources page by Stealth Wealth
  • Extended the content of the pricing page
  • Added a Storybook story for the holdings table component
Changed
  • Disabled the zoom functionality in the Progressive Web App (PWA)
  • Improved the currency validation in the get asset profiles functionality of the data provider service
  • Improved the currency validation in the search functionality of the data provider service
  • Optimized the get quotes functionality by utilizing the asset profile resolutions in the Financial Modeling Prep service
  • Extracted the footer to a component
  • Refactored the blog page component to standalone
  • Improved the portfolio calculator unit tests to load the user currency from the exported file
  • Improved the language localization for German (de)
Fixed
  • Fixed an issue in the csv file import where custom asset profiles failed due to validation errors
  • Fixed an issue with the total buy and sell calculation in the summary related to activities in a custom currency
  • Respected the include indices flag in the search functionality of the Financial Modeling Prep service
  • Fixed an issue where the scroll position was not restored when changing pages
  • Fixed the word wrap in the menus of the activities table component
  • Fixed the dark mode in the As seen in section on the landing page

v2.208.0

Compare Source

Added
  • Added support for configuring the safe withdrawal rate in the FIRE section (experimental)
Changed
  • Changed the As seen in section on the landing page to an animated carousel
  • Refactored transactionCount to activitiesCount in the endpoint GET api/v1/portfolio/holding/:dataSource/:symbol
  • Refactored various components to use self-closing tags
  • Removed the deprecated endpoint GET api/v1/portfolio/position/:dataSource/:symbol
  • Removed the deprecated endpoint PUT api/v1/portfolio/position/:dataSource/:symbol/tags
  • Improved the language localization for German (de)
  • Upgraded prisma from version 6.16.1 to 6.17.1
Fixed
  • Fixed the server startup message to properly display IPv6 addresses
  • Enabled IPv6 connectivity for Redis in the job queue module by setting the address family
  • Fixed an issue where importing custom asset profiles failed due to validation errors

v2.207.0

Compare Source

Added
  • Added support to edit a granted access (experimental)
  • Introduced tabs to the asset profile details dialog in the admin control panel
  • Added support for a date range query parameter in the data gathering endpoint
  • Added a Storybook story for the activities table component
Changed
  • Improved the spacing around the buttons in the holding detail dialog
  • Extended the Storybook stories of the accounts table component by a loading state story
  • Refactored the auth page to standalone
  • Improved the language localization for German (de)
Fixed
  • Fixed the word wrap in the menu of the access table component
  • Fixed the word wrap in the menu of the activities table component
  • Fixed the word wrap in the menu of the asset profile details dialog in the admin control panel

v2.206.0

Compare Source

Changed
  • Localized the number formatting in the settings dialog to customize the rule thresholds of the X-ray page
  • Improved the usability of the assistant by preselecting the first search result
  • Improved the usability of the Cancel / Close buttons in the create watchlist item dialog
  • Refactored the fireWealth from number type to a structured object in the summary of the portfolio details endpoint
  • Refactored the Open Startup (/open) page to standalone
  • Refactored the file drop directive to standalone
  • Refactored the symbol pipe to standalone
Fixed
  • Handled an exception in the get asset profile functionality of the Financial Modeling Prep service
  • Added the missing CommonModule import in the import activities dialog

v2.205.0

Compare Source

Changed
  • Restricted the selection of the retirement date picker in the FIRE calculator to a future date
  • Improved the support for mutual funds in the Financial Modeling Prep service (get asset profiles)
  • Improved the language localization for German (de)
  • Upgraded prisma from version 6.16.1 to 6.16.3

v2.204.0

Compare Source

Added
  • Added the safe withdrawal rate to the user settings (experimental)
Changed
  • Improved the number formatting of the y-axis labels in the investment chart component
  • Localized the number formatting of the y-axis labels in the line chart component
  • Improved the wording of the 4% rule in the FIRE section
  • Improved the usability of the create asset profile dialog in the market data section of the admin control panel
  • Improved the language localization for German (de)
Fixed
  • Improved the table headers’ alignment of the activities table

v2.203.0

Compare Source

Added
  • Added support for column sorting to the queue jobs table in the admin control panel
  • Added a blog post: Hacktoberfest 2025
Changed
  • Removed the deprecated ITEM activity type

v2.202.0

Compare Source

Added
  • Added settings to the Access model
Changed
  • Extended the tags selector component to support form control
  • Changed the deprecated ITEM activity type to VALUABLE in the create or update activity dialog
Fixed
  • Fixed an issue where the save button was not enabled after editing tags in the create or update activity dialog
  • Fixed an issue in the investment calculation when selling all units of a holding

v2.201.0

Compare Source

Added
  • Added the symbol to the benchmark component
  • Added the latest activities to the public page (experimental)
  • Added pagination to the activities table of the activities import dialog
  • Added an option to configure the account column of the activities table component
Changed
  • Hid the account column from the activities table of the account detail dialog to avoid redundant information
  • Renamed the show access token dialog component to user account registration dialog component
  • Refreshed the cryptocurrencies list
  • Improved the language localization for German (de)
  • Upgraded countup.js from version 2.8.2 to 2.9.0
Fixed
  • Fixed an issue with unitPriceInAssetProfileCurrency in the value redaction interceptor for the impersonation mode

v2.200.0

Compare Source

Changed
  • Refactored the show access token dialog component to standalone
  • Upgraded prisma from version 6.15.0 to 6.16.1
Fixed
  • Removed a temporary element from the activities table component

v2.199.0

Compare Source

Added
  • Extended the content of the performance calculation method by dividends on the Frequently Asked Questions (FAQ) page
  • Added a Storybook story for the entity logo image component
Changed
  • Improved the search in the Yahoo Finance service
  • Moved the holdings table into the holdings section on the public page
  • Migrated to the Prisma Configuration File approach (prisma.config.ts)
  • Refactored the login with access token dialog component to standalone
  • Prefixed the crypto, fs and path imports with node:
  • Upgraded yahoo-finance2 from version 3.8.0 to 3.10.0
Fixed
  • Fixed a pagination issue in the market data endpoint by adding id as a secondary sort criterion to ensure consistent ordering in the admin control panel
  • Fixed a pagination issue in the user endpoint by adding id as a secondary sort criterion to ensure consistent ordering in the admin control panel

v2.198.0

Compare Source

Changed
  • Extended the variations of the interstitials for the subscription
  • Renamed the job identifier column in the jobs queue view of the admin control panel
  • Refactored the markets page to standalone
  • Refactored the fear and greed index component to standalone
  • Refactored the header component to standalone
  • Refactored the investment chart component to standalone
  • Refactored the rule component to standalone
  • Refactored the rules component to standalone
  • Refactored the subscription interstitial dialog component to standalone
  • Removed the IonIcon import from the landing page
  • Improved the language localization for German (de)
  • Upgraded angular from version 20.1.3 to 20.2.4
  • Upgraded eslint dependencies
  • Upgraded Nx from version 21.3.9 to 21.5.1
  • Upgraded storybook from version 9.0.17 to 9.1.5
Fixed
  • Fixed the holdings table on the public page

v2.197.0

Compare Source

Added
  • Enabled automatic data gathering for custom currencies added via the currency management in the admin control panel
  • Added a Storybook story for the world map chart component
Changed
  • Restructured the response of the portfolio report endpoint (X-ray)
  • Modernized the templates with untagged template literals
  • Moved the world map chart component to @ghostfolio/ui
  • Refactored the create or update access dialog component to standalone
  • Improved the language localization for German (de)
  • Upgraded envalid from version 8.0.0 to 8.1.0
  • Upgraded prisma from version 6.14.0 to 6.15.0
Fixed
  • Improved the handling of 0 buying power in the static portfolio analysis rule: Liquidity (Buying Power)
  • Fixed an issue related to the error handling in the data provider status component

v2.196.0

Compare Source

Changed
  • Localized the content of the about page
  • Refactored the public page to standalone
  • Refactored the dialog footer component
  • Refactored the dialog header component
  • Refactored the account detail dialog component to standalone
  • Refactored the benchmark comparator component to standalone
  • Refactored the portfolio summary component to standalone
  • Refactored the world map chart component to standalone
  • Enabled the trim option in the extract-i18n configuration
  • Improved the language localization for German (de)
  • Upgraded the Stripe dependencies
  • Upgraded ngx-device-detector from version 10.0.2 to 10.1.0
  • Upgraded ngx-skeleton-loader from version 11.2.1 to 11.3.0
  • Upgraded yahoo-finance2 from version 3.6.4 to 3.8.0
Fixed
  • Fixed an issue in the average price calculation for buy and sell activities of short positions
  • Fixed the number of attempts in the queue jobs view of the admin control panel

v2.195.0

Compare Source

Changed
  • Reused the request timeout in various functions of the data providers
  • Refactored the ZEN page to standalone
  • Upgraded chart.js from version 4.4.9 to 4.5.0
Fixed
  • Handled an exception in the get quotes functionality of the Financial Modeling Prep service

v2.194.0

Compare Source

Added
  • Extended the watchlist endpoint by 50-Day and 200-Day trends (experimental)
Changed
  • Moved the support to customize rules in the X-ray section from experimental to general availability
  • Improved the create or update activity dialog’s asset sub class selector for valuables to update the options dynamically based on the selected asset class
  • Improved the error handling in data providers
  • Randomized the minutes of the hourly data gathering cron job
  • Refactored the dialog footer component to standalone
  • Refactored the dialog header component to standalone
  • Refactored the landing page to standalone
  • Refactored the pricing page to standalone
  • Refactored the register page to standalone
  • Migrated the login with access token dialog from ngModel to form control
  • Upgraded @ionic/angular from version 8.6.3 to 8.7.3
  • Upgraded ionicons from version 8.0.10 to 8.0.13
  • Upgraded prisma from version 6.12.0 to 6.14.0

v2.193.0

Compare Source

Added
  • Added a filter by data source for the asset profiles in the admin control panel
  • Extended the data providers management of the admin control panel by every data provider in use
Changed
  • Improved the error handling in data providers
  • Upgraded yahoo-finance2 from version 3.4.1 to 3.6.4

v2.192.0

Compare Source

Added
  • Included accounts in the search results of the assistant
  • Included the data source in the asset profile search results of the assistant
  • Added the quantity column to the holdings table of the account detail dialog
Changed
  • Migrated the prompt dialog component from ngModel to form control
  • Refreshed the cryptocurrencies list
  • Improved the language localization for German (de)

v2.191.1

Compare Source

Added
  • Added a new static portfolio analysis rule: Liquidity (Buying Power)
  • Added the interest and dividend values to the account detail dialog
Changed
  • Moved the chart of the account detail dialog from experimental to general availability
  • Improved the dynamic numerical precision for various values in the account detail dialog
  • Improved the usability of the Cancel / Close and Save buttons in various dialogs
  • Extended the accounts endpoint by allocations
  • Extended the accounts endpoint by dividend and interest
  • Refactored the portfolio performance component to standalone
  • Improved the language localization for German (de)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Spanish (es)

v2.191.0

Compare Source

Added
  • Added a new static portfolio analysis rule: Liquidity (Buying Power)
  • Added the interest and dividend values to the account detail dialog
Changed
  • Moved the chart of the account detail dialog from experimental to general availability
  • Improved the dynamic numerical precision for various values in the account detail dialog
  • Improved the usability of the Cancel / Close and Save buttons in various dialogs
  • Extended the accounts endpoint by allocations
  • Extended the accounts endpoint by dividend and interest
  • Refactored the portfolio performance component to standalone
  • Improved the language localization for German (de)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Spanish (es)
Special Thanks

v2.190.0

Compare Source

Changed
  • Extended the import functionality by tags
  • Improved the dynamic numerical precision for various values in the holding detail dialog
  • Shortened the date in the activities table on mobile
  • Introduced the fuzzy search for the accounts endpoint
  • Refactored the fuzzy search for the holdings of the assistant
  • Eliminated the warnings of the database seeding process
  • Improved the language localization for German (de)
  • Improved the language localization for Polish (pl)
  • Improved the language localization for Spanish (es)
  • Removed the unused codelyzer dependency

v2.189.0

Compare Source

Changed
  • Improved the meta data in html files
  • Removed ts-node from the database seeding process
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for German (de)
  • Upgraded the Node.js engine from version >=22 to >=22.18.0 (package.json)

v2.188.0

Compare Source

Changed
  • Enhanced the performance of the dynamically composed sitemap
  • Improved the language localization for Polish (pl)
  • Improved the language localization for Spanish (es)

v2.187.0

Compare Source

Added
  • Added support to exclude an activity from analysis based on tags
  • Added a Storybook story for the accounts table component
  • Added a Storybook story for the membership card component
Changed
  • Moved the support for changing the asset profile identifier (dataSource and symbol) in the asset profile details dialog of the admin control panel from experimental to general availability
  • Improved the balance of headings on the landing page
  • Improved the language localization for German (de)
  • Improved the language localization for Spanish (es)
  • Upgraded angular from version 20.0.7 to 20.1.3
  • Upgraded Nx from version 21.2.4 to 21.3.9
Fixed
  • Fixed the missing localization for "Exclude from Analysis" in the create or update account dialog

v2.186.0

Compare Source

Added
  • Added the allocation column to the accounts table component of the holding detail dialog
Changed
  • Improved the Top 3 and Bottom 3 performers on the analysis page by removing items without performance
  • Improved the usability of the toggle component
  • Simplified the users table of the admin control panel
  • Restructured the response of the portfolio report endpoint (X-ray)
  • Refreshed the cryptocurrencies list
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for Chinese (zh)
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for German (de)
  • Improved the language localization for Spanish (es)
  • Upgraded ng-extract-i18n-merge from version 2.15.1 to 3.0.0
Fixed
  • Fixed the links of the Top 3 and Bottom 3 performers on the analysis page
  • Excluded the holdings originated of FEE, INTEREST and LIABILITY activities from the closed holdings on the portfolio holdings page
  • Fixed an issue with serving Storybook related to missing styles

v2.185.0

Compare Source

Added
  • Added a Storybook story for the activity type component
  • Added a Storybook story for the toggle component
Changed
  • Extended the import functionality by custom asset profiles
  • Migrated the get country and sector weightings, dividends, ETF holdings, ETF info, historical price, profile, quote and symbol search functionalities of the Financial Modeling Prep service to its stable API version
  • Refactored the toggle component to standalone
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Turkish (tr)
  • Upgraded the Stripe dependencies
  • Upgraded angular from version 19.2.1 to 20.0.7
  • Upgraded ngx-device-detector from version 9.0.0 to 10.0.2
  • Upgraded ngx-markdown from version 19.0.0 to 20.0.0
  • Upgraded ngx-stripe from version 19.7.0 to 20.7.0
  • Upgraded Nx from version 21.1.2 to 21.2.4
  • Upgraded storybook from version 8.6.12 to 9.0.17
Fixed
  • Fixed the date format of the retirement date in the FIRE calculator
  • Fixed an issue with the permissions of the impersonation mode related to the onboarding on the overview tab of the home page
  • Fixed an issue with the permissions of the impersonation mode related to the manage activities button of the holdings tab on the home page
  • Fixed an issue with the currency detection related to USD.AX in the Yahoo Finance service

v2.184.0

Compare Source

Added
  • Set up the language localization for the static portfolio analysis rule: Regional Market Cluster Risks (Asia-Pacific)
  • Set up the language localization for the static portfolio analysis rule: Regional Market Cluster Risks (Emerging Markets)
  • Set up the language localization for the static portfolio analysis rule: Regional Market Cluster Risks (Europe)
  • Set up the language localization for the static portfolio analysis rule: Regional Market Cluster Risks (Japan)
  • Set up the language localization for the static portfolio analysis rule: Regional Market Cluster Risks (North America)
Changed
  • Localized the tooltips of the about page
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for German (de)
  • Improved the language localization for Spanish (es)
  • Upgraded countries-and-timezones from version 3.7.2 to 3.8.0
  • Upgraded prisma from version 6.11.1 to 6.12.0
Fixed
  • Fixed an issue with the landing page related to the public page routes of the AuthGuard

v2.183.0

Compare Source

Added
  • Set up the language localization for the static portfolio analysis rule: Economic Market Cluster Risks (Developed Markets)
  • Set up the language localization for the static portfolio analysis rule: Economic Market Cluster Risks (Emerging Markets)
Changed
  • Extended the export functionality by custom asset profiles
  • Improved the platform icon in the create or update platform dialog of the admin control
  • Localized the durations of the coupon system
  • Refactored the admin pages to standalone
  • Refactored the Frequently Asked Questions (FAQ) pages to standalone
  • Refactored the home pages to standalone
  • Refactored the resources pages to standalone
  • Refactored the access table component to standalone
  • Refactored the accounts table component to standalone
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for German (de)
  • Improved the language localization for Italian (it)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Spanish (es)
Fixed
  • Fixed the horizontal ellipsis icon in the accounts table component
  • Fixed the quantity value in the update activity dialog
  • Fixed the static portfolio analysis rule for no accounts: Account Cluster Risks (Current Investment)
  • Fixed the static portfolio analysis rule for no accounts: Account Cluster Risks (Single Account)

v2.182.0

Compare Source

Added
  • Added a message to the assistant if no results have been found
  • Added the category title to the settings dialog to customize the rule thresholds of the X-ray page (experimental)
Changed
  • Improved the label for asset profiles with MANUAL data source in the chart of the asset profile details dialog in the admin control panel
  • Improved the label for asset profiles with MANUAL data source in the chart of the holding detail dialog
  • Skipped errors for the custom asset profiles in the portfolio snapshot calculation
  • Removed the date range query parameter from the search for the holdings in the assistant
  • Improved the language localization for Chinese (zh)
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for French (fr)
  • Improved the language localization for German (de)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Spanish (es)
Fixed
  • Fixed an issue with the clone functionality related to a custom asset profile activity

v2.181.0

Compare Source

Changed
  • Improved the portfolio calculations for activities without historical market data
  • Improved the asset profile dialog’s asset sub class selector of the admin control panel to update the options dynamically based on the selected asset class
  • Improved the asset profile dialog’s data gathering checkbox of the admin control panel to reflect the global settings
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for Chinese (zh)
  • Improved the language localization for German (de)
  • Improved the language localization for Italian (it)
  • Improved the language localization for Portuguese (pt)
  • Improved the language localization for Spanish (es)
  • Improved the language localization for Turkish (tr)
Fixed
  • Fixed an issue in the biometric authentication related to matching passkeys

v2.180.0

Compare Source

Added
  • Added alternative investment as an asset class
  • Added collectible as an asset sub class
Changed
  • Respected the filter by account for accounts when exporting activities on the portfolio activities page
  • Improved the label for asset profiles with MANUAL data source in the chart of the holdings tab on the home page
  • Renamed AccessGive to accessesGive in the User database schema
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for German (de)
  • Improved the language localization for Spanish (es)
Fixed
  • Fixed the export functionality for accounts without activities

v2.179.0

Compare Source

Added
  • Added a Manage Asset Profile button for administrators to the holding detail dialog
Changed
  • Improved the language localization in the users table of the admin control panel
  • Refactored the accounts pages to standalone
  • Refactored the portfolio pages to standalone
  • Refactored the user account pages to standalone
  • Renamed Settings to settings in the User database schema
  • Improved the language localization for Catalan (ca)
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for Español (es)
  • Improved the language localization for German (de)
  • Upgraded ionicons from version 7.4.0 to 8.0.10
Fixed
  • Fixed the allocations by asset class for unknown asset classes on the allocations page

v2.178.0

Compare Source

Changed
  • Increased the width of the markets overview
  • Increased the width of the watchlist
  • Deprecated the ITEM activity type in favor of BUY
  • Renamed Access to accessesGet in the User database schema
  • Improved the language localization for Dutch (nl)
  • Improved the language localization for Italian (it)
  • Upgraded prisma from version 6.10.1 to 6.11.1
Fixed
  • Set the name column to sticky in the table of the benchmark component

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@soerenschneider soerenschneider self-assigned this Jul 7, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 4 times, most recently from 94a7581 to 755b622 Compare July 10, 2025 04:15
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.178.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.180.0 Jul 10, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 4 times, most recently from d9a1794 to d2f9103 Compare July 14, 2025 04:15
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.180.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.181.0 Jul 14, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 6 times, most recently from b649908 to b28c66e Compare July 17, 2025 04:15
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.181.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.182.0 Jul 17, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 4 times, most recently from 4637302 to 99f14c9 Compare July 21, 2025 04:15
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.182.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.183.0 Jul 21, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 4 times, most recently from ae2cf2d to adbeb16 Compare July 23, 2025 04:15
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.183.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.184.0 Jul 23, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 2 times, most recently from 3ede35f to dd3622f Compare July 24, 2025 04:15
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 9 times, most recently from a6214e6 to 4d72af0 Compare October 20, 2025 04:18
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.208.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.209.0 Oct 20, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 3 times, most recently from 902661f to 45c7ccd Compare October 22, 2025 08:24
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.209.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.210.0 Oct 22, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 45c7ccd to 8e0701a Compare October 23, 2025 04:18
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.210.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.210.1 Oct 23, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 2 times, most recently from a75cef9 to 0adbd7d Compare October 27, 2025 05:18
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.210.1 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.211.0 Oct 27, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 5 times, most recently from 65c4f9d to 3c77d28 Compare October 30, 2025 05:23
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.211.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.212.0 Oct 30, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch 2 times, most recently from c24a33f to 817cf5f Compare October 31, 2025 05:29
@soerenschneider soerenschneider changed the title chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.212.0 chore(deps): update docker.io/ghostfolio/ghostfolio docker tag to v2.213.0 Oct 31, 2025
@soerenschneider soerenschneider force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 817cf5f to 3e4c066 Compare October 31, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants