NEWS.md in review-3.0.0.preview3 vs NEWS.md in review-3.0.0.preview4

- old
+ new

@@ -1,4 +1,30 @@ +# Version 3.0.0 preview 4 +## New Features +* new command `review-update` is added, which updates the setting of the project files to the new version ([#1144]) +* `texequation` representing an expression can now be numbered and captioned. To reference this you can use the `@<eq>` operator ([#1167]) + +## Breaking Changes +* In IDGXMLBuilder, PlaintextBuilder, and TextBuilder, the expansion result of `@<chapref>` is no longer created in a unique way. Like other builders, it uses the `chapter_quote` locale string ([#1160]) + +## Bug Fixes +* samples collection could not generate PDF in preview 3. Now it works with `rake pdf` ([#1156]) + +## Enhancements +* PDFMaker: support hiddenfolio parameter with review-jlreq.cls ([#1147]) +* EPUBMaker/WEBMaker: when imgmath function is enabled, font size is passed to each `//texequation` ([#1146]) + +## Docs + +## Contributors + +[#1144]: https://github.com/kmuto/review/issues/1144 +[#1146]: https://github.com/kmuto/review/issues/1146 +[#1147]: https://github.com/kmuto/review/issues/1147 +[#1156]: https://github.com/kmuto/review/issues/1156 +[#1160]: https://github.com/kmuto/review/issues/1160 +[#1167]: https://github.com/kmuto/review/issues/1167 + # Version 3.0.0 preview 3 ## New Features * PDFMaker: instead of using jsbook.cls as it is, review-jsbook.cls (based on jsbook.cls, default) and review-jlreq.cls (based on jlreq.cls) are introduced. These supports the creation both paper and electronic PDF books. ([#1032],[#1117]) * EPUBMaker/WEBMaker: add imgmath function to image mathematical expressions ([#868],[#1138])