Skip to content

v1.2.0#16

Merged
Shivix merged 5 commits intomasterfrom
dev_branch
Jul 19, 2025
Merged

v1.2.0#16
Shivix merged 5 commits intomasterfrom
dev_branch

Conversation

@Shivix
Copy link
Owner

@Shivix Shivix commented Jul 19, 2025

  • Fixes bug with --summary where it could partially replace numbers
  • Handle stdin line by line
  • Add --porcelain

Check commit messages for more details

Shivix added 4 commits July 19, 2025 14:59
Before if 44 came before 447 in a fix message, and the summary template
included 447, then we would replace 447 with <44 value>7.
We handle two key scenarios better now:
* We receive an infinite input (e.g. kubectl logs xxx -f | prefix)
We will now handle each stdin line as soon as it arrives.

* We pipe into a program that stops after a set number of lines. (e.g.
  prefix | head)
We will now terminate prefix on broken pipe (head finishes)
Prints the FIX messages closer to true FIX Format, same as with
--delimiter <SOH> --strip true.
Useful if you only want the tag/ value translating
Generates updated completion and man pages

Runs cargo fmt
@Shivix Shivix merged commit e54335e into master Jul 19, 2025
1 check passed
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.

1 participant