aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-09 06:35:40 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-09 06:35:40 +0530
commitf44876d604e07c891553ae1ecb926b8e98c02b23 (patch)
treef205997a68fd86c3d63eacd0b5de5f60e7e2e740 /README.md
parentfix: check if 'app.mainWindow' is present to avoid js errors (#2189) (diff)
downloadferdium-app-f44876d604e07c891553ae1ecb926b8e98c02b23.tar.gz
ferdium-app-f44876d604e07c891553ae1ecb926b8e98c02b23.tar.zst
ferdium-app-f44876d604e07c891553ae1ecb926b8e98c02b23.zip
chore: upgrade electron to 15.3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cf52fc8a..c3620dfa4 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ If you use an AUR Helper, e.g. yay, install it via `yay -S ferdi`.
227 227
228### Adds internal changes 228### Adds internal changes
229 229
230- [x] Upgrades to Electron 15.3.0 230- [x] Upgrades to Electron 15.3.1
231- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 231- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
232- [x] Minifies build files to improve app size 232- [x] Minifies build files to improve app size
233- [x] Adds "npm run prepare-code" command for development to lint and beautify code 233- [x] Adds "npm run prepare-code" command for development to lint and beautify code