From c22ff4dcf90705ed0129656d1126398fe4495054 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 17 Aug 2021 20:47:46 +0530 Subject: chore: upgrade electron to 13.2.0 --- CHANGELOG.md | 7 ++++++- README.md | 4 ++-- package-lock.json | 12 ++++++------ package.json | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1819302..2568df507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v5.6.1-nightly.31](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.30...v5.6.1-nightly.31) (2021-08-18) + +- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam +- Upgraded to [electron 13.2.0](https://github.com/electron/electron/releases/tag/v13.2.0) 💖 @vraravam + # [v5.6.1-nightly.30](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.29...v5.6.1-nightly.30) (2021-08-17) ### Bug Fixes @@ -6,7 +11,7 @@ ### Internal -- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam +- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam # [v5.6.1-nightly.29](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.28...v5.6.1-nightly.29) (2021-08-17) diff --git a/README.md b/README.md index 14b5745e4..bba57a252 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ - [Or use Chocolatey (Windows only)](#or-use-chocolatey-windows-only) - [Or use Windows Package Manager (Windows only)](#or-use-windows-package-manager-windows-only) - [Or use homebrew (macOS or Linux)](#or-use-homebrew-macos-or-linux) + - [Or use snap (Linux only)](#or-use-snap-linux-only) - [Or use AUR (Arch Linux)](#or-use-aur-arch-linux) - - [Or use snap (Linux)](#or-use-snap-linux-only) - [What makes Ferdi different from Franz?](#what-makes-ferdi-different-from-franz) - [Removes unproductive paywalls and other other interruptions](#removes-unproductive-paywalls-and-other-other-interruptions) - [Adds features to increase your productivity](#adds-features-to-increase-your-productivity) @@ -226,7 +226,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`. ### Adds internal changes -- [x] Upgrades to Electron 13.1.9 +- [x] Upgrades to Electron 13.2.0 - [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size - [x] Minifies build files to improve app size - [x] Adds "npm run prepare-code" command for development to lint and beautify code diff --git a/package-lock.json b/package-lock.json index 4a706df45..a9414223e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12368,9 +12368,9 @@ } }, "electron": { - "version": "13.1.9", - "resolved": "https://registry.npmjs.org/electron/-/electron-13.1.9.tgz", - "integrity": "sha512-By4Zb72XNQLrPb70BXdIW3NtEHFwybP5DIQjohnCxOYONq5vojuHjNcTuWnBgMvwQ2qwykk6Tw5EwF2Pt0CWjA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-13.2.0.tgz", + "integrity": "sha512-ZnRm1WWhHIKyoNAKVz7nPOHG42v5dhe0uqFsGW5x/KLK8kikHEXIduRnC4Y2XanckHeUFI9tZddWVSIBgqGBGg==", "dev": true, "requires": { "@electron/get": "^1.0.1", @@ -15442,9 +15442,9 @@ }, "dependencies": { "core-js": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.1.tgz", - "integrity": "sha512-AAkP8i35EbefU+JddyWi12AWE9f2N/qr/pwnDtWz4nyUIBGMJPX99ANFFRSw6FefM374lDujdtLDyhN2A/btHw==", + "version": "3.16.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.2.tgz", + "integrity": "sha512-P0KPukO6OjMpjBtHSceAZEWlDD1M2Cpzpg6dBbrjFqFhBHe/BwhxaP820xKOjRn/lZRQirrCusIpLS/n2sgXLQ==", "dev": true, "optional": true } diff --git a/package.json b/package.json index 7b617c075..c9497faf8 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "dotenv": "10.0.0", - "electron": "13.1.9", + "electron": "13.2.0", "electron-builder": "22.12.0", "electron-notarize": "1.1.0", "eslint": "7.32.0", -- cgit v1.2.3-70-g09d2