한국어
기존 Python 기반 프로그램에서 Electron 기반 BookManager로 전환한 릴리즈입니다.
기존 Python 버전은 아래 저장소에서 계속 다운로드할 수 있습니다.
https://github.com/dongkkase/ComicZIP_Optimizer/
다만 기존 Python 버전은 더 이상 유지보수하지 않으며, 이후 업데이트는 BookManager 저장소에서 제공됩니다.
업데이트 주의 사항
프로그램 기반 언어와 내부 데이터 구조가 변경되어, 기존 설정 및 라이브러리 스캔 데이터 마이그레이션은 지원하지 않습니다.
새 버전을 사용할 경우 설정을 다시 구성하고, 라이브러리 데이터도 처음부터 다시 스캔해야 합니다.
신규 기능
공통
- macOS 지원
- 매뉴얼 버튼 추가
- 각 기능별 상세 설명 확인 지원
폴더
- 라이브러리 스캔 및 메타데이터 최적화 로직 변경
- 라이브러리 스캔 및 메타데이터 최적화 진행 상태 표시 개선
- 라이브러리 파일 및 폴더 이동 시 진행 상태 표시 추가
- EPUB, PDF, TXT 파일 관리 지원
- EPUB 메타데이터 관리 지원
- 리스트 패널 검색 범위를 현재 폴더 중심에서 등록된 라이브러리 범위로 확장
압축 파일 구조 정리
- 기존 파일명 유지 기능 추가
- 드래그로 여러 파일을 선택한 뒤 파일명을 일괄 변경하는 기능 추가
내부 파일명 변경
- 누락 페이지 표시 기능 추가
메타데이터 관리
- 작업 리스트에서 방향키로 파일 이동 지원
- 작업 리스트 폴더 펼치기/접기를 더블 클릭에서 원 클릭 방식으로 변경
- 작업 리스트 항목별 체크박스 추가
- 전체 선택 및 전체 선택 해제 기능 추가
- 단축키 지원 강화
- EPUB 메타데이터 관리 추가
- EPUB Amazon 검색 API 추가
- 권/화 입력값에 소수점 입력 지원
- 검색 API의 원제 검색 로직 변경
공유 서버
- HTTPS 프로토콜 지원 추가
- Web 공유 서버 추가
환경 설정
- 압축 강도 설정 추가
- 자주 사용하는 검색 API 기본값 설정 추가
오류 수정
- 라이브러리 파일 및 폴더 이동 시 발생하던 프리징 현상 수정
- CSV 파일 내보내기 문제 수정
- 압축 파일 구조 정리에서
n부,제n권등 제목 추출 오류 수정 - 내부 파일명 변경에서 압축 파일 내 이미지 세로 크기가 16000px을 초과할 때 파일이 손상되던 문제 수정
- 메타데이터 관리 작업 리스트에서 긴 파일명이 영역을 넘치지 않도록 말줄임 처리
English
This release changes the application from the previous Python-based version to the Electron-based BookManager.
The previous Python version is still available from the repository below.
https://github.com/dongkkase/ComicZIP_Optimizer/
However, the Python version is no longer maintained. Future updates will be provided through the BookManager repository.
Update Notes
Because the application runtime and internal data structure have changed, migration of existing settings and library scan data is not supported.
When using this version, settings must be configured again and library data must be scanned from the beginning.
New Features
Common
- Added macOS support
- Added manual button
- Added access to detailed descriptions for each feature
Folder
- Changed library scan and metadata optimization logic
- Improved progress display for library scan and metadata optimization
- Added progress display when moving library files and folders
- Added support for managing EPUB, PDF, and TXT files
- Added EPUB metadata management
- Expanded list panel search from the focused folder to registered libraries
Archive Structure Cleanup
- Added option to keep existing filenames
- Added batch rename support after selecting multiple files by dragging
Internal Filename Rename
- Added missing page display
Metadata Management
- Added keyboard navigation in the work list
- Changed folder expand/collapse in the work list from double-click to single-click
- Added checkboxes for each work list item
- Added select all and clear selection support
- Improved shortcut support
- Added EPUB metadata management
- Added EPUB Amazon search API
- Added decimal input support for volume and chapter fields
- Changed original title search logic in search APIs
Sharing Server
- Added HTTPS protocol support
- Added Web sharing server
Settings
- Added compression level setting
- Added default search API preference setting
Fixes
- Fixed freezing when moving library files and folders
- Fixed CSV export issue
- Fixed title extraction issues for patterns such as
Part nandVolume n - Fixed file corruption when renaming internal files containing images taller than 16000px
- Added ellipsis handling for very long filenames in the metadata work list