aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Upgrade 'electron' to '15.1.1' (#2020)Libravatar Vijay Aravamudhan2021-10-05
|
* 5.6.3-nightly.23 [skip ci]v5.6.3-nightly.23Libravatar github-actions2021-10-05
|
* Update pl.json (#2019) [skip ci]Libravatar Daniel Kamiński2021-10-05
|
* Upgrade 'electron' to '15.0.0' (#2018)Libravatar Vijay Aravamudhan2021-10-04
| | | (Couldn't upgrade 'electron' to '15.1.0' since the context menu is not working)
* chore: upgraded electron to 14.1.0 (#1860)Libravatar Vijay Aravamudhan2021-10-04
| | | | * upgrade 'electron-react-titlebar' to 1.0.0 * fix issue with 'contextIsolation' and 'enabelRemoteModule' for service-webview
* 5.6.3-nightly.22 [skip ci]v5.6.3-nightly.22Libravatar github-actions2021-10-04
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-10-04
|
* chore: upgrade 'pnpm' to '6.16.0' (#2014)Libravatar Vijay Aravamudhan2021-10-03
|
* Minor grammar improvements to README.md [skip ci] (#2015)Libravatar Christian Leo-Pernold2021-10-03
|
* feat: add a globalShortcut to toggle main window (#2002)Libravatar Michael Hays2021-10-03
| | | | | Fixes #1663 Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* refactor: use correct datatypes in ts filesLibravatar Vijay A2021-10-03
|
* 5.6.3-nightly.21 [skip ci]v5.6.3-nightly.21Libravatar github-actions2021-10-03
|
* chore: convert various files from JS to TS (#2010)Libravatar Markus Hatvan2021-10-02
|
* fix: Fix navigation shortcut accelerator for non-macos (fixes #1172) (#2012)Libravatar Vijay Aravamudhan2021-10-02
|
* 5.6.3-nightly.20 [skip ci]v5.6.3-nightly.20Libravatar github-actions2021-10-02
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar Vijay A2021-10-02
|
* New Crowdin updates (#2011)Libravatar Ferdi Bot2021-10-02
|
* refactor: remove 'electron-util' and 'electron-is-dev' as dependencies (#2008)Libravatar Vijay Aravamudhan2021-10-02
| | | (pre-requisite for electron v14)
* fix: fix issue with past commit related to 'environment-remote'Libravatar Vijay A2021-10-01
|
* refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since ↵Libravatar Vijay A2021-10-01
| | | | it doesn't depend on the running process any more.
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* refactor: move 'asarRecipesPath' into 'asar-helpers'Libravatar Vijay A2021-10-01
|
* fix: fix repo name in dev app update configLibravatar Vijay A2021-10-01
|
* refactor: reuse variable already definedLibravatar Vijay A2021-10-01
|
* feat: show service number on icon when first key of switch service hotkey ↵Libravatar Markus Hatvan2021-10-01
| | | | held (#2007)
* fix: horizontal bar is a lot wider than what it should be (#2006)Libravatar Markus Hatvan2021-10-01
|
* refactor: fix issue with env var 'ELECTRON_IS_DEV' being ignored to ↵Libravatar Vijay A2021-10-01
| | | | determine dev-mode
* refactor: reduce dependency on 'electron-utils' and 'electron-is-dev' (#2005)Libravatar Vijay Aravamudhan2021-10-01
|
* fix: Default zoom level is small and increments are huge (#2003)Libravatar Markus Hatvan2021-10-01
|
* fix: Switching services via keyboard does not switch focus (#2004)Libravatar Markus Hatvan2021-10-01
|
* 5.6.3-nightly.19 [skip ci]v5.6.3-nightly.19Libravatar github-actions2021-10-01
|
* chore: upgrade 'electron' to '13.5.1'Libravatar Vijay A2021-10-01
|
* 5.6.3-nightly.18 [skip ci]v5.6.3-nightly.18Libravatar github-actions2021-09-30
|
* chore: update recipes (testing my commit/push settings)Libravatar Vijay A2021-09-29
|
* New translations en-US.json (Dutch) (#1998)Libravatar Ferdi Bot2021-09-29
|
* chore: update various outdated node_modules (#1969)Libravatar Markus Hatvan2021-09-29
|
* 5.6.3-nightly.17 [skip ci]v5.6.3-nightly.17Libravatar github-actions2021-09-29
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-29
|
* chore: merge the nightly builds into the main 'ferdi' project (#1996)Libravatar Vijay Aravamudhan2021-09-28
|
* 5.6.3-nightly.16 [skip ci]v5.6.3-nightly.16Libravatar github-actions2021-09-28
|
* chore: upgrade 'electron' to '13.5.0'Libravatar Vijay A2021-09-28
|
* cleanup: delete unused i18n fileLibravatar Vijay A2021-09-28
|
* New Crowdin updates (#1995)Libravatar Ferdi Bot2021-09-28
|
* refactor: remove optional parameters from 'popup' invocation which was tying ↵Libravatar Vijay A2021-09-27
| | | | us into 'electron/remote'
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* 5.6.3-nightly.15 [skip ci]v5.6.3-nightly.15Libravatar github-actions2021-09-27
|
* fix: turning off tagging of recipes submodule since its failing due to ↵Libravatar Vijay A2021-09-27
| | | | permissions
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* Fix Slack connection with Google SSO (#1991)Libravatar Sadetdin EYILI2021-09-26
|
* Make services update infobar dismissable (#1992)Libravatar Amine2021-09-26
|