aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 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
|
* chore: i18n translationsLibravatar Ferdi Bot2021-08-09
|
* feat: added new Help menu item to allow easy import/export of config dataLibravatar Vijay A2021-08-09
|
* chore: upgraded 'electron-builder' to '22.12.0'Libravatar Vijay A2021-08-09
|
* docs: updated Changelog [skip ci]Libravatar Vijay A2021-08-09
|
* chore: manually reverted crowdin changes from previous commit.Libravatar Vijay A2021-08-09
|
* New Crowdin updates (#1759)Libravatar Ferdi Bot2021-08-09
|
* fix(spell-check): use electron's API to enable/disable spell-check when the ↵Libravatar Vijay A2021-08-09
| | | | | | app starts up fixes #1743
* 5.6.1-nightly.19 [skip ci]v5.6.1-nightly.19Libravatar github-actions2021-08-09
|
* fix: fix the changelog api to handle nightly buildsLibravatar Vijay A2021-08-08
|
* refactor(docker): remove unnecessary copy of package config files into ↵Libravatar Vijay A2021-08-08
| | | | | | | Docker context Since we are using lerna, we need more nested config files - and its easier to copy everything before installing npm modules.
* chore: upgraded npm modules (minor and tiny version)Libravatar Vijay A2021-08-08
|
* refactor: fix issue with db migrationLibravatar Vijay A2021-08-08
| | | | Fixes the issue where a migration with the same name would never run.
* refactor: remove unused setting, add debug stmt.Libravatar Vijay A2021-08-08
|
* refactor: reuse method that was previously defined.Libravatar Vijay A2021-08-08
|
* 5.6.1-nightly.18 [skip ci]v5.6.1-nightly.18Libravatar github-actions2021-08-08
|
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* 5.6.1-nightly.17 [skip ci]v5.6.1-nightly.17Libravatar github-actions2021-08-07
|
* revert: resurrent i18n translationsLibravatar Vijay A2021-08-07
|
* chore: removed nested 'package-lock' files (#1750)Libravatar Vijay Raghavan Aravamudhan2021-08-07
| | | | | | | | | | - remove nested 'package-lock.json' occurrences - remove unused 'react-html-attributes' in 'packages/forms' - add missing 'tslib' devDependency - change barrel export to named exports Signed-off-by: Vijay A <avijayr@protonmail.com> Co-authored-by: mhatvan <markus_hatvan@aon.at>