# Release Notes
### 5.0.0 (Apr 08, 2020)
* [GH-64](https://github.com/apache/cordova-app-hello-world/pull/64) doc(README): fix markdown lint warnings & add npm badge
* [GH-62](https://github.com/apache/cordova-app-hello-world/pull/62) chore(git): ignores `node_modules` folder
* [GH-61](https://github.com/apache/cordova-app-hello-world/pull/61) chore(npm): add ignore list & update package data
* [GH-60](https://github.com/apache/cordova-app-hello-world/pull/60) refactor: transform `var` to `let` & `const`
* [GH-43](https://github.com/apache/cordova-app-hello-world/pull/43) feature: dark mode
* [GH-59](https://github.com/apache/cordova-app-hello-world/pull/59) style: update `config.xml`
* replace single quotation marks with double quotation mark
* capitalize `UTF-8`
* [GH-58](https://github.com/apache/cordova-app-hello-world/pull/58) chore(index.html): add charset, prevent scaling, use default attributes
* [GH-57](https://github.com/apache/cordova-app-hello-world/pull/57) Update `index.css`, fixes duplicated `env` right
* [GH-55](https://github.com/apache/cordova-app-hello-world/pull/55) Simplify demo app JavaScript
* [GH-56](https://github.com/apache/cordova-app-hello-world/pull/56) fix: move default plugin to `package.json`
* [GH-52](https://github.com/apache/cordova-app-hello-world/pull/52) fix: remove unsupported hooks directory
* [GH-50](https://github.com/apache/cordova-app-hello-world/pull/50) feat: ensure `.gitignore` file in generated app
* Add or update GitHub pull request and issue template
### 4.0.0 (Dec 20, 2018)
* Absorb cordova-template-reference (#24)
* Slight CSS modernization & use system fonts
* [CB-12886](https://issues.apache.org/jira/browse/CB-12886) Fix for safe-area handling on **iOS** 11+
* [CB-14098](https://issues.apache.org/jira/browse/CB-14098) Remove unused res folder
* [CB-12397](https://issues.apache.org/jira/browse/CB-12397) fix .gitignore for plugins & platforms
* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github instead of apache mirrors site
### 3.11.0 (Sep 29, 2016)
* [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated csp to include content: for img-src
* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir
* [CB-10522](https://issues.apache.org/jira/browse/CB-10522) Event binding in Hello World is misleading
### 3.10.0 (Oct 26, 2015)
* [CB-9712](https://issues.apache.org/jira/browse/CB-9712) CLI 5.3 breaks with node 3.3.3
* don't duplicate hooks guide
* [CB-8896](https://issues.apache.org/jira/browse/CB-8896) updated whitelist dependency to use spec
### 3.9.0 (Mar 23, 2015)
* [CB-8716](https://issues.apache.org/jira/browse/CB-8716) Add Whitelist plugin to config.xml
### 3.8.0 (Mar 10, 2015)
* Add unsafe-eval to default CSP since many frameworks run faster with it on
* Remove path from CSP string (since CSP ignores paths). Add CSP rationale within commen
* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Fix CSP string, which had an invalid : in it
* added license header to config.xml
* added releasenotes.md
* removed version file, package.json can keep track of version
* Adding hooks to default app
* [CB-8597](https://issues.apache.org/jira/browse/CB-8597) First attempt at importing cordova-app-hello-world via npm dependency
* Remove jasmine ref
* Tweak CSP string
* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Add content-security-policy `` to template
* Remove target-density and height=device-height from ``
* Remove self-closing slashes from `` since this isn't xhtml