devel/serie: update to 0.7.2
What's Changed
- Remove preload option by @lusingander in #148
- Fix protocol detection by @lusingander in #149
- Remove rayon feature from image dependency by @lusingander in #150
xfce4-terminal: update to 1.2.0
1.2.0 (2026-03-08)
=====
- build: Rename POTFILES.in to POTFILES
- build: Make xsltproc dependency optional
- Fix previous commit
- Delay tab title update on contents changed to avoid high cpu usage
- cleanup: Move function and set static qualifier
- Do not escape non-ASCII characters in dnded uris
- build: Add 'doc' configure option
- Escape special characters in dnded uris
- build: Fix typo in optimization level
- doc: Add "bugs" section to man page
- search: Shift+Enter for Next; remove throttling
- wayland: dropdown: Handle output disconnection
- I18n: Update po/LINGUAS list
- Allow handling middle click event by terminal applications
- Fix shift + right click propagation to terminal apps
[20 lines not shown]
editors/micro: Update to 2.0.15
Changes:
New options:
- truecolor (supersedes the MICRO_TRUECOLOR environment variable)
- showchars (deprecates indentchar)
- lockbindings for completely disallowing plugins to modify
keybindings
- helpsplit for changing default split type for the help command
- pageoverlap for setting number of lines kept during page up/page
down
New actions:
- FirstTab, LastTab, FirstSplit and LastSplit
- Note: also changed the behavior of NextTab, PreviousTab,
NextSplit, PreviousSplit
- But adjusted the default keybindings so the default behavior
remains unchanged
[130 lines not shown]
math/bcal: Update to 2.5
Changes:
- remove dependency on external tools (bc, calc)
- support general purpose calculations (program option/prompt
switch 'b')
- arithmetic: addition, subtraction, multiplication, division,
modulo
- bitwise: AND (&), OR (|), XOR (^), complement (~), lshift (<<),
rshift (>>)
- functions: exp(n), log(base, n), ln(n) [natural log],
pow(n, exponent), root(radical, n)
- add program option/prompt switch p to show bit positions with bit
value of a number
- remove commas from input for general purpose calculations
Package now includes a test target.