diff --git a/README.md b/README.md index 757f1452..db894f83 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Sonarcloud status: * [➕ Changelog](doc/changes/changes.md) * [📅 Upcoming Milestones](https://github.com/orgs/itsallcode/projects/3/views/3) * [đŸ—¨ī¸ Discussion Board](https://github.com/itsallcode/openfasttrace/discussions) +* [🐘 OpenFastTrace@mastodon.social](https://mastodon.social/@OpenFastTrace) * [✨ OpenFastTrace Stories](https://github.com/itsallcode/openfasttrace/wiki/OFT-Stories) * [â„šī¸ About us](doc/about_us.md) diff --git a/doc/changes/changes_4.5.0.md b/doc/changes/changes_4.5.0.md index 60ae8c7f..adea60b8 100644 --- a/doc/changes/changes_4.5.0.md +++ b/doc/changes/changes_4.5.0.md @@ -1,9 +1,11 @@ # OpenFastTrace 4.4.0, released 2026-05-?? -Code name: ??? +Code name: 10 years of OFT ## Summary +OpenFastTrace just turned ten on GitHub. We are on Mastodon now: https://mastodon.social/@OpenFastTrace + In this release we added the option `-h` / `--help` to the command line. Also, the help message now prints the version of OpenFastTrace. We also refactored the tests around the CLI starter to improve readability and maintainability and made getting the test coverage easier. @@ -15,5 +17,5 @@ When no importer factory is found for a given file format, the importer factory ## Features * #503: Added `-h` / `--help` to the command line. -* #524: Added version number to help text. * #506: Exception when no importer was found. +* #524: Added version number to help text.