PackageTrack
Sign in Get early access

sctk-adwaita

Adwaita-like SCTK Frame

0.12.0 26M downloads/mo #1825 most downloaded on crates.io PolyMeilex/sctk-adwaita

What this package is like to depend on

Last release 1 months ago

23 Jul 2026

Release timing varies

gaps range from 2 weeks to 1.2 years

Some releases are documented

notes for 16 of 31 stable releases

3 versions withdrawn

withdrawn after publishing

4 years old

34 releases · first in 2022

3 releases in the last 12 months

see the full history below

Release timeline

34 releases · Apr 2022 to Jul 2026
2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 34
  1. 0.12.0 23 Jul 2026
    Release notes

    What's Changed

    • Update to sctk 0.21 and bump version to 0.12.0 by @ids1024 in #92
    Open source →
    Release notes
    • Bump sctk to 0.21
    Open source →
  2. 0.11.1 22 Jul 2026
    Release notes
    • Add the option to hide the borders FrameConfig::hide_border
    • skrifa feature got added (for skrifa based title rendering)
      • Can be enabled like this:
        sctk-adwaita = { default-features = false, features = ["skrifa"] }
    • cosmic-text feature got added (for cosmic-text based title rendering with shaping and font fallback)
      • Can be enabled like this:
        sctk-adwaita = { default-features = false, features = ["cosmic-text"] }
    Open source →
    Release notes
    • Support a range of skrifa versions.
    • Add the option to hide the borders FrameConfig::hide_border
    • Simplify skrifa title creation.
    • skrifa feature got added (for skrifa based title rendering)
      • Can be enabled like this:
        sctk-adwaita = { default-features = false, features = ["skrifa"] }
        
    • cosmic-text feature got added (for cosmic-text based title rendering with shaping and font fallback)
      • Can be enabled like this:
        sctk-adwaita = { default-features = false, features = ["cosmic-text"] }
        
    Open source →
  3. 0.11.0 06 Sep 2025
    Release notes

    What's Changed

    Full Changelog: 0.10.1...0.11.0

    Open source →
    Release notes
    • Improve ab_glyph rendering to properly account for glyph outlines that would have previously been out of bounds
    • Align with new adwaita blue tint #71
    • Add ability to hide the titlebar #69
    • Bump sctk to 0.20
    • Bump crossfont to 0.9.0
    Open source →
  4. 0.10.1 02 Jul 2024
    Release notes

    What's Changed

    Full Changelog: 0.10.0...0.10.1

    Open source →
    Release notes
    • Panic hardening of ab-glyph (#64)
    Open source →
  5. 0.10.0 29 Jun 2024
    Release notes

    What's Changed

    Full Changelog: 0.9.0...0.10.0

    Open source →
    Release notes
    • Bump sctk to 0.19
    Open source →
  6. 0.9.1 02 Jul 2024
    Release notes

    What's Changed

    Full Changelog: 0.9.0...0.9.1

    Open source →
  7. 0.9.0 29 Mar 2024
    Release notes
    • Bump crossfont to 0.8.0
    Open source →
    Release notes
    • Bump crossfont to 0.8.0 (#60)
    Open source →
  8. 0.8.3 02 Jul 2024

    Nothing published for this version

  9. 0.8.2 29 Mar 2024 withdrawn
    Release notes

    Full Changelog: 0.8.1...0.8.2

    Open source →
  10. 0.8.1 21 Dec 2023
    Release notes
    • Fix ab_glyph renderer panicking with integer scale factor 3 (#50)
    • Improved roundness of headerbar (#51)
    • Bump crossfont to 0.7.0 (#58)
    Open source →
    Release notes
    • Fix ab_glyph renderer panicking with integer scale factor 3 (#50)
    • Improved roundness of headerbar (#51)
    Open source →
  11. 0.8.0 08 Dec 2023
    Release notes
    • Braking: AdwaitaFrame::new now takes Arc<CompositorState> as an argument
    • Fix leftmost title pixel sometimes being cut off (#45)
    • Fix transparency in ab_glyph renderer (#44)
    • Extended resize corners (#47)
    • Center maximize icon (#46)
    • Window shadows (#43)

    All of the above thanks to awesome work of @Friz64 🎉

    Dependencies updates

    • Bump crossfont to 0.6.0 (#52)
    Open source →
    Release notes
    • Breaking: AdwaitaFrame::new now takes Arc<CompositorState> as an argument
    • Fix leftmost title pixel sometimes being cut off (#45)
    • Fix transparency in ab_glyph renderer (#44)
    • Extended resize corners (#47)
    • Center maximize icon (#46)
    • Window shadows (#43)

    Dependencies updates

    • Bump crossfont to 0.6.0 (#52)
    Open source →
  12. 0.7.0 14 Oct 2023
    Release notes
    • Breaking: wayland-csd-frame is now used as a part of the public interface.
    Open source →
  13. 0.6.1 15 Aug 2023
    Release notes
    • Bump tiny-skia to v0.11 (#32)
    • cleanup: Remove debug println (#29)
    • Support custom header buttons layouts (#30)
    • The double click threshold value was raised to 400ms
    Open source →
  14. 0.6.0 17 Apr 2023 withdrawn
    Release notes
    • Update the smithay-client-toolkit to 0.17.0
    • Don't use tiny-skia's default features
    Open source →
  15. 0.5.4 04 Apr 2023
    Release notes
    • Timeout dbus call to settings portal (100ms)
    Open source →
  16. 0.5.3 26 Jan 2023
    Release notes
    • ab_glyph titles 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.
    Open source →
  17. 0.5.2 16 Oct 2022
    Release notes
    • ab_glyph & crossfont titles will use gnome "titlebar-font" config if available.
    • ab_glyph titles are now more consistent with crossfont titles 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)
    Open source →
  18. 0.5.1 19 Aug 2022
    Release notes
    • 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.
    Open source →
  19. 0.5.0 14 Aug 2022
    Release notes
    • title feature got removed
    • ab_glyph default feature got added (for ab_glyph based title rendering)
    • crossfont feature got added (for crossfont based title rendering)
      • Can be enable like this:
        sctk-adwaita = { default-features = false, features = ["crossfont"] }
        
    Open source →
  20. 0.4.3 16 Oct 2022

    Nothing published for this version

  21. 0.4.2 11 Aug 2022

    Nothing published for this version

  22. 0.4.1 19 Jul 2022

    Nothing published for this version

  23. 0.4.0 19 Jun 2022

    Nothing published for this version

  24. 0.3.5 14 May 2022

    Nothing published for this version

  25. 0.3.4 13 May 2022

    Nothing published for this version

  26. 0.3.3 02 May 2022

    Nothing published for this version

  27. 0.3.2 02 May 2022

    Nothing published for this version

  28. 0.3.1 02 May 2022 withdrawn

    Nothing published for this version

  29. 0.3.0 01 May 2022

    Nothing published for this version

  30. 0.2.1 30 Apr 2022

    Nothing published for this version

  31. 0.2.0 30 Apr 2022

    Nothing published for this version

  32. 0.1.2 24 Apr 2022

    Nothing published for this version

  33. 0.1.1 24 Apr 2022

    Nothing published for this version

  34. 0.1.0 24 Apr 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive