summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2025-07-09feat: add latest release version and date to project summariesPaul Buetow
2025-07-09feat: add AUTO label to code blocks in showcasePaul Buetow
2025-07-09feat: add release status statistics to overall project summaryPaul Buetow
2025-07-09feat: add SVG image support and experimental project detectionPaul Buetow
2025-07-08feat: remove unnecessary indentation from code snippetsPaul Buetow
2025-07-08feat: improve language detection with shebang parsingPaul Buetow
2025-07-08chore: bump version to v0.4.0Paul Buetow
2025-07-08fix: remove syntax highlighting labels from code blocksPaul Buetow
2025-07-08feat: add Raku language support and move generation date to topPaul Buetow
2025-07-08docs: add explanation of project ordering in showcase introductionPaul Buetow
2025-07-08feat: add AWK language support for syntax highlightingPaul Buetow
2025-07-08feat: add syntax highlighting labels and strip comments from code snippetsPaul Buetow
2025-07-08fix: change AI-assisted wording from 'generated' to 'created'Paul Buetow
2025-07-08feat: add code samples to all projects and AI-assist ratioPaul Buetow
2025-07-08feat: improve showcase code snippets and add Unicode iconsPaul Buetow
2025-07-08feat: add obsolete project notice for inactive projectsPaul Buetow
2025-07-08feat: separate documentation from code in showcase statisticsPaul Buetow
2025-07-08fix: change showcase formatting to use Projects section with ### headersPaul Buetow
2025-07-08feat: add Overall Statistics section to showcase outputPaul Buetow
2025-07-08fix: only check for claude command when neededPaul Buetow
2025-07-08feat: show language usage percentages in showcasePaul Buetow
2025-07-08fix: make --force flag only affect Claude summary generationPaul Buetow
2025-07-08feat: add recent activity metric to showcase.gmi.tpl outputPaul Buetow
2025-07-08feat: change average commit age calculation to last 42 commitsPaul Buetow
2025-07-08fix: handle markdown image titles in showcase image extractionPaul Buetow
2025-07-07bump verisonv0.3.0Paul Buetow
2025-07-07feat: add comprehensive showcase generation with metadata and imagesPaul Buetow
2025-07-03feat: add SSH backup locations with --backup flagv0.2.0Paul Buetow
2025-06-28feat: add --delete-repo command to delete repositories from all organizationsPaul Buetow
2025-06-28feat: improve Codeberg API error handlingPaul Buetow
2025-06-27fixPaul Buetow
2025-06-27feat: implement --create-codeberg-reposPaul Buetow
2025-06-27feat: add detailed error message for tag conflictsPaul Buetow
2025-06-27feat: sync git tagsPaul Buetow
2025-06-26add cleanPaul Buetow
2025-06-25feat: add configurable work directory with default ~/git/gitsyncer-workdirPaul Buetow
2025-06-24refactor: use value semantics for GitHub and Codeberg clientsPaul Buetow
2025-06-24feat: add branch exclusion feature with regex patternsPaul Buetow
2025-06-24feat: add abandoned branch detection and reportingPaul Buetow
2025-06-24fix: remove unused import in repository_setup.goPaul Buetow
2025-06-24refactor: break down large functions into smaller, focused onesPaul Buetow
2025-06-23Add --full flag for bidirectional sync and update module namePaul Buetow
2025-06-23Add --sync-github-public flag to sync GitHub repos to CodebergPaul Buetow
2025-06-23Improve merge conflict error message with directory pathPaul Buetow
2025-06-23Add debugging features and improve error handlingPaul Buetow
2025-06-23Add GitHub repository creation and improve error handlingPaul Buetow
2025-06-23Add support for multiple repository configuration and syncPaul Buetow
2025-06-23Add repository synchronization functionalityPaul Buetow
2025-06-23Add configuration file support with organization listPaul Buetow
2025-06-23Initial gitsyncer implementation with version supportPaul Buetow