From ab5c117eaaf1e76d179c99b6e2515b6989657622 Mon Sep 17 00:00:00 2001 From: Alex Jones <1235925+AlexsJones@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:57:22 +0100 Subject: [PATCH 1/2] chore(main): release 1.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- llmfit-tui/Cargo.toml | 2 +- version.txt | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53b7bc9c..d719a722 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3039d6c6..31004765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.1.3](https://github.com/AlexsJones/llmfit/compare/v1.1.2...v1.1.3) (2026-07-14) + + +### Features + +* add NCAI VAETKI model to curated model database ([bdbf338](https://github.com/AlexsJones/llmfit/commit/bdbf338010ebeac9d5797beb42993b8c31845bcd)) +* add RamaLama as a detection provider ([5bef0b2](https://github.com/AlexsJones/llmfit/commit/5bef0b2e49920acee70a354e802f8656097106fb)) + + +### Bug Fixes + +* **hardware:** read discrete Intel Arc VRAM from sysfs (xe/i915) ([9bbaa8d](https://github.com/AlexsJones/llmfit/commit/9bbaa8d0542ab2e5ad4ee5691e95b6ddf37667d6)) +* **hardware:** read discrete Intel Arc VRAM from sysfs (xe/i915) ([9fbbcb8](https://github.com/AlexsJones/llmfit/commit/9fbbcb8312e6989d7b35f7ae24c7b36562ccce68)), closes [#609](https://github.com/AlexsJones/llmfit/issues/609) +* match Unsloth `-UD` dynamic GGUFs to catalog models ([b3de39d](https://github.com/AlexsJones/llmfit/commit/b3de39dac4339df45f4ddff9ac71a6dbbf9fdc10)) +* match Unsloth `-UD` dynamic GGUFs to catalog models ([e9b66be](https://github.com/AlexsJones/llmfit/commit/e9b66be1506095fbd905fbe3d9b9c2d1c13a7f03)) +* name AMD unified APUs when rocm-smi reports "N/A", gate junk shares ([ba96f4c](https://github.com/AlexsJones/llmfit/commit/ba96f4c3cbdb6e1cc2dcbb8db7f390e625b02193)) +* name AMD unified APUs when rocm-smi reports "N/A", gate junk shares ([e282011](https://github.com/AlexsJones/llmfit/commit/e282011f58bf0582ad606a907d51c9b743ea0b6e)) +* **providers:** detect oMLX as an MLX runtime ([f649952](https://github.com/AlexsJones/llmfit/commit/f649952c39028dd2da06c3461efe8b43b9fdbe3b)) +* **providers:** show LM Studio/Docker Desktop as installed when idle ([bca491e](https://github.com/AlexsJones/llmfit/commit/bca491e380fbeb37719a80b6f2f94838750078b9)) +* **providers:** show LM Studio/Docker Desktop as installed when idle ([5a22add](https://github.com/AlexsJones/llmfit/commit/5a22add2266e9079e6853f187de1fff3904ff6b1)), closes [#731](https://github.com/AlexsJones/llmfit/issues/731) +* **serve:** include per-GPU memory_bandwidth_gbps in /api/v1/system ([ce3f7bf](https://github.com/AlexsJones/llmfit/commit/ce3f7bfcccd56567a1c5b75c5770347d1acd668b)) +* **serve:** include per-GPU memory_bandwidth_gbps in /api/v1/system ([8b9b7aa](https://github.com/AlexsJones/llmfit/commit/8b9b7aa3c2cbf05028cfbd44a636d512bb87e687)), closes [#747](https://github.com/AlexsJones/llmfit/issues/747) + ## [1.1.2](https://github.com/AlexsJones/llmfit/compare/v1.1.1...v1.1.2) (2026-07-10) diff --git a/Cargo.toml b/Cargo.toml index acc42ac3..df070f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ default-members = ["llmfit-core", "llmfit-tui"] resolver = "3" [workspace.package] -version = "1.1.2" +version = "1.1.3" license = "MIT" diff --git a/llmfit-tui/Cargo.toml b/llmfit-tui/Cargo.toml index 4ec44ff8..55ad46e4 100644 --- a/llmfit-tui/Cargo.toml +++ b/llmfit-tui/Cargo.toml @@ -21,7 +21,7 @@ default = [] nats = ["async-nats"] [dependencies] -llmfit-core = { version = "1.1.2", path = "../llmfit-core" } +llmfit-core = { version = "1.1.3", path = "../llmfit-core" } clap = { version = "4.6", features = ["derive", "env"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/version.txt b/version.txt index 45a1b3f4..781dcb07 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.2 +1.1.3 From 0a11fb4b4ff3c7db3b73dfc7c08aec026c13926a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jul 2026 13:57:30 +0000 Subject: [PATCH 2/2] chore: update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bae78271..697dd88a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,7 +2598,7 @@ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" [[package]] name = "llmfit" -version = "1.1.2" +version = "1.1.3" dependencies = [ "arboard", "assert_cmd", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "llmfit-core" -version = "1.1.2" +version = "1.1.3" dependencies = [ "base64 0.22.1", "dirs", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "llmfit-desktop" -version = "1.1.2" +version = "1.1.3" dependencies = [ "llmfit-core", "serde",