8000 Releases · git-truck/git-truck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: git-truck/git-truck

v2.0.3

10 Feb 20:23
Compare
Choose a tag to compare

What's Changed

We migrated our database API, which has mitigtaed unstable and slow installs, as well as address deprecation warnings. Install benchmark of previous version vs. latest with npm:

┌─────────┬──────────┬──────────────────────────┬─────────────────────────────────────┐
│ (index) │ version  │ npx average time (in ms) │ global install average time (in ms) │
├─────────┼──────────┼──────────────────────────┼─────────────────────────────────────┤
│ 0       │ '2.0.2'  │ 16852                    │ 10892                               │
│ 1       │ '2.0.3'  │ 9721                     │ 2919.                               │
└─────────┴──────────┴──────────────────────────┴─────────────────────────────────────┘

The new database API is also compatible with Bun, which is a new and efficient JavaScript runtime.

To run the latest version of git-truck with Bun, run:

bunx --bun git-truck@latest

Full Changelog: v2.0.2...v2.0.3

v2.0.0

04 Nov 21:29
Compare
Choose a tag to compare

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

Full Changelog: v1.14.1...v2.0.0

v2.0-dev

03 Jun 09:35
Compare
Choose a tag to compare
v2.0-dev Pre-release
Pre-release

This version of Git Truck introduces a major refactor of the code base, and many new features, such as allowing you to specify which time range to analyze.
It can be installed with npx git-truck@duck

v1.10.1

19 Mar 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.1

v1.9.0

24 Jan 10:15
Compare
Choose a tag to compare

What's Changed

  • Fix tree pruning and allow user to set cutoff by @tjomson in #698
  • Fix top contributor not shown for changes with 0 contributions by @tjomson in #700
  • Differentiate authors by color in "single author" visualization by @tjomson in #702
  • Bump engines field by @nimrossum in #711
  • Fix author percentage calculation being super slow by @tjomson in #713
  • Replace survey-button with star-button by @tjomson in #714
  • Set max-old-space-size programmatically by @tjomson in #717
  • Feature: Add filtering and sorting for Commits tab by @dawidwoz in #720

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Nov 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

17 Nov 20:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

17 Nov 14:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.7...v1.6.0

v1.5.0

28 May 13:37
Compare
Choose a tag to compare

localhost_3003_git-truck_main (1)

What's Changed

Full Changelog: v1.4.5...v1.5.0

v1.4.4

07 May 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

0