fix: skip changelog display on fresh install

Only show changelog when upgrading from a previous version, not on first run.
This commit is contained in:
Mario Zechner 2026-01-13 21:45:04 +01:00
parent 3a1228c0b5
commit 6ab3e7c91f
2 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Skip changelog display on fresh install (only show on upgrades)
## [0.45.4] - 2026-01-13
### Changed