Skip to content

Releases: cloudglides/kiru

Release v1.0.15

09 Nov 19:27
1121f37

Choose a tag to compare

What's Changed

  • ci: fix AppImage build (install libfuse2) and validate without FUSE (1121f37)
  • ci: switch to ubuntu-22.04, fix cache & AppImage validation (e4ab1ea)
  • update:upgrade from ubuntu-20.04 to ubuntu-22.04 (f0cc383)
  • FUCK IT (5bbd851)
  • fix: eh (e11026a)
  • fix: uhm ehh (5a555a0)
  • fixe:ci pipeline (8c71f21)
  • oopsie (3f73108)
  • fixs:oppsie (4c73cdc)
  • feat: complete CI/CD with proper packaging, caching, and releases (7299bb6)
  • fix: simplify cache keys to avoid YAML issues (4573adc)
  • fix: remove release job to test build jobs first (3e949f8)
  • feat: add caching for apt, dnf, and pip in CI (4d2b461)
  • fix: workflow YAML syntax and remove PR trigger (6792df6)
  • update: automate releases with GitHub Actions (64a5fef)
  • update: add pipeline (a0861b9)
  • clean up electron files (3fc1191)

Package Downloads

Debian/Ubuntu (.deb)

sudo dpkg -i kiru-1.0.15-amd64.deb
sudo apt-get install -f  # Fix dependencies

Fedora/RHEL (.rpm)

sudo dnf install kiru-1.0.15-x86_64.rpm

Universal (AppImage)

chmod +x kiru-1.0.15-x86_64.AppImage
./kiru-1.0.15-x86_64.AppImage

Full Changelog: 0817fce...v1.0.15