0.2.19
- Reduced the bundle size by ~20.81% (MacOS, Linux, BSD).
- Performance: stop saving empty images in the image cache.
- Fix: On MacOS, keybind definition to ignore cmd-w does not work #879.
- Fix: Build for MacOS 26 Tahoe.
- Fix:
Enter
,Tab
,Backspace
not disambiguated withshift
in kitty keyboard's disambiguate mode. - Fix: line-height adds small gaps for box-drawing characters #1126.
- Search matching a wrapping fullwidth character in the last column.
- Update Rust to 1.87.0.
Changelog
- 3245a16 update Minimal stable rust version
- e85df70 remove release from metainfo
- f539d4c fix not finding wayland deps on ci
- 38eb6f0 add rust-toolchain to avoid cache invalidation on ci
- 42f2d29 update rust to 1.87
- 3ca933d update docs
- a40203e update docs
- 8350f4d add one more entry
- 706c82e stop saving empty images in the image cache
- 75e6269 flake.lock: Update (#1147)
- 1a94ff5 downgrade rust version to 1.86.0
- 53edc04 add CARGO_PROFILE_RELEASE_OPT_LEVEL=s for macos/linux since it breaks windows builds
- f552eb5 fix: On MacOS, keybind definition to ignore cmd-w does not work (closes #879)
- 8eba9cb fix application for macos 26 tahoe
- 2047aab skip winget on releases
- ee4e031 add opt-level
- dffb7f6 update releases and versions
- 3dac983 remove start variable
- b7391b7 fix line-height adds small gaps for box-drawing characters (#1146)
- 32de5b0 workaround perf
- 9a7cb32 some perf workaround
- 15edac5 add font_cache for preventing unbounded growth
- ad34dc4 Fix missing pipe operator in doc (#1142)
- 2dad22c use Box for errors
- 4d851eb flake.lock: Update (#1136)
- 2fea0a3 Docs: fix powershell variable (#1135)
- dc7a8d1 Docs: Enhance Windows config path documentation (#1134)
- 4b88ae1 fixed documentation for default values of window.decorations (#1133)
- 7ef143f fix xml format file
- 90fc3a3 add a changelog on readme file