Releases: ebandal/H2Orestart
Releases · ebandal/H2Orestart
v0.7.1
changes
- check wrong position of Clip image on HWP5.0.3.4 (fix issue #49)
- set image Y position as 0 when image anchored on paragraph and Y position is negative value (fix issue #50)
- treat Text box as TextFrame in container (fix issue #50)
- set StartIntensitiy and EndIntensity properties at gradient fill
- change outer frame not to increase height
- set CharScaleWidth 100% if font is not supported in device.
(Korean) 변경점
v0.7.0
changes
- fix the bug that Paragraph Shape changes at table.
- fix wrong reference index bullet image
- set automatic height of frame which contains table to show it's caption
- make little gap between tables up and down
- decrease each character space in table cell to show all characters as many as origin HWP in narrow cell
(Korean) 변경점
- 테이블 그릴때 문단모양이 변경되는 버그 수정
- 글머리가 이미지일때 이미지참조번호 오류 수정
- 테이블 캡션이 있을때 테이블 포함한 프레임의 높이를 자동으로 설정
- 테이블이 위 아래 있을때 간격 만듬
- 테이블 셀 안에 자간 거리 줄임, 가능한 한컴의 모든 글자를 보여주기 위함
v0.6.8
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
Bug fix
- reduce min value of tab position to show tab in one line
- correct PARA_BREAK in hwpx to make it similar to hwp
Improvement
- hide highlight color when text has borderfill color
(Korean) 버그수정
- 한줄에 보이도록 tab 위치 최소값 줄임
- Hwp파일과 비슷하도록 Hwpx에서 문단 나누기 보정
(Korean) 개선점
- 글자 배경색이 있을때 음영색 숨기기
v0.6.2
Bug fix
- Ignore numbering if numbering format doesn't exist
- detect more image format besides jpg
Improvement
- support CharacterStyle on numbering character
- support dropping effect on image
(Korean) 버그수정
- 문단번호형식이 없는 경우 문단번호 무시
- jpg 이외의 이미지 포맷 인식
(Korean) 개선점
- 문단번호에 문자스타일 지원
- 이미지에 그림 자르기 효과 지원
v0.6.1
Bug fix
- Fix hardcoded timezone on checking old file expiration
- Set owner-only permission for ~/.H2Orestart and temp files
- Fix the issue that text is shown truncated around table cell border line
- Fix not to creating temp file when opening local file
- Delete a temp file for document on disposing that document
Improvement
- Follow platform convention for app cache path
- Support Superscript and Subscript
(Korean) 버그수정
- 임시 파일 생성일시 체크시 하드코딩된 timezone 수정
- .H2Orestart 폴더와 임시 파일 생성시 소유자 권한만 부여
- 표 안의 텍스트가 잘리는 현상 수정
- 로컬파일을 열때 임시 파일 생성하는 버그 수정
- 문서 닫을때 해당 임시 파일 삭제
(Korean) 개선점
- 플랫폼에 맞는 앱 cache 경로 사용
- 윗 첨자, 아래 첨자 지원