Releases: githru/githru-vscode-ext
Releases · githru/githru-vscode-ext
v0.8.0
- Improve UI, performance
- Fix minor bugs
What's Changed
- [engine] Worker를 활용한 깃 로그 받아오기 by @BeA-Pro in #713
- #712 작업 브랜치에 main 브랜치 내용 적용 by @BeA-Pro in #737
- feature/712 브랜치 fix: package-lock.json 최신화 by @BeA-Pro in #738
- [engine] #713 요구사항 적용 by @BeA-Pro in #739
- [engine] 로그 개수에 맞는 쓰레드 생성 by @BeA-Pro in #743
- [engine] 최대 쓰레드 수 3개 제한 및 git 로그 최초 한 번만 불러오기 by @BeA-Pro in #758
- [engine] main 브랜치 병합을 위한 동기화 작업 by @BeA-Pro in #764
- [engine] git.worker.ts에 새로운 git format 적용 by @BeA-Pro in #765
- [engine] git log 파싱에 사용되는 separator 개선 by @yoouyeon in #770
- [engine] feature/712 브랜치에서 작업한 내용을 main 브랜치에 반영 by @BeA-Pro in #766
- [view] 클러스터 리스트 y축 스크롤바 얇게 보이는 문제 해결 by @jkea1 in #729
- [Refactor] SummaryUtil 리팩토링(#723) by @pithesun in #756
- [View] cluster 요약에서 cluster의 releaseTag를 보여주는 방식 변경 by @rakseong in #763
- [vscode] Azure DevOps URL 파싱 지원 및 getRepo 함수 개선 by @SingTheCode in #801
- [view] 날짜별 커밋 및 코드 변경량 계산 오류 수정 by @Jxxunnn in #808
- fix: 한글 파일명이 유니코드 이스케이프 시퀀스로 나타나는 문제 해결 by @ethandeveloper2 in #811
- [vscode] 테스트 프레임워크 Mocha 제거 it.each 리뷰 반영 by @SingTheCode in #810
- [view] refactor(theme): window.theme 제거 및 zustand + persist 기반 상태관리 적용 by @Zy0ung in #802
- [view] Summary 내 Detail 컴포넌트 내부 콘텐츠 스타일 개선 작업 by @seocylucky in #815
- feat: TemporalFilter 정렬 성능 최적화 by @ojspp41 in #812
- fix : Avatar 컴포넌트 리팩토링 by @grapefruit13 in #820
- fix: FilteredAuthors의 3중 map 구조 개선 by @yuminnnnni in #819
- [vscode/engine] git log 파싱 로직 구조 개선 리팩토링 by @nxnaxx in #825
- fix(vscode): repo 변수에서 잘못된 배열 접근 제거 by @ethandeveloper2 in #843
- [view] 새로고침의 무한로딩 문제 해결 by @chae-dahee in #817
- [view] tag와 releaseTag에 대한 테스트 코드 추가 by @ongheong in #827
- env: ready for v0.8.0 by @ytaek in #869
New Contributors
- @jkea1 made their first contribution in #729
- @SingTheCode made their first contribution in #801
- @Jxxunnn made their first contribution in #808
- @ethandeveloper2 made their first contribution in #811
- @seocylucky made their first contribution in #815
- @ojspp41 made their first contribution in #812
- @grapefruit13 made their first contribution in #820
- @yuminnnnni made their first contribution in #819
- @nxnaxx made their first contribution in #825
- @chae-dahee made their first contribution in #817
- @ongheong made their first contribution in #827
Full Changelog: v0.7.2...v0.8.0
v0.7.1
v0.7.0
- UI enhancement
- Patches for UI bugs
What's Changed (Generated)
- fix(vscode): fix preventing multiple panel issues (webview is disposed) by @ytaek in #511
- fix(view): commit 중복 bug fix by @inthejim in #508
- feat(view): commit-id의 적절한 크기 선정 by @KKanghh in #506
- fix(view): commit message가 길어질 경우 다른 정보를 가리는 버그 수정 by @KKanghh in #505
- env: fixed packages.json for newer node by @ytaek in #512
- env: update codeowners for 2024 by @ytaek in #518
- README Contributors 내용 수정 by @choisohyun in #543
- fix: CONTRIBUTING.md 오타 수정 by @BeA-Pro in #542
- feat(vscode): #321 githru 열리기 전까지 progress 표시 by @yuiseo in #544
- fix(view): #540 Total Commit 그래프에 마우스 over, move 시 깜빡임 by @seungineer in #550
- fix(view): AuthorBarChart에서 Author 10명 넘어가는 경우 나머지는 others로 처리 by @HIITMEMARIO in #548
- Revert "fix(view): AuthorBarChart에서 Author 10명 넘어가는 경우 나머지는 others로 처리" by @HIITMEMARIO in #554
- feat(view): Primary color에 따라 File Summary 글자 색상 동적 변경 by @lxxmnmn in #558
- docs: 하드코딩 된 contributors 배지 제거 #547 by @yuiseo in #565
- fix(view): #553 Author(other bar) 클릭시 해당 사용자들 관련 커밋내역이 나오지는 않는 문제 수정 by @HIITMEMARIO in #559
- feat(view): 레이아웃 수정 by @xxxjinn in #567
- docs: 문법 및 네이밍 수정(#574) by @kimdaeyeobbb in #575
- feat(vscode): Add private method 'ensureOctokitInstance' to resolve Octokit's common logic. by @bbanderson in #562
- fix(view): 각 content title 수정 by @xxxjinn in #585
- fix(view): 커밋 메시지의 PR or Issue number 하이퍼링크 버그 by @seungineer in #569
- fix(view): Vertical Cluster List 에서 중복된 사용자는 추가시키지 않는것으로 수정 (#524) by @HIITMEMARIO in #587
- Feature/448 refactoring type naming, extension fetcher 함수 dependencies 제거 by @DaYoung-woo in #577
- fix(view): 우측 그래프 표시 레이아웃이 무너짐 수정 by @joonwonBaek in #576
- fix(view): dev 모드 실행 정상화 by @seungineer in #604
- mui, mui icon 설치 by @pcwadarong in #609
- Mui/icons로 모든 아이콘 교체 by @pcwadarong in #611
- NO COMMIT 페이지 UI 개선 by @pcwadarong in #613
- feat(view): dev 모드 로딩 애니메이션 시간 축소 by @seungineer in #616
- feat(view): #623 클러스터 서브 그래프 툴팁 스타일링 by @lxxmnmn in #627
- [view] 우측 차트 잘림 현상 해결 by @HIITMEMARIO in #633
- [all] knowledge 수합 및 마이그레이션 by @choisohyun in #595
- Convert Author to Avator + tooltip of material-ui by @pcwadarong in #639
- fix(view) : 상단 라인 차트 전체 기간에서 특정 기간으로 Brushing 후 Reset 기능 버튼 추가 by @rakseong in #630
- [view] 일부 컴포넌트 mui로 변경 by @xxxjinn in #645
- [view] vertical cluster list 내 cluster graph, cluster summary 단일화 by @seungineer in #648
- Revert(vscode): vscode 모듈 #577 이전으로 롤백 by @yuiseo in #643
- [view] 컬러 차트 구현을 위한 컬러 전역 변수 생성 by @joonwonBaek in #647
- [view] temporal filter 차트가 잘리는 경우에도 보이도록 수정 by @seungineer in #650
- [fix] ts파일 첫째줄에서 빨간줄 에러 fix by @DaYoung-woo in #560
New Contributors
- @choisohyun made their first contribution in #543
- @BeA-Pro made their first contribution in #542
- @yuiseo made their first contribution in #544
- @seungineer made their first contribution in #550
- @HIITMEMARIO made their first contribution in #548
- @lxxmnmn made their first contribution in #558
- @xxxjinn made their first contribution in #567
- @kimdaeyeobbb made their first contribution in #575
- @bbanderson made their first contribution in #562
- @DaYoung-woo made their first contribution in #577
- @pcwadarong made their first contribution in #609
- @rakseong made their first contribution in #630
Full Changelog: v0.6.1...v0.7.0