aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Pulled in new 'recipes' version (downgrade 'node') [skip ci]Libravatar Vijay A2022-04-24
|
* 6.0.0-nightly.10 [skip ci]v6.0.0-nightly.10Libravatar github-actions2022-04-24
|
* Downgraded 'recipes' to node 16.14.2Libravatar Vijay A2022-04-23
|
* Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothlyLibravatar Vijay A2022-04-23
| | | | This also gets us back to the LTS version of 'node'
* fix more paths for cleaning in the Windows script [skip ci]Libravatar André Oliveira2022-04-23
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-24
|
* Fix: Windows build script [skip ci]Libravatar André Oliveira2022-04-23
|
* Upgrade 'electron-builder' to '23.0.7'Libravatar Vijay A2022-04-23
|
* Handle issue when 'CLEAN' is used and so 'pnpm' itself is not presentLibravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* Use correct folder separator for windows [skip ci]Libravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar Vijay A2022-04-23
|
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Update node modules (#31)Libravatar Vijay Aravamudhan2022-04-23
| | | * Suppress eslint rules as warnings (dont turn off completely)
* Update the build script for Windows (Powershell) and normalized with the ↵Libravatar André Oliveira2022-04-23
| | | | | unix equivalent [skip ci] Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 6.0.0-nightly.9 [skip ci]v6.0.0-nightly.9Libravatar github-actions2022-04-23
|
* Update 'recipes' submoduleLibravatar Vijay A2022-04-23
|
* 6.0.0-nightly.8 [skip ci]v6.0.0-nightly.8Libravatar github-actions2022-04-23
|
* Create migrate from Ferdi script (Windows) (#25)Libravatar André Oliveira2022-04-23
|
* 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>
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
| | | | | | get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Fix build for snapcraft: command not foundLibravatar Vijay A2022-04-22
|
* 6.0.0-nightly.7 [skip ci]v6.0.0-nightly.7Libravatar github-actions2022-04-22
|
* Turn off building the 'snap' packageLibravatar Vijay A2022-04-22
|
* 6.0.0-nightly.6 [skip ci]v6.0.0-nightly.6Libravatar github-actions2022-04-22
|
* 6.0.0-nightly.5 [skip ci]v6.0.0-nightly.5Libravatar github-actions2022-04-22
|
* Turn on linux builds but still commented out snap publishLibravatar Vijay A2022-04-22
|
* Update 'recipes' submodule.Libravatar Vijay A2022-04-22
|
* 6.0.0-nightly.4 [skip ci]v6.0.0-nightly.4Libravatar github-actions2022-04-22
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-22
|
* docs: fixed and unified issues templatesLibravatar Nathanaël Houn2022-04-21
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* 6.0.0-nightly.3 [skip ci]v6.0.0-nightly.3Libravatar github-actions2022-04-21
|
* Upgrade 'electron' to '18.1.0'Libravatar Vijay A2022-04-20
|
* Upgrade node and node-gyp to build on Windows 11 (#18)Libravatar André Oliveira2022-04-20
|
* Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)Libravatar Vijay Aravamudhan2022-04-20
|
* Upgrade GH Actions libsLibravatar Vijay A2022-04-20
|
* Updated 'recipes' subdmoduleLibravatar Vijay A2022-04-20
|
* 6.0.0-nightly.2 [skip ci]v6.0.0-nightly.2Libravatar github-actions2022-04-20
|
* Simplify skipping notarization of the mac dmg based on the same env var: ↵Libravatar Vijay A2022-04-19
| | | | 'CSC_IDENTITY_AUTO_DISCOVERY' (used for signing)
* 6.0.0-nightly.1 [skip ci]v6.0.0-nightly.1Libravatar github-actions2022-04-20
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-20
|
* Turn off creating and publishing snapcraft till we get the logins sortedLibravatar Vijay A2022-04-19
|
* Removed twitter-together and its folderLibravatar Vijay A2022-04-19
|
* Bumped up ferdium to '6.0.0-nightly.0'Libravatar Vijay A2022-04-19
|
* Turn off signing of mac and windows artifacts till we get the licensesmasterLibravatar Vijay A2022-04-19
|
* Fix app name for linux 'About' dialogLibravatar Vijay A2022-04-19
|
* Upgrade system dependencies (#15)Libravatar Vijay Aravamudhan2022-04-19
| | | | | node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8