diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-08 23:44:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-08 23:44:56 +0300 |
| commit | 60c1322272cf43ed5620433753b7db0b9bafcb55 (patch) | |
| tree | 2df8ae25799a5ae1be6c3730d00065c963911d80 | |
| parent | 39f6e8c95b45012a19dbf4da225b4771d70a841d (diff) | |
chore: bump version to v0.4.0
Major features in this release:
- Add showcase generation feature with Claude AI integration
- Generate project summaries in Gemini Gemtext format
- Extract and include repository metadata (languages, commits, LOC)
- Support image extraction from README files
- Add code snippet extraction for projects
- Implement AI-assistance detection (CLAUDE.md, GEMINI.md, 'agentic coding')
- Add language support for AWK and Raku
- Strip comments from code snippets
- Add Unicode icons to statistics
- Show AI-assisted project ratio
- Order projects by recent activity
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index f5af390..e817f13 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.3.0" + Version = "0.4.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
