- Fix Debian/Ubuntu package installation: Resolved terminfo conflicts with system packages #1264
- Debian (.deb) packages no longer include terminfo files to avoid conflicts with ncurses-term
- Users on Ubuntu 22.04 and older need to manually install terminfo after package installation
- Debian 13+ and Ubuntu 24.04+ users get terminfo from system's ncurses-term package
- RPM packages continue to include terminfo as before
- Add audible & visual bell support #1284.
Changelog
- ab8b2a5 prepare 0.2.30
- 0d5a3d5 revert to old stroke but fixing limits
- dc85bf6 Merge branch 'fix-diagonal'
- 0c6590d update DiagonalRisingBar DiagonalCross and DiagonalFallingBar (ref: #1297)
- 48d88b7 fix DiagonalRisingBar calculation
- 58fdc9d flake.lock: Update (#1296)
- 1b5c90a flake.lock: Update (#1292)
- 88eca6b fix debian conflicts with ncurses-term (#1287)
- 7fb3971 update releases.md
- 6c6931e docs: Update releases.md with bell support feature
- 1967b19 Add audible & visual bell support (#1284)
- 7f387a9 flake.lock: Update
- 6cb8ab7 fix lint
- 92950bb update frontends/rioterm/src/context/mod.rs
- e049107 add calculate_selection_damage_impl
- 1ebcd1b Update sugarloaf/src/font/mod.rs
- 3300a50 Merge branch 'main' into pr-1282
- 3b12c2d fix characters become invisible at very large sizes (closes #1268)
- 37cd0ef fix lint
- 644983a Improve font cache implementation with DashMap
- 6632a44 fix Accidental inversion of bool
- 37fb0b1 Don't copy data as much; use more SharedData
- a7be7cb Clear FONT_DATA_CACHE when fonts are changed
- c202394 Update to rust 1.89
- 07b4a5a update com.rioterm.Rio.metainfo.xml