Skip to content

Releases: coder-ralph/RepoTree

v0.1.2

14 Aug 04:58
9500938
Compare
Choose a tag to compare

🚀 Changelog

Added

  • GitHub API limits validation (100k entries, 7 MB size) with repository statistics and warnings for large repos
  • Analysis View Mode tab with graphs and statistics
  • Progress feedback with “continue” option after warnings
  • Download button for repository summary as PNG

Changed

  • Moved Repository Analysis into main view as a dedicated tab
  • Conditional UI: Search/Download/Copy/Expand buttons only in ASCII & Interactive modes; Analysis button disabled until repo is loaded
  • Enhanced Analysis view styling with headers, descriptions, and consistent layout

Improved

  • Memoization for expensive operations
  • CSS containment for better scroll performance
  • Sorting and cache locality optimizations
  • Limited tree depth to 20 levels for large repositories
  • Caching of file/directory descriptions (max 1,000 entries)

Fixed

  • Clearer error messages for API limit violations
  • Stable rendering and memory usage for large repositories

Commits: 3d56a82 · 9500938

v0.1.1

11 Aug 04:29
e21a2ff
Compare
Choose a tag to compare

This is the initial release of RepoTree! 🎉

For details on features, setup, and usage, check out the README.