Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-19 | 1.1 kB | |
v2.0.0 source code.tar.gz | 2024-10-19 | 9.0 MB | |
v2.0.0 source code.zip | 2024-10-19 | 9.0 MB | |
Totals: 3 Items | 18.0 MB | 1 |
What's Changed
Welcome to Git Truck 2.0!
Try it out now with npx git-truck@latest
This version of Git Truck introduces a major refactor of the code base, and many new features, such as:
- Specify which time range to analyze
This means that you can focus only on a specified time range of your project. It helps you answer questions such as: Who pioneered the project in the beginning? Who keeps the project alive? How has this changed over time?
- Analyze much larger repositories than previously possible, in a much smaller time frame
Git Truck is now powered by DuckDB under the hood which uses a columnar engine, that supports parallel execution and can process larger-than-memory workloads.
- Overhaul of the settings user interface
This makes you able to more easily focus on what actually matters.
And much more. Try it out now!
Read more here: https://git-truck.github.io/git-truck/GitTruckTeaser
- Duckdb by @tjomson in https://github.com/git-truck/git-truck/pull/731
Full Changelog: https://github.com/git-truck/git-truck/compare/v1.14.1...v2.0.0