Update changelog for `v8.0.5`

This commit is contained in:
Ronan Jouchet 2020-03-27 09:00:39 -04:00
parent 139a5745c8
commit 34e443c832
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
8.0.5 / 2020-03-27
==================
* App: Fix unintentionally *global*/os-wide keyboard shortcuts (fix #930)
* App: Back & forward: expose standard shortcuts first & handle mac,
keep old weird (Ctrl+[ and Ctrl+]) shortcuts for backward compat
* App: Properly hide Developer Tools when asked by flag (fix #842)
* Log a helpful error when failing to parse JSON arg (fix #928)
* Bump default Electron to 8.2.0
* Misc GitHub & Travis nits.
8.0.4 / 2020-03-16
==================

View File

@ -1,6 +1,6 @@
{
"name": "nativefier",
"version": "8.0.4",
"version": "8.0.5",
"description": "Wrap web apps natively",
"license": "MIT",
"author": "Goh Jia Hao",