Skip to content

0.10.0

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 15 Jul 13:44
· 30 commits to 0.10 since this release

✨ Features & Improvements

  • Add gdk4-macos bindings #1909
  • MemoryTextureBuilder now generated in gdk #1916
  • Added missing traits for TemplateChild #1870
  • Implemented PropertyGet for TemplateChild #1886
  • Added link to 🇨🇳 Chinese translation of the book #1894
  • AccessibleText made implementable #1789
  • native_window method manually implemented for macOS #1938

🐛 Fixes

  • Fixed segfault in FileChooserExtManual::add_choice() #1834
  • Fixed mutability in callback userdata #1902
  • Fix for AccessibleValue error message layout #1887

📚 Book Updates

  • Updated book to new clone! syntax #1795
  • Book examples now work on macOS #1866, #1867

🔧 Maintenance & Cleanup

  • Dropped sealed auto traits #1868
  • Additional type/interface bounds added to impls #1854, #1883