Skip to content

Latest commit

 

History

History
224 lines (145 loc) · 10 KB

File metadata and controls

224 lines (145 loc) · 10 KB

2.0.0 (2025-09-22)

🚀 Features

❤️ Thank You

  • Murat Sari

1.3.0 (2024-11-08)

🚀 Features

  • allow copying filenames into clipboard (b76043e)

❤️ Thank You

  • Manfred Steyer

1.2.3 (2024-10-15)

🩹 Fixes

  • remove treemap when no module is selected (6593a8b)

❤️ Thank You

  • Manfred Steyer

1.2.2 (2024-10-15)

🩹 Fixes

  • only show hotspots in current score range (green, yellow, red) (65b1689)

❤️ Thank You

  • Manfred Steyer

1.2.1 (2024-10-15)

🚀 Features

  • added UI to define teams (0d2e734)

❤️ Thank You

  • John van Leeuwen

1.2.0 (2024-10-15)

🚀 Features

  • show actual teams/users in team alignment (0f245be)
  • focus in tree (b159d26)
  • filter hotspots using slider and percent (6ed670a)
  • add treemap for hotspots (bfc6cd6)
  • add detail view to hotspot treemap (0292893)
  • make treemap responsive (5d7327b)

🩹 Fixes

  • correct separators in git log rename handling (aae727f)
  • prod build did not worked bc of missing cdk ref. Also fix exec perms on scripts (f63ce7d)
  • align material / cdk version and use npm ci inside pipeline (7c30de9)

❤️ Thank You

  • John van Leeuwen
  • Manfred Steyer
  • Murat Sari

1.1.6 (2024-09-29)

🩹 Fixes

  • prevent word wrap in tree (0130a55)

❤️ Thank You

  • Manfred Steyer

1.1.5 (2024-09-29)

🩹 Fixes

  • don't wrap tree entries (527ed58)

❤️ Thank You

  • Manfred Steyer

1.1.4 (2024-09-29)

🩹 Fixes

  • always show resize cursor during resizing (be5836b)

❤️ Thank You

  • Manfred Steyer

1.1.3 (2024-09-28)

🚀 Features

  • add store for limits (2f9b490)
  • add limits store to team alignment and hotspots (5547a7c)
  • add store to coupling feature (28b7c31)
  • add signal store to hotspot and team alignment analysis (fdc6882)
  • add resizer for tree (7ef551c)

❤️ Thank You

  • Manfred Steyer

1.1.2 (2024-09-27)

🚀 Features

  • frontend: show actual number of changed lines in team alignment (955828b)

🩹 Fixes

  • frontend: only show one tip tool text at once (d5dbabd)

❤️ Thank You

  • Manfred Steyer

1.1.1 (2024-09-16)

🚀 Features

  • support aliases for git log usernames (5f033a7)

❤️ Thank You

  • John van Leeuwen

1.1.0 (2024-09-11)

🚀 Features

  • allow to filter git log (111d02a)
  • add sum of coupling (dba3f46)
  • add file filter (26b8c66)
  • use version together with git hash as cache key (83d45dc)
  • link readme for defining teams (c76dcde)

🩹 Fixes

  • remove unneeded console logs (9a25dcb)
  • normalize path for hotspot analysis (7ee2005)

❤️ Thank You

  • Manfred Steyer

1.0.3 (2024-09-09)

  • update to sheriff-core 0.17.1

1.0.0

🚀 Features

  • parse commandline options (eee51b3)
  • add angular material (7cc2873)
  • add filter (e3f3a2e)
  • add graph component for coupling (76c4c80)
  • show node details (3b61603)
  • add coherence (b6e113e)
  • use cola simulation for graph (1d39e93)
  • add option for showing groups (1ed0bff)
  • poc of new graph implementation (e1f9a56)
  • use cytoscape for graph (8694539)
  • grouping nodes in graph (d54cd5e)
  • add team alignment (a1f26c1)
  • small improvements for v0.0.1 (7ab78fd)
  • add hotspot analysis (32590d4)
  • add cc to hotspot analysis (050c5a5)
  • use dagre layout i/o cola (653797f)
  • filter hotspots by score (bbdcfbf)
  • aggregate hotspots (66c4e50)
  • add change coupling (a4cd89a)
  • hotspot ui (eb943f3)
  • add ui for change coupling (a161f29)
  • infer folder structure from sheriff dump (453c4e9)
  • handle renames in git history (5ff8d1b)
  • infer sheriff dump when starting detective (da837a9)
  • use latest official sheriff version (ebbbf48)
  • add error handling (d606a37)
  • show at least the first two layers in tree (1a1b191)
  • allow disabling opening a browser window with --open false (9c240f5)
  • allow limiting forensic analyses by commit cound and time (0e07635)
  • add ui for limiting the git log (8da81d9)
  • cache git log (670087a)
  • auto refresh cache on demand (80c68b7)
  • allow to choose b/w mc cabe and file length for hotspot analysis (d25bb57)
  • add by-user option to team-alignment (bf1e0d9)
  • show commits in change-coupling graph (2b45b50)
  • show total commit count in tool tip text (3954986)
  • add loading indicator and pagination to hotspots (07f7dce)
  • removing chord diagramm from navigation (6bfe422)
  • add entry point for cli workspace with projects folder (88266c6)
  • add error handlers (784c750)
  • add help icons with tooltip texts to the features (8c6ed74)
  • improvde default entry points (256eb47)

🩹 Fixes

  • make sure initial y >= 0 for graph (5bd6bc4)
  • use trailing / when comparing folders using startsWith (d61c984)
  • min connections cannot be less than 0 (7e68917)
  • normalize paths in sheriff dump (09d4c53)
  • correct break point observer for filter (ed57ce0)
  • add missing files (026a16f)
  • fix tree appearance (8da2573)

❤️ Thank You

  • Manfred Steyer