aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* chore: Generated '.gitignore'.Libravatar Vijay A2021-08-14
|
* Refactoring: Url helpers (#1789)Libravatar Vijay Raghavan Aravamudhan2021-08-14
| | | | | | | These changes are mainly to ensure that 'shell.open*' invocations are only in a single file. * Moved 'openPath' into the 'url-helpers' file. * Extract 'openExternalUrl' into a common location in 'url-helpers' This is done so that we can then apply vetting rules to ensure that there is no security concern as described in https://benjamin-altpeter.de/shell-openexternal-dangers/
* New Crowdin updates (#1786)Libravatar Ferdi Bot2021-08-14
|
* feat: Add buttons in the 'Advanced' section of preferences to allow the user ↵Libravatar Vijay A2021-08-14
| | | | to quickly open the Ferdi profile folder
* doc: Updated Changelog [skip ci]Libravatar Vijay A2021-08-14
|
* 5.6.1-nightly.26 [skip ci]v5.6.1-nightly.26Libravatar github-actions2021-08-14
|
* build: fix beta channel release for snapLibravatar mhatvan2021-08-13
| | | | | | - moved PACKAGE_VERSION fetching lower in github CI workflow - distinguish naming between beta and stable publish steps - publish snap to snapstore AND github
* fix(App): Fix app focus detectionLibravatar Vijay A2021-08-13
|
* chore: Replace old '@meetfranz/electron-notification-state' with ↵Libravatar Vijay A2021-08-13
| | | | 'macos-notification-state'
* chore: Add entitlements for screen-capture-permissionsLibravatar Vijay A2021-08-13
|
* chore: use exported default objectLibravatar Vijay A2021-08-13
|
* chore: Refactoring to reuse already defined constantsLibravatar Vijay A2021-08-13
|
* refactor: Use destructured 'import'Libravatar Vijay A2021-08-13
|
* 5.6.1-nightly.25 [skip ci]v5.6.1-nightly.25Libravatar github-actions2021-08-13
|
* New Crowdin updates (#1778)Libravatar Ferdi Bot2021-08-13
|
* 5.6.1-nightly.24 [skip ci]v5.6.1-nightly.24v5.6.1-beta.1Libravatar github-actions2021-08-12
|
* refactor: Use the 'shortcutKey' function without exposing the 'ctrlKey' or ↵Libravatar Vijay A2021-08-13
| | | | the 'cmdKey'
* Fix error while importing without workspaces (#1776)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes #1773
* Services now support aliases!!!! (#1774)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | | | | Users can now search for the services not only based on the name, but also the alias (partial match, case-insensitive), when adding new services. fixes #1614, #1615, #1291
* Update recipes for bringing in darkmode support for:Libravatar Vijay A2021-08-12
| | | | | | Facebook Messenger, Facebook Workplace Chat (Facebook at work), Slack, Google Calendar, Whatsapp, LinkedIn, Telegram, Instagram Update Changelog
* fix: Fixed the sidebar context menu for toggling dark mode.Libravatar Vijay A2021-08-12
|
* fix: fixing issue with packaged app throwing an error about missing 'tslib' ↵Libravatar Vijay A2021-08-12
| | | | (but ran in dev mode)
* cleanup: Removed commented out code [skip ci]Libravatar Vijay A2021-08-12
|
* chore: fixed issue with incorrect eslint config and fixed the reported errorLibravatar Vijay A2021-08-12
|
* 5.6.1-nightly.23 [skip ci]v5.6.1-nightly.23Libravatar github-actions2021-08-12
|
* doc: Updated Changelog [skip ci]Libravatar Vijay A2021-08-11
|
* New Crowdin updates (#1770)Libravatar Ferdi Bot2021-08-11
|
* feat: allow the user to enable/disable dark modeLibravatar Vijay A2021-08-11
| | | | (from the sidebar context menu)
* refactor: removed legacy properties from recipesLibravatar Vijay A2021-08-11
| | | | (Addendum to getferdi/recipes#605)
* revert: fixing #1757 by commenting out partial fixLibravatar Vijay A2021-08-11
| | | | | | - Fixes issue with ferdi not starting up. - Also adds some defensive checks for the same code in other repeated locations.
* 5.6.1-nightly.22 [skip ci]v5.6.1-nightly.22Libravatar github-actions2021-08-11
|
* doc: Updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-11
|
* doc: Updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-10
|
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* refactor: Move platform-specific logic for shortcut keys into common location.Libravatar Vijay A2021-08-10
|
* build: add Ferdi snap package (#1767)Libravatar Markus Hatvan2021-08-10
| | | | - add snap as build target for linux - update GH actions to auto-publish snap (based on branch and package.json version)
* refactor: Removed duplication and added note about why they were slightly ↵Libravatar Vijay A2021-08-10
| | | | | | different (shortcut accelerator vs tooltip text)
* doc: Updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-10
|
* 5.6.1-nightly.21 [skip ci]v5.6.1-nightly.21Libravatar github-actions2021-08-10
|
* New Crowdin updates (#1765)Libravatar Ferdi Bot2021-08-10
|
* doc: Updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-10
|
* Revert "build: add Ferdi snap package"Libravatar Vijay Raghavan Aravamudhan2021-08-10
| | | | This reverts commit ef2fb4363c85c228fc58ca276edeafa08c2533e1.
* chore: Upgraded 'electron' to '13.1.9'.Libravatar Vijay A2021-08-10
|
* refactor: Use symbols for key shortcutsLibravatar Vijay A2021-08-10
|
* 5.6.1-nightly.20 [skip ci]Libravatar github-actions2021-08-10
|
* revert: reverting commit 98063b9c2 since we lose type-safetyLibravatar Vijay A2021-08-10
|
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-10
|
* build: add Ferdi snap packageLibravatar mhatvan2021-08-09
| | | | - add target snap to electron-builder.yml
* fix: Fix incorrect proptype in night builds modalLibravatar Jesse Bellingham2021-08-09
|
* chore: set default fallback locale for spell-checker to be 'en-US'.Libravatar Vijay A2021-08-09
|