aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 5.6.1-nightly.34 [skip ci]v5.6.1-nightly.34Libravatar github-actions2021-08-21
|
* fixing linter issue.Libravatar Vijay A2021-08-21
|
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-21
|
* New Crowdin updates (#1812)Libravatar Ferdi Bot2021-08-21
|
* Check if default app protocol is different before overriding it (#1818)Libravatar marco2021-08-21
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* 5.6.1-nightly.33 [skip ci]v5.6.1-nightly.33Libravatar github-actions2021-08-19
|
* revert: reverting back from 'dayjs' to 'momentjs'Libravatar Vijay A2021-08-18
|
* 5.6.1-nightly.32 [skip ci]v5.6.1-nightly.32Libravatar github-actions2021-08-18
|
* chore: upgrade electron to 13.2.1Libravatar Vijay A2021-08-18
|
* 5.6.1-nightly.31 [skip ci]v5.6.1-nightly.31Libravatar github-actions2021-08-18
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-08-18
|
* chore: upgrade electron to 13.2.0Libravatar Vijay A2021-08-17
|
* fix: sorted the recipes according to their service nameLibravatar Vijay A2021-08-17
|
* 5.6.1-nightly.30 [skip ci]v5.6.1-nightly.30Libravatar github-actions2021-08-17
|
* docs: Updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-17
|
* build: fix snap release to snapstore only (#1809)Libravatar Markus Hatvan2021-08-17
|
* refactor: pull in code-cleanup changes in the recipes submodule.Libravatar Vijay A2021-08-17
|
* refactor: Minor refactoring to handle NaN in 'setBadge'Libravatar Vijay A2021-08-17
|
* 5.6.1-nightly.29 [skip ci]v5.6.1-nightly.29Libravatar github-actions2021-08-17
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-08-17
|
* fix: trying to make commitizen work without interactive terminal when it ↵Libravatar Vijay A2021-08-17
| | | | runs in CI [skip ci]
* Updated 'recipes' submodule manually (need to fix husky on CI) [skip ci]Libravatar Vijay A2021-08-17
|
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-17
|
* Typescript conversion (#1805)Libravatar Vijay Raghavan Aravamudhan2021-08-17
|
* Revert "chore: update outdated node_modules (#1807)"Libravatar Vijay A2021-08-16
| | | | This reverts commit 26a9dba22236bc22a7612107630282cfe02d20e0.
* chore: update outdated node_modules (#1807)Libravatar Markus Hatvan2021-08-16
| | | | - upgrade 'uuid', '@types/uuid', 'macos-version', 'normalize-url' and 'os-name' dependencies to latest - updated 'macos-version' imports to named imports
* chore: replace moment.js with day.js (#1804)Libravatar Markus Hatvan2021-08-16
|
* build: fix snap asset on GitHub (#1802)Libravatar Markus Hatvan2021-08-16
| | | * build: fix snap asset on GitHub: move snap repo and releaseType configuration to ferdi-builds.yml
* fix: fix issue with left-clicking regressionLibravatar Vijay A2021-08-16
| | | | (was introduced due to the typescript conversion)
* 5.6.1-nightly.28 [skip ci]v5.6.1-nightly.28Libravatar github-actions2021-08-16
|
* Minor cleanup of gulp (#1798)Libravatar Vijay Raghavan Aravamudhan2021-08-15
|
* docs: add snap instructions to readme(#1797)Libravatar Markus Hatvan2021-08-15
|
* refactor: remove duplication of code blocks handling stylesheets in gulpLibravatar Vijay A2021-08-15
|
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-15
|
* build: include animations.css file in buildLibravatar mhatvan2021-08-15
| | | | - add animations step in gulp to transpile scss and copy to build
* chore: dependency cleanup (#1794)Libravatar Markus Hatvan2021-08-15
| | | | | | - removed unnecessary smoothscroll-polyfill (electron is Chromium-only) - removed deprecated mobx-react-devtools (can be used through browser extension) - changed settings icon back to original (now called mdi-cog) - removed electron-rebuild (handled by electron-builder install-app-deps)
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-15
|
* fix: Fix issue with shortcut accelerators not working on macos where symbols ↵Libravatar Vijay A2021-08-15
| | | | were used for shift/alt keys
* Downgraded 'sqlite3' back to '5.0.0' since it doesn't compile on macos (in ↵Libravatar Vijay A2021-08-15
| | | | dev mode alone).
* docs: updated CHANGELOG.md [skip ci]Libravatar Vijay A2021-08-15
|
* chore: typescript conversion of some minor utilitiesLibravatar Vijay A2021-08-15
| | | | Also removed 'targz' unused package from runtime.
* chore: npm upgradesLibravatar Vijay A2021-08-15
|
* Initial plumbing and conversion of a simple javascript to typescript (#1790)Libravatar Vijay Raghavan Aravamudhan2021-08-15
| | | | | * initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.
* fix: Fixed the 'Changelog' menu item to point to the correct branchLibravatar Vijay A2021-08-15
|
* docs: Updated Changelog [skip ci]Libravatar Vijay A2021-08-15
|
* 5.6.1-nightly.27 [skip ci]v5.6.1-nightly.27Libravatar github-actions2021-08-15
|
* cleanup: moved 'gulp'-related packages to 'devDependencies'Libravatar Vijay A2021-08-15
|
* chore: Setting some config rules for typescriptLibravatar Vijay A2021-08-14
|
* chore: added missing auto-generated file from past commit.Libravatar Vijay A2021-08-14
|
* chore: Generated '.gitignore'.Libravatar Vijay A2021-08-14
|