jung-geun
2dfa11c0e1
Merge pull request #13 from jung-geun/dependabot/npm_and_yarn/js-yaml-4.3.0
...
build(deps-dev): Bump js-yaml from 4.1.1 to 4.3.0
2026-07-28 10:14:04 +09:00
dependabot[bot]
593fee5e7f
build(deps-dev): Bump tmp from 0.2.5 to 0.2.7 ( #9 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.5 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.7 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 18:12:04 +09:00
dependabot[bot]
1a8e83b27b
build(deps-dev): Bump tar from 7.5.15 to 7.5.16 ( #11 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.15 to 7.5.16.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.15...v7.5.16 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.16
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 18:08:35 +09:00
dependabot[bot]
16aa4a4c4b
build(deps-dev): Bump form-data from 4.0.5 to 4.0.6 ( #10 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.5 to 4.0.6.
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 18:06:32 +09:00
dependabot[bot]
3d436181bf
build(deps-dev): Bump js-yaml from 4.1.1 to 4.3.0
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.1 to 4.3.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-28 09:05:16 +00:00
dependabot[bot]
02f072841e
build(deps-dev): Bump undici from 6.25.0 to 6.27.0 ( #12 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.25.0 to 6.27.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.25.0...v6.27.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-28 18:04:17 +09:00
7889f8eb96
chore: 2.0.2 버전 범프
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 14:30:30 +09:00
8db9e64302
chore(deps): vite 5→6, electron-vite 2→3, vitest 1→4 업그레이드 — 나머지 보안 취약점 해결
...
Vite path traversal(CVE) 및 esbuild dev-server SSRF 취약점을 Vite 6.4.2,
esbuild 0.25 업그레이드로 해결한다. @vitejs/plugin-react 5.x, vitest 4.x 동반 업그레이드.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 11:41:00 +09:00
2d7d586be7
chore(deps): electron 35 → 39 업그레이드 — Dependabot 보안 취약점 17개 해결
...
use-after-free, AppleScript injection, IPC spoofing 등 high/medium/low
Electron 취약점을 모두 39.8.x 패치 버전으로 해결한다.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 11:22:40 +09:00
e967a0fbdb
feat(web): GitHub Pages 기반 NFD→NFC 파일명 변환 웹앱 추가
...
설치 없이 브라우저에서 한글 파일명을 NFC 로 정규화할 수 있는 웹 도구.
파일/폴더 드롭 → 모든 path segment 를 독립적으로 NFC 변환 → fflate 스트리밍
ZIP 다운로드. UTF-8 flag(bit 11) 자동 설정으로 Windows Explorer 에서 정상 표시.
기존 src/core/filter.ts 의 shouldNormalize 를 그대로 재사용. 빌드는 web/
디렉토리의 별도 Vite 설정으로 격리되어 Electron 빌드에 영향 없음.
main 브랜치 push 시 .github/workflows/pages.yml 이
https://jung-geun.github.io/NFD2NFC/ 로 자동 배포.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-11 15:11:41 +09:00
4cbc044d15
perf(watcher): chokidar awaitWriteFinish 제거로 idle CPU 절감
...
100ms 주기 stat 폴링이 누적 CPU를 점유했음. 파일 이름만 다루는
정규화 도구이므로 안정화 대기가 불필요하며, recentlyRenamed TTL
맵이 이미 중복 이벤트를 막아준다.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-11 13:48:28 +09:00
6fe306e7b1
fix: typecheck/lint 오류 수정
...
tsconfig.json: module ESNext로 변경, renderer 제외.
.eslintrc.cjs: varsIgnorePattern '^_' 추가.
store.ts: notificationIntervalSecs 기본값(30) 추가.
src/lib/index.ts: FilterOptions/ScanEntry를 올바른 소스 파일에서 import.
scanner.ts: 미사용 fs import 제거.
ipc.ts: 미사용 nanoid import 제거.
cli/index.ts: 미사용 argv 변수 void 처리, showHelp() → 메시지 출력으로 대체.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-09 15:50:25 +09:00
2bd1c05af3
preload.js 및 normalize_ko.js 파일 삭제, normalize.js 기능 개선 및 README 문서 업데이트
2024-12-18 02:51:41 +09:00
7afcf19178
README.md 추가 및 CLI 도구에 대한 사용법 설명: 파일 이름 변환기 기능 구현, 디렉토리 목록 가져오기 기능 추가
2024-12-17 02:57:18 +09:00
40c2ecdd18
sqlite3 종속성 추가 및 UI 텍스트 영어로 변경
2024-12-16 23:40:30 +09:00
776e2c9d82
Electron 애플리케이션 초기 설정: 메인 프로세스 및 프리로드 스크립트 추가, HTML 인터페이스 구현, 디렉토리 선택 및 감시 기능 추가
2024-12-16 23:08:23 +09:00
ea410d66f8
패키지 이름 변경 및 종속성 추가: nfd-to-nfc-converter에서 nfd2nfc로 변경, chokidar 및 readdirp 추가
2024-12-16 22:33:03 +09:00
24390231bc
macOS 관련 파일 무시 규칙 추가 및 파일 이름 정규화 기능 개선
2024-12-16 22:17:47 +09:00