compiledb-go: update to 1.7.1.
feat: include commit in version by @fcying in #33
test: add end-to-end CLI coverage by @fcying in #34
fix: write compilation database atomically by @fcying in #37
graphics/simp: update to 3.11.0
- Update egui and a bunch of others deps
- Make smooth zoom
- Add option to sort images in list by different values like name, time and size
- Fix some text fields being impossible to enter text into
textproc/treemd: update to 0.8.1
[0.8.1] - 2026-09-12
No behaviour changes. Documents a regression found after 0.8.0 shipped, and adds the test that would have caught it.
Documentation
A fenced block that follows a list inside a blockquote is dropped, and its text is merged into the quote's content. Found by building 0.7.0 and 0.8.0 and comparing their output across 82 documents, which is the only content-level regression in that upgrade. The failure is worse than a gap, because the text resurfaces as another block's content: on ratatui's changelog, .code loses five real blocks and gains three holding prose. A paragraph between the list and the fence avoids it. Tracked at turbovault#71 and recorded in the query guide
Internal
A contract test pins what treemd extracts from every construct that has broken here, as one snapshot rather than a set of properties. Three bugs shipped from this repo while the suite was green, each time because the assertions were narrower than the failure. The snapshot fails on any change to what the parser reports, including changes nobody thought to assert, and prints the changed lines. An upstream fix fails it too, which is the intended signal to update the docs that describe the old behaviour
bgpq4: Add version 1.16
The bgpq4 utility is used to generate configurations
(prefix-lists, extended access-lists, policy-statement
terms and as-path lists) based on IRR data.
bgpq4 1.16
What's Changed
Remove extra space for MikroTik's RouterOS V7 rules by @tim427 in #115
filter out ASN 0 in juniper as-lists by @yu-re-ka in #117
Update matrixbuild to current Linux distributions by @robert-scheck in #120
Update workflow actions and containers by @robert-scheck in #121
Forbid -e -E -6 by @ledeuns in #123
Remove extraneous space in Arista prefixlist by @ledeuns in #124
Fix yaml syntax error by @robert-scheck in #127
Update expander.c to remove errant "Checking" output by @jford00 in #131
expander.c: logic fix in bgpq_expander_invalidate_asn() by @mrngm in #132
Remove duplicate/unreachable if() by @robert-scheck in #128
[6 lines not shown]
raven: Add version 0.3.3
RAVEN is an open-source, lightweight, single-binary routing
security observability tool. It connects directly to your
routers via BMP, validates every route against RPKI ROV and
ASPA path validation in real time, and exposes the results
through a CLI, Prometheus metrics, and Grafana dashboards.
v0.3.3: RTR telemetry, rtr monitor command, tls-min-version
misc/rozi: import package
rozi arranges terminal panes with tiling layouts, floating panes,
fullscreen panes, and nine workspaces. A prefix key controls panes
without taking ordinary input away from the programs inside them.
Named sessions keep running when the client detaches, so you can
return to the same processes and scrollback later. Tiling behavior
and keyboard flow take their cues from the Hyprland window manager.
textproc/treemd: update to 0.8.0
What's Changed
chore(deps): bump the cargo-patch group with 2 updates by @dependabot[bot] in #82
chore(deps): bump the cargo-patch group with 5 updates by @dependabot[bot] in #84
chore(deps): bump dirs from 6.0.0 to 7.0.0 by @dependabot[bot] in #85
deps: turbovault-parser 2.0.0, fixing callouts and four image forms by @nicholasjpaterno in #86