-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: AlexsJones/llmfit
base: v0.9.5
head repository: AlexsJones/llmfit
compare: v0.9.6
- 8 commits
- 14 files changed
- 8 contributors
Commits on Apr 11, 2026
-
ci: trigger Release workflow on published releases (#425)
Switches the Release workflow trigger from `push: tags` to the GitHub `release: published` event, and adds a `workflow_dispatch` input for manual backfills of an existing tag. release-please creates tags with GITHUB_TOKEN, which by design does not trigger downstream workflows. That's why v0.9.4 shipped with only release notes and no binary assets (#424), while v0.9.3 (tag pushed manually) worked. Reacting to the `release` event published by release-please fires the workflow reliably for future releases. The workflow_dispatch path accepts an existing tag and routes it through checkout, packaging, asset upload, and the Homebrew tap update so v0.9.4 can be backfilled after this lands. Fixes #424 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for df27ec2 - Browse repository at this point
Copy the full SHA df27ec2View commit details -
docs: document select mode row nav (#406)
Co-authored-by: haosenwang1018 <haosenwang1018@users.noreply.github.com>
Sense_wang and haosenwang1018 authoredApr 11, 2026 Configuration menu - View commit details
-
Copy full SHA for 3e5e83c - Browse repository at this point
Copy the full SHA 3e5e83cView commit details
Commits on Apr 12, 2026
-
docs: add llama.cpp env vars, MLX mapping note, and model update guid…
…ance (#427) Document LLAMA_CPP_PATH and LLAMA_SERVER_PORT environment variables for llama.cpp integration. Clarify that MLX downloads map to mlx-community repos. Add note that end users update the model database by upgrading the package rather than running make update-models. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c1fd145 - Browse repository at this point
Copy the full SHA c1fd145View commit details
Commits on Apr 13, 2026
-
chore(deps): bump docker/login-action from 3.7.0 to 4.1.0 (#434)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e12204b - Browse repository at this point
Copy the full SHA e12204bView commit details -
docs: add llama-panel to sister projects
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for e7ad8c3 - Browse repository at this point
Copy the full SHA e7ad8c3View commit details -
docs: sync Chinese README with English version
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6ce693e - Browse repository at this point
Copy the full SHA 6ce693eView commit details -
feat: persist filter state across sessions (#430)
* feat: persist filter state across sessions Saves all filter selections (fit, availability, TP, sort, installed-first, search query, and all multi-select popup filters) to ~/.config/llmfit/filters.json so they are restored on next launch. Follows the existing theme persistence pattern. Multi-select filters are stored by name rather than index position, so changes to the model database between runs won't corrupt saved state. Closes #428 * fix: save filters on quit and remove redundant re_sort on startup Address PR review feedback: - Move save_filters() from apply_filters() to quit handler to avoid disk I/O on every filter change and ensure all paths persist state - Replace re_sort() with apply_filters() on startup since all_fits is already sorted during construction - Fix rustfmt formatting * fix: use dirs::config_dir() for platform-correct config path Replace manual HOME/USERPROFILE env var lookup with dirs::config_dir() which handles macOS ~/Library/Application Support, Linux XDG, and Windows AppData correctly.
Configuration menu - View commit details
-
Copy full SHA for c3962e4 - Browse repository at this point
Copy the full SHA c3962e4View commit details -
chore(main): release 0.9.6 (#439)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd8712b - Browse repository at this point
Copy the full SHA cd8712bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.5...v0.9.6