diff --git a/DESCRIPTION b/DESCRIPTION index acd8ed23..b10cf3ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tinytable Type: Package Title: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats Description: Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', or 'Typst' tables. The user interface is minimalist and easy to learn. The syntax is concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. -Version: 0.5.0.7 +Version: 0.6.0 Imports: methods Depends: diff --git a/NEWS.md b/NEWS.md index 42f03f03..83b6a7ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -## Development +## 0.6.0 * Major refactor of the style internals. HTML, LaTeX, and Typst documents should be much more concise and efficient. * `theme_tt("spacing")`: Change the row and column spacing to create more compact or airy tables. LaTeX and HTML only. Thanks to @statzhero for feature request #353. @@ -14,7 +14,6 @@ Bugs: * Typst notes returned an error since the last release. Thanks to @DominikVogel for report #357. * Duplicate group labels are allowed in LaTeX with `group_tt()`. Thanks to @eeemda for report #362. - ## 0.5.0 New: