diff --git a/DESCRIPTION b/DESCRIPTION index b3ed37e..ae8a563 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggfigdone Title: Manage & Modify ggplot figures using ggfigdone -Version: 0.1.1 +Version: 0.1.2 Authors@R: person("Wenjie", "SUN", , "sunwjie@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3100-2346")) diff --git a/NEWS.md b/NEWS.md index 212d0ed..ab9faa8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## Version 0.1.2 + +- Feature: Introduce an option to sort the figures either by name or by the date they were last updated in the browser GUI. + ## Version 0.1.1 - Feature: Add syntax sugar for `fd_add` function, which allows user add last plot to default database without specifying the ggplot obj and database name.