Kouhei Sutou 2019-03-01 17:05:38 +0900 (Fri, 01 Mar 2019) Revision: 7cfe4c7ff19aee84b7effa521290f79e75071a36 https://github.com/ranguba/chupa-text/commit/7cfe4c7ff19aee84b7effa521290f79e75071a36 Message: Add 1.1.6 entry Modified files: doc/text/news.md Modified: doc/text/news.md (+42 -0) =================================================================== --- doc/text/news.md 2019-03-01 16:10:53 +0900 (cb7e009) +++ doc/text/news.md 2019-03-01 17:05:38 +0900 (68440df) @@ -1,5 +1,47 @@ # News +## 1.1.6: 2019-03-01 + +### Improvements + + * `zip`: + + * Added support for multibyte path. + + * Added error check. + + * `tar`: + + * Added support for multibyte path. + + * Reduced memory usage. + + * Changed to the extracted text encoding to UTF-8. + + * Added support BOM detection. + + * Improved binary data detection. + + * `office-open-xml-workbook`: + + * Added support for not shared string cell values. + + * Changed to emit data per sheet. + + * `office-open-xml-presentation`: + + * Changed to emit data per slide. + + * `csv`: + + * Added error check. + + * `opendocument-spreadsheet`: + + * Added support for concatenated cell. + + * Added support for shapes. + ## 1.1.5: 2019-02-28 ### Improvements -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190301/86460f99/attachment-0001.html>