Skip to content

Commit

Permalink
1.3.0 release preps
Browse files Browse the repository at this point in the history
* closes #91
* closes #113
* closes #114
* closes #131
* closes #141
* closes #142
* closes #143
* closes #144
  • Loading branch information
riccardoporreca committed Oct 29, 2019
1 parent 3a0b702 commit 9574051
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SmaRP
Title: SmaRP: Smart Retirement Planning
Version: 1.2.0-9000
Version: 1.3.0
Authors@R: c(person("Gabriel", "Foix", role = c("aut", "cre"),
email = "gabriel.foix@mirai-solutions.com"),
person("Francesca", "Vitalini", role = c("aut"),
Expand Down
22 changes: 14 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# SmaRP 1.2.0-9000
# SmaRP 1.3.0

* Add directory with GKE instructions and manifests.
* Upgrade deployed app to R 3.5.3 (from R 3.5.1), improve Docker image with refactored Dockerfile (#91).
* Removed heavy shinydashboardPlus dependency by using custom collapsible panels (#113).
### Changes

* The app now uses custom collapsible panels, removing the dependency on shinydashboardPlus (#113).
* The Dockerfile for the deployed app was improved, and is now based on R 3.5.3 (#91).
* The total retirement fund text in the app was improved (#114).
* The PDF report now uses A4 as pages size (#131).
* Aligned input increment step to 0.1% for the second pillar interest rate (#142).
* Improved total retirement fund text in the app (#114).
* Updated links to the live app and README based on website integration, including GitFlow and release details (#143).
* Upgrade iframe-resizer to version 4.2.1 (#144).
* The increment of interest rates in the app is now aligned to 0.1% (#142).
* The iframe-resizer version was upgraded to 4.2.1 (#144).

### Maintenance

* Instructions and manifests for the GKE deployment are now included in the `gke` directory (#141).
* GitFlow and release details are now included in the `git-flow` directory (#143).
* The README was updated based on the new website integration of the deployed app (#143).

# SmaRP 1.2.0

Expand Down

0 comments on commit 9574051

Please sign in to comment.