Summary
- Fix computation of lines on screen.
- Fix dimension of the first tab whenever TopTab or BottomTab is created.
- Fix flaky test issue, test_update_title_with_logical_or failing randomly on aarch64 #994.
- Support to
navigation.unfocused-split-opacity
, default is0.5
. - Sugarloaf: Fix foreground color opacity not being computed.
Changelog
- 378ce81 update releases
- 621abf1 update tests
- ec4fbc1 fix issue for first tab dimension after create new tabs using bottom or top tab
- a5976a5 change default height to 490
- 096b90d fix compute lines and columns
- 410a9d4 update version to 0.2.10
- d54b188 fix lint
- 8059ecf fix: remove assertion, this test is complicated because can run into race conditions where path is known beforehand (closes #994)
- bd73fdc fixes: opacity on foreground text, opacity for unfocused split and allow unfocused routes to be updated