Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.
Needs review
1,644 commits sit in this repo's top risk tercile, which is 33% of the 5,000scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 6.6 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.
Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.
Consistently fix-driven across its history.
Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.
| # | Commit | Author | When | Lines | Risk | Top driver |
|---|---|---|---|---|---|---|
| 1 | edc9923cFeat: Initial `cargo-vet` Support (#9216) | Tillmann | 2y ago | +3.9K -0 | 100%Elevated | more lines added than baseline |
| 2 | 58fe2e81fix: improvements and ipc fixes for loading window content using custom protocol (#8670) | Amr Bashir | 2y ago | +8.7K -574 | 100%Elevated | more lines added than baseline |
| 3 | c77b4032refactor(core): add support to multiple webviews on a Tauri window (#8280) | Lucas Fernandes Nogueira | 2y ago | +14.6K -4.2K | 100%Elevated | more lines added than baseline |
| 4 | 3c2f79f6Tauri ACL/Allowlist v2 Implementation and Plugin System Refactor (#8428) | tweidinger | 2y ago | +9.6K -819 | 100%Elevated | more lines added than baseline |
| 5 | 977b3a8afeat(benches): Basic bench implementation (#1871) | david | 5y ago | +10.2K -0 | 100%Elevated | more lines added than baseline |
| 6 | d623d95ffix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) | Lucas Fernandes Nogueira | 5y ago | +5.6K -181 | 100%Elevated | more lines added than baseline |
| 7 | bb50315crefactor: Improve Automated Permission Documentation Generation (#10113) | Tillmann | 2y ago | +3.7K -306 | 100%Elevated | more lines added than baseline |
| 8 | f1d0f452chore: pin tao to 0.25 | Lucas Nogueira | 2y ago | +4.7K -4.9K | 100%Elevated | more lines added than baseline |
| 9 | 8de308d1feat(core): implement new config structure (#8723) | Amr Bashir | 2y ago | +6.8K -7.7K | 100%Elevated | more lines added than baseline |
| 10 | a9b2c062chore: Commit Cargo.lock (#8586) | Fabian-Lars | 2y ago | +5.8K -45 | 100%Elevated | more lines added than baseline |
| 11 | 7fb419c3refactor: move to `muda` and `tray_icon` crates (#7535) | Amr Bashir | 3y ago | +5.8K -4.3K | 100%Elevated | more lines added than baseline |
| 12 | 3fbaee45refactor(examples/api): new look (#4465) | Amr Bashir | 4y ago | +2.6K -1.9K | 100%Elevated | more lines added than baseline |
| 13 | 53e4dd8cremove create-tauri-app (#3493) | Jacob Bolda | 4y ago | +6.8K -5.4K | 100%Elevated | more lines added than baseline |
| 14 | 5f3487d0Resolve symlinks during `tauri::api::process::current_binary` [TRI-047] (#29) | chip | 4y ago | +3.4K -20 | 100%Elevated | more lines added than baseline |
| 15 | cf54dcf9feat: improve `CSP` security with nonces and hashes, add `devCsp` [TRI-004] (#8) | Lucas Nogueira | 4y ago | +7.6K -188 | 100%Elevated | more lines added than baseline |
| 16 | bc7973d1Added example for CPP Dll useage (#3157) | Hecatron | 4y ago | +3.6K -0 | 100%Elevated | more lines added than baseline |
| 17 | aecdfaf7fix(core): `raw-window-handle` dependency, closes #2460 (#2465) | Lucas Fernandes Nogueira | 5y ago | +7.4K -37 | 100%Elevated | more lines added than baseline |
| 18 | 37db639afeat(docs): Added version-bound docs (#1676) | Laegel | 5y ago | +3.8K -9 | 100%Elevated | more lines added than baseline |
| 19 | 45aff87echore(deps): js updates (#1739) | nothingismagick | 5y ago | +5.1K -250 | 100%Elevated | more lines added than baseline |
| 20 | 40ac5297feat: create-tauri-app wiring (#1442) | Jacob Bolda | 5y ago | +8.8K -18.2K | 100%Elevated | more lines added than baseline |
| 21 | e511d399feat(api): Expose application metadata and functions to JS api - fix #1387 (#1445) | david | 5y ago | +6.3K -54 | 100%Elevated | more lines added than baseline |
| 22 | 6d70c8e1feat(updater): Alpha version (#643) | david | 5y ago | +7.6K -697 | 100%Elevated | more lines added than baseline |
| 23 | 9c16eefaUpdate kuchikiki, html5ever, tao, wry, webview2-com (#13629) | sftse | 1y ago | +3.6K -208 | 99%Elevated | more lines added than baseline |
| 24 | 85baacd1chore(deps): bump undici from 5.28.5 to 5.29.0 (#13450) | dependabot[bot] | 1y ago | +1.2K -540 | 99%Elevated | more lines added than baseline |
| 25 | da8c9a7drefactor(cli): synchronize pbxproj and export options, handle cert on build (#10669) | Lucas Fernandes Nogueira | 1y ago | +2.5K -172 | 99%Elevated | more lines added than baseline |
| 26 | 82e1c755chore: Update `cargo-vet` entities and update lockfile (#9702) | Tillmann | 2y ago | +1.3K -341 | 99%Elevated | more lines added than baseline |
| 27 | a093682drefactor(core): refactor and fix event system following multiwebview support (#8621) | Amr Bashir | 2y ago | +2.3K -5.6K | 99%Elevated | more lines added than baseline |
| 28 | 5cb19697fix(examples): Update web example to latest dialog plugin (#8567) | Fabian-Lars | 2y ago | +2.3K -854 | 99%Elevated | more lines added than baseline |
| 29 | f93148eafeat: add tray and menu javascript APIs and events, closes #6617 (#7709) | Amr Bashir | 2y ago | +3.9K -554 | 99%Elevated | more lines added than baseline |
| 30 | 04a682berefactor(core): break manager struct into smaller ones (#8124) | Lucas Fernandes Nogueira | 2y ago | +1.7K -1.7K | 99%Elevated | more lines added than baseline |
| 31 | c9a9246cfeat: move `window` plugin back to core (#8007) | Amr Bashir | 2y ago | +3.4K -17 | 99%Elevated | more lines added than baseline |
| 32 | 3b98141afeat: add file association support, closes #3736 (#4320) | Bo | 3y ago | +5.6K -163 | 99%Elevated | more lines added than baseline |
| 33 | 1487b18drefactor: add useful diagnostics to `tauri info` (#6570) | Amr Bashir | 3y ago | +1.4K -937 | 99%Elevated | more lines added than baseline |
| 34 | 17f26764feat: initial work for Android plugins (#6167) | Lucas Fernandes Nogueira | 3y ago | +5.1K -211 | 99%Elevated | more lines added than baseline |
| 35 | 3afccfcechore(deps): update wry to 0.22 (#5573) | Lucas Fernandes Nogueira | 3y ago | +1.7K -1.3K | 99%Elevated | more lines added than baseline |
| 36 | 6c13840cfeat(examples): add desktop/web application example (#5537) | Lucas Fernandes Nogueira | 3y ago | +5.2K -27 | 99%Elevated | more lines added than baseline |
| 37 | d44f67f7feat: add `android init` and `ios init` commands (#4942) | Lucas Fernandes Nogueira | 4y ago | +3.0K -28 | 99%Elevated | more lines added than baseline |
| 38 | 0876bbbbApply Version Updates From Current Changes (#2522) | github-actions[bot] | 4y ago | +2.5K -1.4K | 99%Elevated | more lines added than baseline |
| 39 | d5d6d2abIsolation Pattern (#43) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> | chip | 4y ago | +6.1K -853 | 99%Elevated | more lines added than baseline |
| 40 | ca30dbe2Revert "chore(deps) Update dependency @types/imagemin to v8 (#2635)" | renovate[bot] | 4y ago | +6.2K -5.7K | 99%Elevated | more lines added than baseline |
| 41 | c0285e87chore(deps) Update dependency @types/imagemin to v8 (#2635) | renovate[bot] | 4y ago | +5.7K -6.2K | 99%Elevated | more lines added than baseline |
| 42 | 1f988535chore(deps) Update Tauri Core (#2480) | renovate[bot] | 5y ago | +5.3K -215 | 99%Elevated | more lines added than baseline |
| 43 | 539e4489refactor: custom protocol (#2503) | david | 5y ago | +4.3K -177 | 99%Elevated | more lines added than baseline |
| 44 | 66916b73chore: add `.prettierrc` in repo root (#2145) | Amr Bashir | 5y ago | +5.4K -1.1K | 99%Elevated | more lines added than baseline |
| 45 | 2158a68dwip: big refactor, removing application cycle + allowing generic parameters to the application (#1400) | chip | 5y ago | +2.5K -2.3K | 99%Elevated | more lines added than baseline |
| 46 | 093e2b47feat(mobile): multi-window support (#14484) | Lucas Fernandes Nogueira | 4mo ago | +2.1K -1.1K | 99%Elevated | more lines added than baseline |
| 47 | b06b3bd0refactor(cli): improve errors (#14126) | Lucas Fernandes Nogueira | 10mo ago | +2.0K -996 | 99%Elevated | more lines added than baseline |
| 48 | 56277e47chore(deps): update napi to v3 (#13852) | Tony | 1y ago | +1.6K -327 | 99%Elevated | more lines added than baseline |
| 49 | 36eee372Restructure the repository (#10796) | Amr Bashir | 1y ago | +11.2K -28.4K | 99%Elevated | more lines added than baseline |
| 50 | 01f6aa34build: migrate repo to use `pnpm` as the package manager (#10607) | Amr Bashir | 2y ago | +5.7K -5.4K | 99%Elevated | more lines added than baseline |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.
The 200 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.
Repowise tracks change history across 469 files in 2233admin/tauri. In the last 90 days 104 files were touched, 187 times in total, most often lib.rs. Every commit is scored for change risk from its size, spread and the history of the files it touches.