Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2c0d450
#524: Add version to help text
redcatbear May 26, 2026
f40e5f7
#524: Added help requirements in system requirements and design.
redcatbear May 26, 2026
642fa0f
#524: Split help requirement and version requirement.
redcatbear May 26, 2026
411fc75
#524: Fixed tracing and tests for help commands.
redcatbear May 26, 2026
a2ee114
#524: Removed duplicate test.
redcatbear May 26, 2026
5c42b72
#524: Removed unnecessary newlines.
redcatbear May 26, 2026
fb5aa6d
#524: Fixed broken skill link.
redcatbear May 26, 2026
feb5369
#524: Improved general skill.
redcatbear May 26, 2026
009e950
#524: Added coverage for bad-weather scenarios in VersionProvider.
redcatbear May 26, 2026
e7d120d
#524: Fixed Sonar findings.
redcatbear May 26, 2026
648c847
#524: Removed the bad weather test cases, since SONAR did not see them.
redcatbear May 26, 2026
fda1fd9
#524: Logged exception message when version resource file can't be read.
redcatbear May 26, 2026
b19a715
Merge branch 'main' into feature/524_add-version-to-help-text
redcatbear May 27, 2026
44947b6
#504: Fixed findings in SKILL and renamed the file.
redcatbear May 27, 2026
1359bc8
#504: One section per tracing method.
redcatbear May 27, 2026
26ec873
#504: Added `.junie` to `.gitignore`.
redcatbear May 28, 2026
1390f30
#504: Fixed review findings in VersionProvider and corresponding tests.
redcatbear May 28, 2026
243d1ef
#504: Explained how the version gets into the resource file.
redcatbear May 29, 2026
0e7ff07
#524: Added ticket mention.
redcatbear May 30, 2026
d535f5c
#530: Add Mastodon link
redcatbear May 30, 2026
7536a82
Merge branch 'main' into documentation/530_add-mastodon-link
kaklakariada May 30, 2026
02c3c5d
Merge branch 'main' into documentation/530_add-mastodon-link
redcatbear May 30, 2026
4e6bea4
Merge branch 'main' into documentation/530_add-mastodon-link
redcatbear May 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 4 additions & 2 deletions doc/changes/changes_4.5.0.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Loading