From 3c1ab450ee645f385332d3e2cc501a1dfc0c69f7 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 10 Jan 2022 22:43:24 +0100 Subject: Remove labels in issues titles --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 207e3463a..ce6f33e17 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report an Ferdi bug -title: "[Bug]: " +title: "" labels: ["bug :beetle:"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3e7e6d312..679e007c3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for Ferdi -title: "[Feature Request]: " +title: "" labels: ["enhancement :sparkles:"] body: - type: markdown -- cgit v1.2.3-70-g09d2 From 0eeb9b6ac7e7ad3d085b52e929d6fa510561524c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Jan 2022 01:32:47 +0000 Subject: 5.6.11-nightly.0 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index de495aa86..58eb645ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ferdi", - "version": "5.6.10", + "version": "5.6.11-nightly.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ferdi", - "version": "5.6.10", + "version": "5.6.11-nightly.0", "license": "Apache-2.0", "dependencies": { "@adonisjs/ace": "^5.0.8", diff --git a/package.json b/package.json index e467a37d1..713b15f91 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Ferdi", "desktopName": "ferdi.desktop", "appId": "com.kytwb.ferdi", - "version": "5.6.10", + "version": "5.6.11-nightly.0", "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", "copyright": "kytwb", "main": "index.js", -- cgit v1.2.3-70-g09d2 From 820a92de96652967e809e7f3ba163a4654e40ffc Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 13:08:39 +0100 Subject: #329 Remove blocking listener before autoUpdater.quitAndInstall --- src/electron/ipc-api/autoUpdate.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/electron/ipc-api/autoUpdate.ts b/src/electron/ipc-api/autoUpdate.ts index d768d17f7..3cfd56591 100644 --- a/src/electron/ipc-api/autoUpdate.ts +++ b/src/electron/ipc-api/autoUpdate.ts @@ -25,6 +25,7 @@ export default (params: { mainWindow: BrowserWindow; settings: any }) => { } else if (args.action === 'install') { debug('installing update'); app.removeAllListeners('window-all-closed'); + params.mainWindow.removeAllListeners('close'); autoUpdater.quitAndInstall(); } } catch (error) { -- cgit v1.2.3-70-g09d2 From 770dbb5b8c5a28a088526c9098844d0acedbea70 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:22:39 +0100 Subject: docs: add Privatecoder as a contributor for userTesting (#2412) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8b12b8fb9..35995b780 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2283,6 +2283,15 @@ "contributions": [ "translation" ] + }, + { + "login": "Privatecoder", + "name": "Privatecoder", + "avatar_url": "https://avatars.githubusercontent.com/u/45964815?v=4", + "profile": "https://github.com/Privatecoder", + "contributions": [ + "userTesting" + ] } ], "contributorsPerLine": 16, diff --git a/README.md b/README.md index 86609454a..881104327 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Build Status -Contributors +Contributors Open Collective backers Gitter Chat Room -- cgit v1.2.3-70-g09d2 From a8c37a018673302dc1176f3ed63c919198c7125d Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 17:20:44 +0100 Subject: Iterate on issues config [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yml | 106 ++++------------------------------ .github/ISSUE_TEMPLATE/config.yml | 4 +- 2 files changed, 13 insertions(+), 97 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce6f33e17..dfb24d8fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,84 +1,15 @@ -name: Bug Report -description: Report an Ferdi bug -title: "" +name: Bug report +description: Report a bug in Ferdi +title: "Describe your bug" labels: ["bug :beetle:"] body: -- type: markdown - attributes: - value: | - 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) - 2. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. - 3. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/issues) - 4. If none of the above pertain to your problem, please fill our form below, this way we can analyse and fix the problem as fast as possible. - 5. Please consider supporting Ferdi! - 👉 https://github.com/sponsors/getferdi - 👉 https://opencollective.com/getferdi/donate - type: checkboxes attributes: - label: Preflight Checklist - description: Please ensure you've completed all of the following. + label: Avoid duplicates + description: Please ensure you've completed the following options: - - label: I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. - required: true - - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. + - label: I have searched the [issues tracker](https://github.com/getferdi/ferdi/issues) for a bug report similar to mine, in vain required: true - - label: I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success. - required: true -- type: input - attributes: - label: Ferdi Version - description: What version of Ferdi are you using? - placeholder: 5.6.3 - validations: - required: true -- type: dropdown - attributes: - label: What operating system are you using? - options: - - Windows - - macOS - - Ubuntu - - Other Linux - - Other (specify below) - validations: - required: true -- type: dropdown - attributes: - label: Server - options: - - Ferdi - - Franz - - Using without an account - - Other server (please specify in the steps to reproduce) - validations: - required: true -- type: input - attributes: - label: Operating System Version - description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, inside a terminal session, use lsb_release or uname -a. - placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" - validations: - required: true -- type: dropdown - attributes: - label: What arch are you using? - options: - - x64 - - ia32 - - arm64 (including Apple Silicon) - - Other (specify below) - validations: - required: true -- type: input - attributes: - label: Last Known working version of Ferdi - description: What is the last version of Ferdi this worked in, if applicable? - placeholder: 5.6.3 -- type: input - attributes: - label: Git SHA and/or build date - description: In the latest versions of Ferdi, we now also expose the GIT SHA and the build date. IF you are running one such version, please include this information as well. - placeholder: 9b29f041 / Sun May 09 2021 12:35:48 GMT+0200 - type: textarea attributes: label: Steps to reproduce @@ -92,30 +23,15 @@ body: required: true - type: textarea attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true -- type: textarea - attributes: - label: Actual Behavior - description: A clear description of what actually happens. + label: Debug link + description: Get your debug link via Ferdi's "Help" > "Publish Debug Information", then share your link with us validations: required: true - type: textarea attributes: label: Screenshots - description: If applicable, add screenshots to help explain your problem. You can simply drag and drop any image file into the editor to add it to the report -- type: textarea - attributes: - label: Debug information - description: Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then share a debug information file or your published link with us. -- type: input - attributes: - label: Testcase Gist URL - description: If you can reproduce the issue in a standalone test case, please use [Electron Fiddle](https://github.com/electron/fiddle) to create one and to publish it as a [GitHub gist](https://gist.github.com) and put the gist URL here. This is **the best way** to ensure this issue is triaged quickly **and** does not regress in the future. - placeholder: https://gist.github.com/... + description: If applicable, add screenshots to help visualize your problem - type: textarea attributes: - label: Additional Information - description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here. + label: Additional information + description: If your problem needs further explanation, please add more information here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 99cc88f24..26833093e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ # blank_issues_enabled: false contact_links: - - name: Ferdi Community Support + - name: Frequently Asked Questions url: https://getferdi.com/faq/ - about: Please see some basic questions here. If your question is not answered, please continue with raising an issue in github. + about: The FAQ answers the most frequently asked questions on Ferdi -- cgit v1.2.3-70-g09d2 From bb3ab81618e63bc4cc688414dbd2917d961c964a Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 17:32:46 +0100 Subject: Add PublishDebugInfo modal in AuthLayout --- src/components/auth/AuthLayout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js index 94ff5d54d..7e96067eb 100644 --- a/src/components/auth/AuthLayout.js +++ b/src/components/auth/AuthLayout.js @@ -8,6 +8,8 @@ import { mdiFlash } from '@mdi/js'; import Link from '../ui/Link'; import InfoBar from '../ui/InfoBar'; +import { Component as PublishDebugInfo } from '../../features/publishDebugInfo'; + import { oneOrManyChildElements, globalError as globalErrorPropType, @@ -101,6 +103,7 @@ class AuthLayout extends Component { + ); } -- cgit v1.2.3-70-g09d2 From 53d5dd096fd5e8365d9324fa9c1e7d5e219d9671 Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 19:49:21 +0100 Subject: Iterate on README [skip ci] --- README.md | 134 +------------------------------------------------------------- 1 file changed, 1 insertion(+), 133 deletions(-) diff --git a/README.md b/README.md index 881104327..4c50edafa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Contributors Open Collective backers -Gitter Chat Room

> 🤴🏽 Hard-fork of [Franz](https://github.com/meetfranz/franz), adding awesome features and removing unwanted ones. @@ -47,138 +46,7 @@ Ferdi is a desktop app that helps you organize how you use your favourite apps b Assets made available via [GitHub releases](https://github.com/getferdi/ferdi/releases/latest). -## What makes Ferdi different from Franz? - -_Find answers to other frequently asked questions on [getferdi.com/faq](https://getferdi.com/faq/)._ - -
-Toggle answer - -### Removes unproductive paywalls and other interruptions - -- [x] Removes the counter-productive fullscreen app delay inviting users to upgrade -- [x] Removes pages begging you to donate after registration -- [x] Removes "Franz is better together" popup -- [x] Makes all users Premium by default ([#15](https://github.com/getferdi/ferdi/issues/15)) - -### Adds features to increase your productivity - -- [x] Adds 30+ new services -- [x] Adds "Find in Page" feature ([#67](https://github.com/getferdi/ferdi/issues/67)) -- [x] Adds an option to keep individual workspaces always loaded ([#37](https://github.com/getferdi/ferdi/issues/37)) -- [x] Adds "Quick Switch" feature to help you navigate a long list of services (similar to Rambox's [Quick Switcher](https://rambox.pro/#feature-details/quick_switcher)) -- [x] Adds "Service Hibernation" that will automatically unload services when they are unused to keep your computer running fast -- [x] Adds a setting to keep service in hibernation after startup ([#577](https://github.com/getferdi/ferdi/issues/577), [#584](https://github.com/getferdi/ferdi/issues/584)) -- [x] [Add `user.css` and `user.js` that allows users to inject custom code into services](https://github.com/getferdi/ferdi/wiki/Using-user.css-and-user.js) ([#83](https://github.com/getferdi/ferdi/issues/83)) -- [x] Adds Process Manager to find services using a lot of resources -- [x] Adds CTRL+← and CTRL+→ shortcuts and menu options to go back and forward in the service browsing history([#39](https://github.com/getferdi/ferdi/issues/39)) -- [x] Adds "Scheduled Do-not-Disturb" feature in which you won't get notifications (similar to Rambox's [Work Hours](https://rambox.pro/#feature-details/work_hours)) -- [x] Allows you to [use any Todo service inside "Franz Todo" panel](https://github.com/getferdi/ferdi/wiki/Custom-Todo) (e.g. Todoist via https://todoist.com/app) instead of being limited to using Franz Todo -- [x] Adds a dropdown list to choose your Todo service ([#418](https://github.com/getferdi/ferdi/issues/418), [#477](https://github.com/getferdi/ferdi/issues/477)), 💖 [@yourcontact](https://github.com/yourcontact) -- [x] Differentiates between indirect and direct notifications ([#590](https://github.com/getferdi/ferdi/issues/590)), 💖 [@Room4O4](https://github.com/Room4O4) [@mahadevans87](https://github.com/mahadevans87) [@FeikoJoosten](https://github.com/FeikoJoosten) [@sampathBlam](https://github.com/sampathBlam) - -### Adds features to improve your privacy - -- [x] [Adds option to change server to a custom](https://github.com/getferdi/ferdi/wiki/Custom-Server) [ferdi-server](https://github.com/getferdi/server) -- [x] Adds option to use Ferdi without an account ([#5](https://github.com/getferdi/ferdi/issues/5)) -- [x] Uses the Ferdi API instead of Franz's servers -- [x] Adds "Private Notification"-Mode, that hides message content from notifications ([franz#879](https://github.com/meetfranz/franz/issues/879)) -- [x] Adds Password Lock feature to keep your messages protected ([#41](https://github.com/getferdi/ferdi/issues/41), [franz#810](https://github.com/meetfranz/franz/issues/810), [franz#950](https://github.com/meetfranz/franz/issues/950), [franz#1430](https://github.com/meetfranz/franz/issues/1430)) -- [x] Adds support for unlocking with Touch ID ([#367](https://github.com/getferdi/ferdi/issues/367)) -- [x] Adds inactivity lock that automatically locks Ferdi after a specified amount of time ([#179](https://github.com/getferdi/ferdi/issues/179)) -- [x] Adds local [recipe repository](https://github.com/getferdi/recipes) that removes the need of downloading recipes from a remote server - -### Adds features to improve your experience using Ferdi - -- [x] Adds Universal Dark Mode via the [DarkReader extension](https://github.com/darkreader/darkreader) ([#71](https://github.com/getferdi/ferdi/issues/71)) -- [x] Adds Dark Reader settings ([#531](https://github.com/getferdi/ferdi/issues/531), [#568](https://github.com/getferdi/ferdi/issues/568)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) -- [x] Adds adaptable Dark Mode that will respect the system's Dark Mode setting ([#173](https://github.com/getferdi/ferdi/issues/173), [#548](https://github.com/getferdi/ferdi/issues/548) (💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87))) -- [x] Adds a hotkey to quickly toggle darkmode ([#530](https://github.com/getferdi/ferdi/issues/530), [#537](https://github.com/getferdi/ferdi/issues/537)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) -- [x] Adds an option to start Ferdi minimized ([#490](https://github.com/getferdi/ferdi/issues/490), [#534](https://github.com/getferdi/ferdi/issues/534)) -- [x] Adds ability to change the services icons size and sidebar width ([#153](https://github.com/getferdi/ferdi/issues/153)) -- [x] Adds an option to auto-hide the menubar ([#7](https://github.com/getferdi/ferdi/issues/7), [franz#833](https://github.com/meetfranz/franz/issues/833)) -- [x] Enhances system tray icon behaviour ([#307](https://github.com/getferdi/ferdi/issues/307)) -- [x] Adds option to show draggable window area on macOS ([#304](https://github.com/getferdi/ferdi/issues/304), [#532](https://github.com/getferdi/ferdi/issues/532)) -- [x] Adds a notification & audio toggle action to the tray context menu ([#542](https://github.com/getferdi/ferdi/issues/542)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) -- [x] Adds option to show a browser-like navigation bar on all services -- [x] Adds option to change accent color -- [x] Reflects your currently opened service name to the window title to improve support for Password Managers ([#213](https://github.com/getferdi/ferdi/issues/213)), 💖 [@gmarec](https://github.com/gmarec) -- [x] Allows using SVGs for service custom icon -- [x] Adds button to open darkmode.css for a service -- [x] Improves "About Ferdi" screen to better display versions -- [x] Improves user onboarding ([#493](https://github.com/getferdi/ferdi/issues/493)) -- [x] Improves "Updates" section in settings ([#506](https://github.com/getferdi/ferdi/issues/506)), 💖 [@yourcontact](https://github.com/yourcontact) -- [x] Improves draggable window area height for macOS ([#304](https://github.com/getferdi/ferdi/issues/304), [#479](https://github.com/getferdi/ferdi/issues/479)) -- [x] Adds option to start Ferdi in system tray ([#331](https://github.com/getferdi/ferdi/issues/331)), 💖 [@jereksel](https://github.com/jereksel) -- [x] Fixes and enhances context menu ([#357](https://github.com/getferdi/ferdi/issues/357) [#413](https://github.com/getferdi/ferdi/issues/413) [#452](https://github.com/getferdi/ferdi/issues/452) [#354](https://github.com/getferdi/ferdi/issues/354) [#227](https://github.com/getferdi/ferdi/issues/227)) -- [x] Adds better support for macOS dark mode -- [x] Adds option to disable reload of services after resuming Ferdi ([#442](https://github.com/getferdi/ferdi/issues/442)), 💖 [@n0emis](https://github.com/n0emis) -- [x] Comes with a custom branding proper to Ferdi -- [x] Adds better separation in settings -- [x] Adds various other UI improvements -- [x] Improves documentation of development so more developers can help making Ferdi even better -- [x] Updates Microsoft Teams to allow Desktop Sharing ([getferdi/recipes#116](https://github.com/getferdi/recipes/issues/116)), 💖 [@Gautasmi](https://github.com/Gautasmi) -- [x] Removes automatic reloading from WhatsApp - -### Fixes bugs - -- [x] Fixes bug that would incorrectly display unread messages count on some services (more info in [7566ccd](https://github.com/getferdi/ferdi/commit/7566ccd)) -- [x] Fixes zooming -- [x] Fixes login problems in Google services -- [x] Fixes missing Slack services custom icons ([#290](https://github.com/getferdi/ferdi/issues/290)) -- [x] Fixes bug that marked valid domains as invalid ([#276](https://github.com/getferdi/ferdi/issues/276)) -- [x] Fixes microphone/camera access on some versions of macOS ([#193](https://github.com/getferdi/ferdi/issues/193)) -- [x] Fixes cache clearing not working in Windows 10 ([#541](https://github.com/getferdi/ferdi/issues/541), [#544](https://github.com/getferdi/ferdi/issues/544)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) -- [x] Fixes Home button in navigation bar not correctly navigating ([#571](https://github.com/getferdi/ferdi/issues/571), [#573](https://github.com/getferdi/ferdi/issues/573)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) -- [x] Fixes notifications for various services, 💖 [@FeikoJoosten](https://github.com/FeikoJoosten) -- [x] Refocuses Webview only for active service ([#610](https://github.com/getferdi/ferdi/issues/610)), 💖 [@Room4O4](https://github.com/Room4O4) & [@mahadevans87](https://github.com/mahadevans87) - -### Adds new platforms - -- [x] Adds portable version for Windows so you can use Ferdi without even installing it, 💖 [@Makazzz](https://github.com/Makazzz) -- [x] Adds Arch Linux AUR packages, 💖 [@AGCaesar](https://github.com/AGCaesar) -- [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw) - -### Adds internal changes - -- [x] Upgrades to Electron 15.3.4 -- [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 -- [x] Adds "npm run link-readme" command to automatically add links to issues and users inside README.md -- [x] Fixes incorrect body closing tag ([#330](https://github.com/getferdi/ferdi/issues/330)), 💖 [@jereksel](https://github.com/jereksel) -- [x] Uses CrowdIn to improve i18n -- [x] Adds retry commands to flaky build steps ([#498](https://github.com/getferdi/ferdi/issues/498)) -- [x] Runs utility scripts pre-commit instead of pre-push ([#515](https://github.com/getferdi/ferdi/issues/515)) - -
- -## Troubleshooting [recipes](https://github.com/getferdi/recipes) - -
-Toggle answer - -One of the issues being raised by the users of Ferdi is that certain service-functionalities do not work. A good example of this is either the unread count (badge) stops working for specific services or the gmail logins don't work anymore. (These are just 2 of the most common problems reported). - -Since we (the contributors to Ferdi) also eat our own food, we use Ferdi as our day-to-day communication app - and most likely have faced the same/similar issue. As a first step before filing an issue, we request you to follow these simple steps to see if the issue gets fixed. These recipes will get automatically upgraded when you upgrade to the newer versions of Ferdi, but to get new recipes **between** Ferdi releases, this documentation is quite useful. - -- Make sure you are on the latest version of Ferdi. As of this writing, since the nightly CI packaging process is broken, we request you to download the latest nightly from the link in [Nightly releases](#nightly-releases) section. -- Stop Ferdi -- Navigate to the Ferdi profile folder in your respective installation in your file explorer application. - -```bash - Mac: ~/Library/Application Support/Ferdi/recipes - Windows: %appdata%/Ferdi/recipes - Linux: ~/.config/Ferdi/recipes -``` - -- Delete the folder of the service that is causing your issue - _in the file explorer application_. (Please note that if you have manually modified any files here, it will be your responsibility to merge the changes with the latest version of the recipe (or you can submit a [pull request](https://github.com/getferdi/recipes/pulls) for the same). -- Open a browser and navigate to the [recipes](https://github.com/getferdi/recipes/tree/master/recipes) repository page, and copy ALL the files for your erroneous service into your local machine at the location that you deleted in the previous step -- Restart Ferdi (this should upgrade your recipes to the latest working version that the contributors have fixed) -- If this process did not fix the issue, please log a detailed bug report [here](https://github.com/getferdi/recipes/issues) -- _Note:_ An automated process to perform these steps is being ideated and tracked [here](https://github.com/getferdi/ferdi/issues/1302) - -
+_Find answers to frequently asked questions on [getferdi.com/faq](https://getferdi.com/faq/)._ ## Contributing -- cgit v1.2.3-70-g09d2 From 12258f3726f06ec7f4d4a46950bcd42d8861b02e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:22:47 +0100 Subject: docs: add lorenzolewis as a contributor for code (#2414) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 35995b780..417d72d2e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2292,6 +2292,15 @@ "contributions": [ "userTesting" ] + }, + { + "login": "lorenzolewis", + "name": "Lorenzo Lewis", + "avatar_url": "https://avatars.githubusercontent.com/u/15347255?v=4", + "profile": "http://lorenzolewis.click", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 16, diff --git a/README.md b/README.md index 4c50edafa..e58e4fcff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Build Status -Contributors +Contributors Open Collective backers

-- cgit v1.2.3-70-g09d2 From 7d6e1873f7ee8477ac2800d13227ebae78846022 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:23:33 +0100 Subject: docs: add niebloomj as a contributor for review (#2415) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 417d72d2e..f03adbd5b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2301,6 +2301,15 @@ "contributions": [ "code" ] + }, + { + "login": "niebloomj", + "name": "Baruch Jacob Niebloom", + "avatar_url": "https://avatars.githubusercontent.com/u/5156403?v=4", + "profile": "https://github.com/niebloomj", + "contributions": [ + "review" + ] } ], "contributorsPerLine": 16, diff --git a/README.md b/README.md index e58e4fcff..e2cec55f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Build Status -Contributors +Contributors Open Collective backers

-- cgit v1.2.3-70-g09d2 From 0a56be629defa04ca6e461082e8fc9e62a12b339 Mon Sep 17 00:00:00 2001 From: kytwb <412895+kytwb@users.noreply.github.com> Date: Wed, 12 Jan 2022 00:56:44 +0100 Subject: Add GuardRails badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2cec55f7..a6db7911c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ # Ferdi

+GuardRails Build Status -- cgit v1.2.3-70-g09d2 From 62369ddde16f9e76626fcef4233cfc5877739a52 Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 12 Jan 2022 01:16:58 +0100 Subject: Add GuardRails badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6db7911c..c7a994ce7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # Ferdi

-GuardRails +GuardRails Build Status -- cgit v1.2.3-70-g09d2 From 17e6c3521ec298bfea90fc2a5127b1f8d70f71f4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jan 2022 00:24:01 +0000 Subject: Update submodules, browserslist data updates and linter fixes [skip ci] --- recipes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes b/recipes index 47473f7f5..7259fbff6 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 47473f7f5a52e21289024a919f630475dcffecc2 +Subproject commit 7259fbff680d1e36ee096a9f924edeae68892da6 -- cgit v1.2.3-70-g09d2 From 37e9e7a67f86243f3b81c24bad888ca1e47f88c5 Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 12 Jan 2022 01:26:58 +0100 Subject: Add GuardRails badge [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a994ce7..9ab504002 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # Ferdi

-GuardRails +GuardRails Build Status -- cgit v1.2.3-70-g09d2 From ff37ff5c8eb0beca2f64cd1317ea1d4c54e8897b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jan 2022 01:31:28 +0000 Subject: 5.6.11-nightly.1 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- recipes | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58eb645ff..541e9b03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ferdi", - "version": "5.6.11-nightly.0", + "version": "5.6.11-nightly.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ferdi", - "version": "5.6.11-nightly.0", + "version": "5.6.11-nightly.1", "license": "Apache-2.0", "dependencies": { "@adonisjs/ace": "^5.0.8", diff --git a/package.json b/package.json index 713b15f91..de34fb362 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Ferdi", "desktopName": "ferdi.desktop", "appId": "com.kytwb.ferdi", - "version": "5.6.11-nightly.0", + "version": "5.6.11-nightly.1", "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", "copyright": "kytwb", "main": "index.js", diff --git a/recipes b/recipes index 7259fbff6..47473f7f5 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 7259fbff680d1e36ee096a9f924edeae68892da6 +Subproject commit 47473f7f5a52e21289024a919f630475dcffecc2 -- cgit v1.2.3-70-g09d2