Skip to content

Commit cc0231b

Browse files
committed
Update document for v1.3.3
1 parent 25ea5df commit cc0231b

File tree

7 files changed

+33
-1
lines changed

7 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SQL2Excel Version History
22

3+
## v1.3.3 - Docs Sync & Version Bump (2025-10-31)
4+
5+
### 📝 Documentation
6+
- Synchronized KR/EN documents (README, USER_MANUAL, CHANGELOG)
7+
- Updated package version to 1.3.3
8+
39
## v1.3.2 - CSV/TXT Formatting & Directory Naming (2025-10-31)
410

511
### ✨ New/Changed

CHANGELOG_KR.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SQL2Excel 버전 히스토리
22

3+
## v1.3.3 - 문서 동기화 및 버전 올림 (2025-10-31)
4+
5+
### 📝 문서
6+
- KR/EN 문서(README, USER_MANUAL, CHANGELOG) 동기화
7+
- 패키지 버전을 1.3.3으로 업데이트
8+
39
## v1.3.2 - CSV/TXT 포맷팅 및 디렉토리 명명 변경 (2025-10-31)
410

511
### ✨ 변경 사항

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A Node.js-based tool for generating Excel files from SQL query results.
44

5+
## v1.3.3 Highlights
6+
7+
- Documentation synchronization (KR/EN) and minor updates
8+
- Package version updated to 1.3.3
9+
510
### Key Features
611
- 📊 **Multi-Sheet Support**: Save multiple SQL query results in separate sheets within one Excel file
712
- 🎨 **Template Style System**: Pre-defined Excel styling templates for consistent design with 7 built-in styles

README_KR.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
SQL 쿼리 결과를 엑셀 파일로 생성하는 Node.js 기반 도구입니다.
44

5+
## v1.3.3 하이라이트
6+
7+
- 문서 동기화(KR/EN) 및 소규모 정리
8+
- 패키지 버전을 1.3.3으로 업데이트
9+
510
### 주요 기능
611
- 📊 **다중 시트 지원**: 하나의 엑셀 파일 내에서 여러 SQL 쿼리 결과를 별도의 시트에 저장
712
- 🎨 **템플릿 스타일 시스템**: 일관된 디자인을 위한 사전 정의된 엑셀 스타일링 템플릿 (7가지 내장 스타일)

USER_MANUAL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
SQL2Excel is a powerful Node.js-based tool for generating Excel files from SQL query results with advanced styling, template support, and standalone executable distribution.
2121

22+
### What's New (v1.3.3)
23+
24+
- Documentation synchronization across KR/EN
25+
- Package version updated to 1.3.3
26+
2227
### Key Features
2328
- 📊 **Multi-Sheet Support**: Save multiple SQL query results in separate sheets within one Excel file
2429
- 🎨 **Template Style System**: Pre-defined Excel styling templates for consistent design with 7 built-in styles

USER_MANUAL_KR.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
SQL2Excel은 고급 스타일링, 템플릿 지원, 독립 실행 파일 배포 기능을 갖춘 SQL 쿼리 결과로 엑셀 파일을 생성하는 강력한 Node.js 기반 도구입니다.
2121

22+
### v1.3.3 주요 변경
23+
24+
- KR/EN 문서 동기화 및 소규모 정리
25+
- 패키지 버전을 1.3.3으로 업데이트
26+
2227
### 주요 기능
2328
- 📊 **다중 시트 지원**: 하나의 엑셀 파일 내에서 여러 SQL 쿼리 결과를 별도의 시트에 저장
2429
- 🎨 **템플릿 스타일 시스템**: 일관된 디자인을 위한 사전 정의된 엑셀 스타일링 템플릿 (7가지 내장 스타일)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql2excel",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "SQL 쿼리 결과를 엑셀 파일로 저장하는 도구 (시트별 쿼리, 변수, XML/JSON 지원)",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)