aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-04-25 16:45:12 +0530
committerLibravatar GitHub <noreply@github.com>2021-04-25 11:15:12 +0000
commite9c3c9a3402d508e73cbe999f91e8831dad3f4d4 (patch)
treeab96df21990e6e71033a68794b3409a507d3f7db
parentdocs: add vraravam as a contributor (#1288) (diff)
downloadferdium-app-e9c3c9a3402d508e73cbe999f91e8831dad3f4d4.tar.gz
ferdium-app-e9c3c9a3402d508e73cbe999f91e8831dad3f4d4.tar.zst
ferdium-app-e9c3c9a3402d508e73cbe999f91e8831dad3f4d4.zip
Updated docs related to electron to 10.4.3 upgrade (#1290)
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c8518ebe7..697aeb887 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
15<img alt="GitHub Releases" src="https://img.shields.io/github/downloads/getferdi/ferdi/latest/total?label=Downloads&logo=iCloud&logoColor=%23FFFFFF"> 15<img alt="GitHub Releases" src="https://img.shields.io/github/downloads/getferdi/ferdi/latest/total?label=Downloads&logo=iCloud&logoColor=%23FFFFFF">
16<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> 16<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-85-default.svg?logo=github' alt='Contributors'/></a> 17<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-85-default.svg?logo=github' alt='Contributors'/></a>
18<!-- ALL-CONTRIBUTORS-BADGE:END --> 18<!-- ALL-CONTRIBUTORS-BADGE:END -->
19<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a> 19<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a>
20<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a> 20<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a>
21<a href="https://ci.appveyor.com/project/kytwb/ferdi"><img alt="Build Status Windows" src="https://img.shields.io/appveyor/ci/kytwb/ferdi/master?logo=appveyor"></a> 21<a href="https://ci.appveyor.com/project/kytwb/ferdi"><img alt="Build Status Windows" src="https://img.shields.io/appveyor/ci/kytwb/ferdi/master?logo=appveyor"></a>
@@ -195,7 +195,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
195- [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw) 195- [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw)
196 196
197### Adds internal changes 197### Adds internal changes
198- [x] Upgrades to Electron 8.1.1 198- [x] Upgrades to Electron 10.4.3
199- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 199- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
200- [x] Minifies build files to improve app size 200- [x] Minifies build files to improve app size
201- [x] Adds "npm run prepare-code" command for development to lint and beautify code 201- [x] Adds "npm run prepare-code" command for development to lint and beautify code
@@ -205,7 +205,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
205- [x] Adds retry commands to flaky build steps ([#498](https://github.com/getferdi/ferdi/issues/498)) 205- [x] Adds retry commands to flaky build steps ([#498](https://github.com/getferdi/ferdi/issues/498))
206- [x] Runs utility scripts pre-commit instead of pre-push ([#515](https://github.com/getferdi/ferdi/issues/515)) 206- [x] Runs utility scripts pre-commit instead of pre-push ([#515](https://github.com/getferdi/ferdi/issues/515))
207 207
208> Thanks to all our [contributors](#contributors-) who helped realize all these amazing features! 💖 208> Thanks to all our [contributors](#contributors-) who helped realize all these amazing features! 💖
209 209
210## Development 210## Development
211 211