| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci(pnpm): remove pnpm version and use corepack instead | 2026-01-18 | 1 | -2/+0 | |
| | | |||||
| * | chore(ci): bump versions of actions | 2026-01-18 | 1 | -8/+9 | |
| | | |||||
| * | chore: refine CI workflow to conditionally execute steps based on event type | 2026-01-16 | 1 | -3/+14 | |
| | | | | | Updated the GitHub Actions workflow to conditionally run installation and build steps only when triggered by a 'workflow_dispatch' event. This change optimizes the workflow by separating build processes for push/PR events and manual triggers, enhancing clarity and efficiency in CI operations. | ||||
| * | chore: update CI workflow to improve dependency installation | 2026-01-16 | 1 | -2/+2 | |
| | | | | | Modified the GitHub Actions workflow to ensure the 'apt-get update' command does not fail and added 'libfuse2' to the list of installed dependencies for Ubuntu, enhancing the reliability of the CI process. | ||||
| * | chore: update Node.js and pnpm versions in CI workflow | 2026-01-16 | 1 | -2/+2 | |
| | | | | | Modified the GitHub Actions workflow to upgrade Node.js from version 20 to 22 and pnpm from version 8 to 9, ensuring compatibility with the latest features and improvements. | ||||
| * | feat: enhance CI workflow by adding Node.js, pnpm, and Tauri CLI installation | 2026-01-16 | 1 | -3/+55 | |
| | | | | | Updated the GitHub Actions workflow to include steps for installing Node.js and pnpm, as well as the Tauri CLI. Added commands to install frontend dependencies and build the application for different operating systems, ensuring a more robust and comprehensive CI process. | ||||
| * | fix(security): Potential fix for code scanning alert no. 2: Workflow does ↵ | 2026-01-16 | 1 | -0/+3 | |
| | | | | | | not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> | ||||
| * | fix: remove PR-only restrictions for Windows and macOS platforms in CI workflow | 2026-01-14 | 1 | -4/+0 | |
| | | |||||
| * | feat: enhance testing workflow with Arch Linux Wayland support and improved ↵ | 2026-01-14 | 1 | -4/+35 | |
| | | | | | environment setup | ||||
| * | fix: remove Arch Linux build and test workflows; add libfuse2 dependency for ↵ | 2026-01-14 | 1 | -29/+0 | |
| | | | | | Ubuntu | ||||
| * | fix: remove unnecessary 'linuxdeploy' package from Arch Linux dependencies | 2026-01-14 | 1 | -1/+1 | |
| | | |||||
| * | fix: add missing dependencies for Arch Linux in workflows | 2026-01-14 | 1 | -1/+1 | |
| | | |||||
| * | fix: update webkit2gtk package version in workflows for Arch Linux | 2026-01-14 | 1 | -1/+1 | |
| | | |||||
| * | feat: add Arch Linux support for build and test workflowsv0.1.18 | 2026-01-14 | 1 | -0/+29 | |
| | | |||||
| * | feat: refine GitHub Actions workflow to trigger only on main branch | 2026-01-13 | 1 | -3/+8 | |
| | | |||||
| * | feat: add GitHub Actions workflow for testing and building across multiple ↵ | 2026-01-13 | 1 | -0/+44 | |
| platforms | |||||