aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
Commit message (Collapse)AuthorAge
* feat: add ability to set how ferdium handles webrtc ip when using a VPN (#602)Libravatar André Oliveira2022-09-07
|
* Feature: Add Ferdium Translator (#548)Libravatar André Oliveira2022-08-17
| | | Add feature to translate text natively using https://github.com/shikar/NODE_GOOGLE_TRANSLATE package and a LibreTranslate self-hosted option (already running on our server on https://translator.ferdium.org).
* fix: handleDeepLink generalizationLibravatar André Oliveira2022-07-29
|
* fix: maximize window after tray clickingLibravatar André Oliveira2022-07-29
|
* fix: use global crowdin link and lint fixesLibravatar André Oliveira2022-07-13
|
* Workaround for 71c5237 (#406)Libravatar André Oliveira2022-07-07
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* Feature: Copy Ferdium info from the 'About' dialog into the clipboard (#402)Libravatar André Oliveira2022-06-30
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
|
* chore: Transform AppStore.js into Typescript (#329)Libravatar Ricardo Cino2022-06-21
| | | | | * turn actions into typescript * correct tsconfig * added TypedStore
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)Libravatar André Oliveira2022-06-03
| | | | Co-authored-by: Alphrag <alphrag@pm.me>
* fix: desktopCapturer in electron 17+ (fixes #59)Libravatar Kristóf Marussy2022-04-29
| | | | | | | | | | | Since electron 17, desktopCapturer is only available in the main process: https://www.electronjs.org/blog/electron-17-0#desktopcapturergetsources-in-the-renderer This patch adds a new IPC message from the service renderer to the main process so it can still invoke desktopCapturer.getSources Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Upgrade electron to '18.0.4'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'nativeWindowOpen' flag
* Upgrade electron to '16.2.2'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'webPreference' flag
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: use 'nativeWindowOpen' to see if this resolves issues with opening ↵Libravatar Vijay Aravamudhan2021-12-08
| | | | | browser window on clicking links (#2308) (based on https://github.com/TheGoddessInari/hamsket/commit/27226145f7ac0c5acf7aa13e6c8b26687b4e1013)
* fix global shortcut to toggle window directly (#2284)Libravatar Michael Hays2021-11-27
|
* Fix opening link when in fullscreen on MacOs (fix #867) (#2265)Libravatar Sadetdin EYILI2021-11-22
|
* Add feature to resize and fit window to screen on macOS when double c… (#2125)Libravatar Ajesh Kumar S2021-10-25
| | | Co-authored-by: Sreelekha sreelekha.marasigogu@gmail.com
* chore: convert components to tsx (#2071)Libravatar Markus Hatvan2021-10-15
|
* fix: snap ferdi prompt by including the process path for the permission ↵Libravatar Markus Hatvan2021-10-14
| | | | requested (#2063)
* chore: convert index file to TS (#2049)Libravatar Markus Hatvan2021-10-10