Commit graph

372 commits

Author SHA1 Message Date
6ce3bacaa1
flatpak: rename to dev.lonecloud.gerbil, polish metainfo, bump uv to 0.11.9 2026-05-05 10:38:30 -07:00
c8001f0ab1
flatpak: prepare Flathub submission
- Switch to zypak-wrapper, remove --no-sandbox and --allow=devel
- Fix GPU crash: strip host libs from LD_LIBRARY_PATH, keep only ROCm
- Use --filesystem=host instead of granular filesystem permissions
- Bundle uv 0.11.8 (process.env.PATH in Electron doesn't see wrapper PATH)
- Add complete releases block (1.0.0 through 1.24.0)
- Fix OARS content rating (empty = no objectionable content)
2026-05-05 00:06:00 -07:00
github-actions[bot]
37453159a9 chore: update flatpak manifest for v1.24.0 2026-05-04 20:14:00 +00:00
d0653c20bb
fix(rocm): augment PATH for rocminfo/hipcc, add Vulkan fallback detection
Electron main process doesn't inherit shell PATH, so bare rocminfo/hipcc
calls failed. Add ROCM_EXEC_OPTIONS that prepends /opt/rocm/bin to PATH.

Add Vulkan fallback in detectROCm: when rocminfo returns empty (e.g. inside
Flatpak sandbox where KFD ioctls fail) but hipcc --version succeeds, fall
back to AMD GPUs sourced from Vulkan detection.

Refactor driver version extraction into getDriverVersion() helper.
Remove redundant hipccCommand ternary (both branches were identical).

fix(flatpak): pull AppImage from GitHub releases instead of local path
2026-05-03 12:12:29 -07:00
6e76d542df
chore(flatpak): update AppImage path to 1.24.0 2026-05-02 23:59:39 -07:00
57e103d7e0
feat: launcher improvements, flatpak GPU fix, proxy host header, openwebui openssl, ui cleanup, electron bump 2026-05-02 23:53:43 -07:00
7a7519a216
preparing for flatpak builds, minor UI touch-ups, dep upgrades 2026-04-29 01:34:49 -07:00
5680cee312
make the core content slider narrower to reduce empty space, more consistent kcpp update download functionality 2026-04-25 08:45:25 -07:00
c81b2e0727
feat: a11y, keyboard nav, analysis caching, launch shortcut, visual polish 2026-04-24 22:48:11 -07:00
d48bf397a0
fix: escape href in terminal linkifier, use app.isPackaged for isDevelopment 2026-04-24 22:48:04 -07:00
52b531285d
expand copilot context, dep upgrades 2026-04-21 17:07:43 -07:00
6c009077fc
updates for latest kcpp release 2026-04-20 16:32:10 -07:00
8cef5a394c
update readme, deps and instructions 2026-04-18 22:24:09 -07:00
13759e573e
retry new kcpp version checks if internet is unavailable, better logging for audio issues 2026-04-18 13:24:06 -07:00
07c3d4c9af
minor readme updates, dep upgrades 2026-04-17 19:02:24 -07:00
22ad6be966
dont animate Switch 2026-04-12 20:13:31 -07:00
8c1082627f
UI updates based on impeccable passes 2026-04-12 15:35:33 -07:00
bbea8a537b
update deps 2026-04-10 18:31:54 -07:00
644aac2dea
upgrade oxc and fix new lint issues 2026-04-06 23:01:56 -07:00
5cad5bd141
upgrade to latest mantine, improve auto GPU layer detection 2026-04-06 09:28:29 -07:00
826d63c68a
add jinja UI controls, smooth download ETA, filter new kcpp spam, fix right-click in popups 2026-04-05 22:18:28 -07:00
ca7fd211ff relax filtering of text models 2026-04-04 01:07:10 -07:00
4dab12e1b1 latest node.js 2026-04-04 00:27:23 -07:00
25e1929dbe updates from latest kcpp, new kvquant option 2026-04-04 00:24:47 -07:00
2807443b00 bump github-actions-deploy-aur to latest to resolve probable aur release failure 2026-04-03 22:38:29 -07:00
483628eb12 upgrade deps, fix lint 2026-03-31 18:49:35 -07:00
f3193f3ed7 update deps, apply new linting fixes for regex 2026-03-31 02:53:33 -07:00
4c9bd67519 fix lint 2026-03-25 21:17:57 -07:00
d475c9f1ef correct deps vs devDeps for electron to minimize bundle size 2026-03-25 21:13:49 -07:00
a560f4763c new KV cache UI button, dont show V8 version 2026-03-25 20:58:12 -07:00
3b0094ee3e use react-icons for github icon, ignore one more lcpp terminal spam line, 2026-03-23 17:27:23 -07:00
68a206a58d filter out the new spammy llama.cpp output 2026-03-22 09:41:29 -07:00
8b859e0ffb fix local env exec checks not being flagged as failed, minor UI adjustments 2026-03-22 09:27:07 -07:00
940dcb9912 minor updates for kcpp update, dep updates 2026-03-19 08:08:54 -07:00
aa5bfa5955 fix CI #2 2026-03-15 17:56:07 -07:00
d30abd5178 fix CI 2026-03-15 17:46:41 -07:00
b9725204e9 tool migrations: biome -> oxc, yarn -> pnpm 2026-03-15 17:40:57 -07:00
cb0e1f67d9 minor dep update (resolves minor CVE) 2026-03-14 09:35:31 -07:00
d52e93a4ad minor dependabot alert resolution 2026-03-12 21:56:15 -07:00
b9200b1ee6 upgrade to latest electron, other dep upgrades, must use process.on to account for new rolldown bundling in vite v8 2026-03-12 21:54:33 -07:00
a277176b66 increase context size in GUI to 262144, better context slider thumb label 2026-03-05 21:29:26 -08:00
3c09039845 minor changes for latest kcpp upgrade, dep upgrades 2026-03-05 16:30:20 -08:00
d4c3bbaa87 resolve minimatch cve 2026-02-28 09:10:53 -08:00
5ba6da4f49 upgrade all workflow actions to latest 2026-02-25 19:26:20 -08:00
50e3a5f217 correct wrong version, upgrade rollup for some minor CVE 2026-02-25 19:11:44 -08:00
ecf2a5cca1 finally upgrade electron to latest (manual workaround required for proper system theme on kde + wayland) 2026-02-25 18:50:21 -08:00
94400c8120 upgrade deps to silence new tar CVE 2026-02-19 12:59:41 -08:00
fc1f517930 dep upgrades, minor updates for the latest kcpp update 2026-02-18 11:15:57 -08:00
34c333ef86 update deps, add screenshot of advanced configuration to the README 2026-02-02 17:34:31 -08:00
83be0313cf release v1.19.1 2026-01-30 23:26:54 -08:00