Skip to content

Releases: ebandal/H2Orestart

v0.7.1

02 Feb 06:34
Compare
Choose a tag to compare

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) 변경점

  • 한컴 5.0.3.4 clipimage 좌표 오류 체크 (issue #49 수정)
  • 이미지 위치 Y좌표가 문단기준 음수일때 0으로 바꿔 출력 (issue #50 수정)
  • 묶음개체내 글상자를 TextFrame으로 처리 (issue #50 수정)
  • Gradient Fill에서 StartIntensity, EndIntensity 속성 설정
  • outer frame은 세로 확장 안하도록 수정
  • 미지원 폰트의 장평 조절 막음

v0.7.0

05 Jan 07:32
Compare
Choose a tag to compare

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

12 Nov 15:07
Compare
Choose a tag to compare

changes

  • This version is functionally identical to v0.6.7
  • built with JDK 8

(Korean) 변경점

  • 기능상 0.6.7과 동일
  • JDK 8로 빌드

v0.6.7

09 Nov 05:11
Compare
Choose a tag to compare

Bug fix

  • draw picture outline with it's style
  • apply Character shape on PARA_BREAK
  • fix polygon regression issue in v0.6.6

(Korean) 버그수정

  • 그림일 경우 스타일대로 외곽선 그리기
  • PARA_BREAK에 CharacterShape 적용
  • v0.6.6 버전에 발생한 다각형 regression 이슈 수정

v0.6.6

06 Jul 06:55
Compare
Choose a tag to compare

Bug fix

  • use absolute value of width, height of Graphic Object when they are negative value.
  • modify not to make shadow when character shadow color is 0.

(Korean) 버그수정

  • 그림개체의 가로,세로 크기가 음수이면, 절대값 가로,세로 크기 사용
  • 글자 음영색이 0 이면, 음영처리 안하도록 수정

v0.6.5

30 May 14:29
Compare
Choose a tag to compare

Bug fix

  • fix some crashing issues when opening hwpx files.
  • fix image regression issue on cropping image.

(Korean) 버그수정

  • Hwpx파일 열때, 리브레오피스 작동중지 이슈 수정
  • 이미지 자르기에서 발생한 그리기 이슈 수정

v0.6.4

19 May 13:09
Compare
Choose a tag to compare

Bug fix

  • when opening hwpx, initialize character shape related attributes.
  • prevent redundant header/footer in the same section.

(Korean) 버그수정

  • Hwpx파일 열때, 문자모양 관련 속성값 초기화
  • 동일 구역내 header/footer 중복 방지

v0.6.3

01 Apr 14:36
Compare
Choose a tag to compare

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

10 Mar 12:38
Compare
Choose a tag to compare

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

24 Feb 05:52
Compare
Choose a tag to compare

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 경로 사용
  • 윗 첨자, 아래 첨자 지원