1.1 KiB
1.1 KiB
0.5.4
- Timeout dbus call to settings portal (100ms)
0.5.3
ab_glyphtitles will read the system title font using memory mapped buffers instead of reading to heap. Lowers RAM usage.- Improve titlebar-font config parsing to correctly handle more font names.
0.5.2
ab_glyph&crossfonttitles will use gnome "titlebar-font" config if available.ab_glyphtitles are now more consistent withcrossfonttitles both using system sans if no better font config is available.- Rounded corners are now disabled on maximized and tiled windows.
- Double click interval is now 400ms (as previous 1s interval was caused by bug fixed in 0.5.1)
0.5.1
- Use dbus org.freedesktop.portal.Settings to automatically choose light or dark theming.
- Double click detection fix.
- Apply button click on release instead of press.
0.5.0
titlefeature got removedab_glyphdefault feature got added (forab_glyphbased title rendering)crossfontfeature got added (forcrossfontbased title rendering)- Can be enable like this:
sctk-adwaita = { default-features = false, features = ["crossfont"] }
- Can be enable like this: