ci: add versioned release pipeline
ci / build-linux-amd64 (push) Failing after 26s
ci / lint-yaml (push) Successful in 8s
release / verify (push) Failing after 29s
release / linux-amd64 (push) Has been skipped

This commit is contained in:
2026-07-25 19:45:50 +02:00
parent 4eb025a07c
commit 5851f3a4fd
8 changed files with 273 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
# Changelog
All notable changes to FolderScope are documented here.
The project uses [Semantic Versioning](https://semver.org/). Release tags are
formatted as `vMAJOR.MINOR.PATCH`.
## [0.2.0] - 2026-07-25
### Added
- Initial Linux desktop release with C++20 and Qt 6.
- Advanced file search, content search, duplicate detection, summaries, and
CSV/TXT/HTML/XML/JSON export.
- Configurable columns, persistent UI settings, context actions, and progress
reporting.
[0.2.0]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.0