diff --git a/change_notes.md b/change_notes.md index 43196dab..daba60e1 100644 --- a/change_notes.md +++ b/change_notes.md @@ -2,10 +2,25 @@ ### New in this release - Support for insert text mode. +- Text cursor will now show directional hints for bidi text. - Balloons tooltips are now enabled by default for buttons. - +- Improved html style sheet. +- On Windows (Vista and later) darklaf will now use the system font. +- Improved selection painting. + - Added property to control whether the selection is extended to the end of the text component. + ````java + textComp.putClientProperty(DarkTextUI.KEY_EXTEND_LINE_SELECTION, enabled); + ```` +- Performance improvements. +- New scrollbar appearance on macOS that more closely resembles the system appearance. ### Addressed issues - Disabled tables/trees/lists don't paint the cells disabled. dcf86461aeb7770bcf25f5c75f7f7c0c35dadab3 - Non standard cares shift text when at the end of the document. 5bcda602f64f741842a95a52f3d31978c2673ffe - Visuals of other tex components may be visible outside of border. aaa3a0849ea9235954f3d95cdcdcab5c871bbca2 +- TableHeader doesn't scroll along when TableModel is set after creating the table. #163 d727dbcfa3e8fc23287adc010c89ef4065d8a8c4 +- Table doesn't use the `Object.class` renderer when set. #164 1e1f02f24197a55c349423f8a69be49c05b870ee +- Layout of `QuickColorChooser` has undesirable resize behaviour. #165 673eb7717222f7289279a81370138dbf373c9d5f +- Incorrect popup location when using multiple monitors with different resolutions. #162 59e3c8e5f07479a1a717e42d48b82d763cf8f8cc +- Poor performance when using bidirectional text with non zero margins. #167 252885df6fa18044c215361cbbe200cdf3358cf5 +- Text isn't painted when using the toggle button slider variant. 0d1f2913dd25d5a684fa2567c37a94b549f030b0