Merged
Conversation
added 3 commits
March 3, 2026 00:45
- Add VERSION file as single source of truth (2.0.0) - Update gfm to read version from VERSION file - Fix temp file handling to use mktemp with trap cleanup - Fix set -e issues with propagate_from_original (return 0) - Fix set -e issues with SHORT_HASH_CACHE unbound variable - Fix set -e issues with list-bugs-current unbound variable - Fix set -e issues with propagate_to_cherry_picks (return 0) - Make all test scripts executable - Fix detector-negative.sh test All 14 tests now passing (100%) Security improvements: - Use mktemp instead of predictable /tmp/ paths - Proper cleanup via trap EXIT - Consistent error handling with set -e
- Add i18n framework with English as default (GFM_LANG) - Create _() translation function supporting en/fr - Update help text and interactive mode to use translations - Add test-i18n.sh to verify language switching - Add .shellcheckrc configuration file i18n features: - GFM_LANG=en ./gfm help → English output - GFM_LANG=fr ./gfm help → French output - ./gfm help → English (default) All 14 tests passing + new i18n test
CI/CD (GitHub Actions): - ci.yml: Test on Ubuntu, run detector tests, i18n tests, shellcheck - release.yml: Automated releases on version tags with checksums - security.yml: CodeQL analysis + shellcheck security scans GitHub Templates: - Bug report template - Feature request template - Pull request template Distribution: - Homebrew formula (Formula/gfm.rb) Documentation: - CHANGELOG.md with Keep a Changelog format - SECURITY.md with vulnerability reporting process All 14 tests passing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.