Skip to content

Releases: ebandal/H2Orestart

v0.7.10

23 Jan 09:57

Choose a tag to compare

bug fix

  • fixed a file detection error when compound file revision is lower than 0x3E (issue #68)
  • fixed an error when font has no facename (issue #68)

improve

  • modified not to draw paragraph border if offset is negative value (issue #70)

버그 수정

  • 컴파운드 파일 리비전이 0x3E 보다 작을때 파일 인식하지 못하는 오류 수정 (이슈 #68)
  • 폰트 정보에 facename 이 없을때 파일 열지 못하는 오류 수정 (이슈 #68)

개선사항

  • 문단 테두리 간격값이 음수일때 테두리 그리지 않도록 수정 (issue #70)

v0.7.9

26 Dec 13:07

Choose a tag to compare

bug fix

  • fixed an error caused by failing to parse the hp:shadow node. (issue #66)
  • fixed an error that libreoffice crashes where java ImageIO can't load certain image format. (issue #67)

improve

  • modified the table to occupy space when the textWrap property is set to TOP_AND_BOTTOM

버그 수정

  • hp:shadow 노드를 파싱하지 못해서 발생하는 오류 수정 (이슈 #66)
  • ImageIO 가 읽어들이지 못하는 이미지 포맷일때 crash 발생 오류 수정 (이슈 #67)

개선사항

  • 테이블이 textWrap 속성이 TOP_AND_BOTTOM 일때, 자리차지 하도록 수정

v0.7.8

09 Nov 10:47

Choose a tag to compare

bug fix

  • fix for the issue that parsing error occurs when centerX is larger than integer range in hwpx. (issue #64)

improve

  • fill background color of table.

버그 수정

  • hwpx 내 centerX 값이 클때 파싱 에러 발생하는 이슈 수정 (issue #64)

개선사항

  • 테이블 배경 색 채우기

v0.7.7

14 Sep 04:22

Choose a tag to compare

bug fix

  • fix for the issue of "The order of sections is not guaranteed when converting HWPX files." (issue #62)
  • fix of wrong comparing section filename in hwpx file.
  • fix for the issue of "When converting the file, I only get an 'Unspecified Application Error'". (issue #63)
  • fix of wrong parsing gradation colors in hwpxfile.

improve

  • new implement of parsing ConnectLine control.

버그 수정

  • "hwpx 파일 변환 시 구역의 순서가 보장되지 않습니다." 수정 (issue #62)
  • hwpx 파일에서 section 파일명 비교 오류 수정
  • "파일 변환시 Unspecified Application Error 오류만 나옵니다." 수정 (issue #63)
  • hwpx에서 gradtion color 파싱 오류 수정

개선사항

  • ConnectLine 컨틀로 파싱 추가

v0.7.6

23 Aug 07:20

Choose a tag to compare

bug fix

  • fix null pointer exception where shape object has paragraph text (issue #59)
  • fix for merging hidden cell in text table (issue #60)

improve

  • fill color in closed curve object with its color
  • read paragraph text from ellipse in container object

버그 수정

  • 도형개체에 글상자 속성을 파싱하지 않고 null pointer exception 발생 오류 수정 (issue #59)
  • 표 내부에 숨어있는 Cell 병합시 병합이 되지 않는 오류 수정 (issue #60)

개선사항

  • 폐곡선 색 채움
  • 묶음개체내 타원의 글상자 속성 지원

v0.7.5

28 Jul 14:06

Choose a tag to compare

bug fix

  • fix null pointer exception where image has no binary data (issue #58)

improve

  • treat COLD control only when comes with SECD control in the same paragraph (issue #57)
  • draw table with frame when table aligned PAGE BOTTOM.

버그 수정

  • bin data가 없는 이미지에서 null pointer exception 발생 오류 수정 (issue #58)

개선사항

  • COLD컨트롤이 SECD컨트롤과 paragraph내 같이 있는 경우에만 처리되도록 수정 (이슈 #57)
  • 테이블이 PAGE의 BOTTOM에 위치할 경우 Frame으로 그리도록 수정

v0.7.4

30 Jun 13:37

Choose a tag to compare

bug fix

  • read hp:outMargin in Long type, in order to read 4294967295 value. (issue #56)

(Korean) 버그 수정

  • hp:outMargin 을 읽을때 4294967295 값을 읽을 수 있도록 Long 형으로 수정 (이슈 #56)

v0.7.3

19 Apr 04:09

Choose a tag to compare

changes

  • adjust line distance depend on font name (issue #52)
  • show caption of shape object
  • show the page number (issue #53)

(Korean) 변경점

  • 폰트명에 따라 문단의 줄 간격 조정 (이슈 #52)
  • 도형개체의 캡션 보이기
  • 쪽번호 보이기 (이슈 #53)

v0.7.2

08 Mar 03:43

Choose a tag to compare

changes

  • read as -1 when the value of drawText is 4294967295 (issue #51)

(Korean) 변경점

  • drawText의 lastWidth가 4294967295 일때 -1로 읽음 (issue #51)

v0.7.1

02 Feb 06:34

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은 세로 확장 안하도록 수정
  • 미지원 폰트의 장평 조절 막음