Releases: philrox/risgo
Releases · philrox/risgo
v0.1.0
Changelog
- cb058b7 Add Phase 3: human-friendly terminal output
- 7d6205e Add Phase 4: shell completions, CI/CD, GoReleaser, man pages, README
- 4c02f29 Add open source essentials: LICENSE, contributing guidelines, templates
- 7d53d25 Add project plan for RIS CLI
- 4e61dbb Apply consistency fixes: error handling, type unification, flag access (Phase 6)
- ecbecbf Complete Phase 3: extend citation formatter, add unit tests, remove dead code
- 7604539 Configure HOMEBREW_TAP_TOKEN for Homebrew tap publishing
- 6c646c2 Extract executeSearch helper to eliminate duplicated search pipeline
- ccf23f7 Fix Homebrew formula name to 'ris' instead of 'ris-cli'
- 6007cac Fix JWR routing bug and deduplicate SSRF allowlist
- abbad89 Fix PLAN.md: correct enum mappings, add missing params, complete fallback routing
- 4369068 Implement RIS CLI with full German localization
- 052dd8f Remove dead code and add parser unit tests (Phase 4)
- 59fd63a Rename project from ris-cli to risgo
- ec7b7bc Replace hardcoded magic values with named constants (Phase 5)
- 988c035 Replace os.Exit with return error in all command handlers
- 1ab0bcd Replace silent fallbacks with hard errors in FlexibleString and FlexibleInt