summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-12-18v1.19.0Luke Arms
2025-10-31v1.18.1Luke Arms
The official pacman package lists ffmpeg, libvpx, re2 and snappy as dependencies not brought in via electron38, but the rpm and AppImage releases give no indication of reliance on them, so dependencies have been left unchanged.
2025-02-07Add `python-setuptools` to `makedepends`Luke Arms
2025-02-07v1.17.2, with electron v34Luke Arms
2024-08-19v1.16.0, with electron v31Luke Arms
2024-04-21Bump electron to v27Luke Arms
2024-01-01Fix nvm error handling issue in `_ensure_local_nvm`Luke Arms
Adding `|| return` to a Bash command temporarily disables the `errexit` and `errtrace` options, which are enabled by `makepkg` and cause some `nvm` operations to fail. The workaround has been added to `prepare()` and `build()` to mitigate the risk of future issues, but is only required in `_ensure_local_nvm`.
2024-01-01v1.15.1 + remove legacy nvm workaroundLuke Arms
2023-10-05Update electron dependencyLuke Arms
2023-06-05v1.14.1Luke Arms
2023-04-27Reinstate libxcrypt-compatLuke Arms
2023-04-27v1.14.0Luke Arms
- Electron updated to v22 (Stretchly prefers v24, Arch only has v22) - Dependencies updated from official pacman package
2023-01-03v1.13.1Luke Arms
2022-09-29v1.12.0Luke Arms
2022-08-31Update to v1.11.0Luke Arms
- Add support for asar and non-asar builds - Move Electron version to variable - Move `npm install` to `build()` as per PKGBUILD best practice - Cleanup
2022-04-03Update electron dependencyLuke Arms
2022-02-28Initial commit (v1.10.0)Luke Arms