textproc/rucola: import package
Terminal-based markdown note manager to view statistics, explore connections and
launch editing and viewing applications.
Features
- Present users of a zettelkasten-like note system of interlinked markdown
files with high-level information & statistics about their notes.
- Show the same information about filtered subsets of notes, as well as their
relation with the entire note set.
- Allow the user to view and follow links and backlinks of a single note to see
connections within their note graph.
- Allow the user to make small edits such as renaming or moving notes from
within the application.
- Provide easy access to a powerful, external text editor for editing notes.
- Optionally compile notes to HTML-documents, including LaTeX compilation and
code highlighting, on the fly and show them in an external viewer.
- Provide all of this functionality from within a terminal user interface.
shells/oh-my-posh: update to 28.0.0
Features
command: remove command segment (6180d88)
BREAKING CHANGES
command: The command segment has been completely removed.
Users must update configurations to use built-in segments or
alternative approaches.
The following built-in themes have been updated to remove command
segments:
pararussel.omp.json - Removed git commit time display
tokyonight_storm.omp.json - Removed git commit time display
glowsticks.omp.yaml - Removed custom git status and weather segments
[70 lines not shown]
moor: update to 2.9.2.
2.9.2
By dodging lock contention while searching. 4x is a measured value on
a specific machine with 8 physical / 16 logical cores, YMMV. Speedup
should be higher the more CPU cores you have.
Also in this release is a few improvements to interactive help texts.
2.9.1
History file is now stored according to XDG Base Directory
Specification. When importing less' history, take LESSHISTFILE into
account. History length limit has been raised.
Also in this release:
Detect man pages by content. This should make moor hide line numbers
[11 lines not shown]
lima: update to 2.0.1.
2.0.1
Changes
Binary release artifacts:
Fix a regression in v2.0.0 level=fatal msg="template \"_images/<IMAGE>.yaml\" not found" (#4313, thanks to @vvoland)
Misc:
pkg/networks/usernet: use SIGINT instead of SIGKILL (#4310, thanks to @norio-nomura)
2.0.0
This is the second major release of Lima, featuring the support
for pluggable VM drivers, GPU acceleration, and MCP. This release
also commemorates the promotion of the project from CNCF Sandbox
to Incubating 🎉.
py-ruff: update to 0.14.6.
Preview features
[flake8-bandit] Support new PySNMP API paths (S508, S509) (#21374)
Bug fixes
Adjust own-line comment placement between branches (#21185)
Avoid syntax error when formatting attribute expressions with outer parentheses, parenthesized value, and trailing comment on value (#20418)
Fix panic when formatting comments in unary expressions (#21501)
Respect fmt: skip for compound statements on a single line (#20633)
[refurb] Fix FURB103 autofix (#21454)
[ruff] Fix false positive for complex conversion specifiers in logging-eager-conversion (RUF065) (#21464)
Rule changes
[ruff] Avoid false positive on ClassVar reassignment (RUF012) (#21478)
[9 lines not shown]
py-project-metadata: update to 0.10.0.
This release adds support for PEP 794 (METADATA 2.5), the new
import-names(paces) fields. Support hasn't rolled out in other
packages yet, but once it does, you can be ready for it with this
release. As usual, nothing changes if you don't specify the new
fields or the new METADATA version.
py-lsp-server: update to 1.13.2.
## Version 1.13.2 (2025/11/19)
### Pull Requests Merged
* [PR 683] - Prevent showing cmd on Windows when running flake8, by [@dalthviz](https://github.com/dalthviz)
* [PR 669] - Fix license entries in `pyproject.toml` due to pep 639, by [@ccordoba12](https://github.com/ccordoba12)
----
## Version 1.13.1 (2025/08/26)
### Pull Requests Merged
* [PR 667] - Use PyQt6 for testing, by [@WhyNotHugo](https://github.com/WhyNotHugo)
* [PR 666] - Expose a shutdown hook, by [@dlax](https://github.com/dlax)
* [PR 663] - Copy `LAST_JEDI_COMPLETIONS` to cell document so that `completionItem/resolve` will work, by [@hjr265](https://github.com/hjr265)
py-keyring: update to 25.7.0.
v25.7.0
=======
Features
--------
- Improved support for KWallet 6. (#728)
Bugfixes
--------
- Removed cruft from Python 3.8. (#722)
py-brotlicffi: update to 1.2.0.0.
1.2.0.0 (2025-11-21)
--------------------
- Upgraded libbrotli to v1.2.0.
- Added ``output_buffer_limit`` parameter to ``Decompressor.decompress()`` and
``Decompressor.process()`` methods to allow mitigation of unexpectedly large
output. This addresses potential security concerns where maliciously crafted
compressed data could result in excessive memory usage during decompression.