Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Yobi 0.8.2

Latest
Compare
Choose a tag to compare
@eungjun-yi eungjun-yi released this 07 Jul 10:16
· 8 commits to master since this release

v0.8.1 이후 버그수정

  • Jsoup 버그로 인해 마크다운 렌더링 중 에러가 발생하는 문제 (b1d4bb9)
  • 메일을 통해 등록된 이슈에 불필요한 빈 줄이 너무 많은 문제 (a5c9992)
  • 마크다운 렌더링에 시간이 너무 많이 걸리는 경우, 시스템 전체에 장애를 일으킬
    수 있는 문제 (ad9b0aa)
  • Java8에서 findbugs가 실행되지 않는 문제 (4ada856)

Fixes since v0.8.1

  • Server error while rendering markdown text because of a Jsoup bug (b1d4bb9)
  • Ugly newlines of issues posted by email (a5c9992)
  • System might freeze because of markdown text which takes a long time to be
    rendered. (ad9b0aa)
  • findbugs did not work on Java 8. (4ada856)