-
-
Notifications
You must be signed in to change notification settings - Fork 21
docs: updated Python version in uv cmds to 3.11 #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Thanks for opening this pull request! 💖 |
Owner
|
Good catch! Thanks! |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Oct 10, 2025
This MR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pipx:isd-tui](https://github.com/kainctl/isd) | `0.5.1` -> `0.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>kainctl/isd (pipx:isd-tui)</summary> ### [`v0.6.1`](https://github.com/kainctl/isd/releases/tag/v0.6.1) [Compare Source](kainctl/isd@v0.6.0...v0.6.1) This quick bug-fix release, greatly improves the general coloring in `isd` and fixes color clashes in various themes. Now the color palette of a theme should always look "good". Most notably the "ansi" colors are replaced by the theme's colors. For example, the "green" color in the search results and preview window will now adapt to the selected theme. Further, this release includes an experimental feature that allows the theme to be inherited from the terminal emulator. When using a modern terminal emulator such as kitty or ghostty, a new theme called `terminal-derived-theme` can be selected. This theme will infer the appropriate theme from the terminal palette colors. When an unsupported terminal emulator is used, a notification will be raised and the default selected. This feature is EXPERIMENTAL. But it seems to be working nicely with `ghostty` and `kitty`. Though there seems to be some flickering during startup. ### [`v0.6.0`](https://github.com/kainctl/isd/releases/tag/v0.6.0) [Compare Source](kainctl/isd@v0.5.1...v0.6.0) #### Summary > Sometimes it is not about the destination but the regression we made along the way... First, the most visual change: I have changed my GitHub username from `isd-project` to `kainctl` to clarify that this is a personal account and not a GitHub project. This means that the old GitHub pages link is *broken* and you should use <https://kainctl.github.io/isd/> instead. This release is mostly an accumulation of bug fixes with some minor features. If `isd` has been buggy for you this release should greatly improve your experience. Though, there are a few new features: 1. Includes a few more `systemctl` actions by default (`disable` and `reset-failed`) 2. Support for `root` user to connect to the `--user` bus (if this is configured on the system). 3. Reads a *global* configuration file (by default `/etc/xdg/isd_tui/config.yaml`), where local configurations have a higher priority than global options. And a few default values have been updated: - Limit the default `journalctl` output in the preview window to `1_000` lines, and - More frequently refresh the selection and preview window. The fixes are: - More robust configuration and persistent storage loading. - Fix authorization issues when interacting with `system` units on newer `systemd` versions. - Fix responsive, auto-update and window refresh issues. Most notably, the unit selection window should now correctly update when the underlying unit states change. - Disable CLI argument parsing as this is not meant for public use and floods the user with too many options. A future release will include a "blessed" CLI. - Fix theme variable not being applied from the configuration file. PS: The project is named `isd` and *not* `ISD` ;) #### New Contributors - [@​Guiorgy](https://github.com/Guiorgy) made their first contribution in [#​54](kainctl/isd#54) - [@​felagund](https://github.com/felagund) made their first contribution in [#​63](kainctl/isd#63) - [@​Cornelicorn](https://github.com/Cornelicorn) made their first contribution in [`81cccb9`](kainctl/isd@81cccb9) **Full Changelog**: <kainctl/isd@v0.5.1...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

As per this comment and the pypi page the minimum Python version required is
3.11and not3.12.