Overview of changes in 41.1
===========================
• Speed increase on first startup on larger collections
• Make shuffle random
• Fix time displayed in RTL languages
Bugs fixed:
Time is reversed in RTL (#500)
Improve async queue work (#472)
Fix crash on empty selection (#492)
playlistswidget: Fix incorrect import (#491)
Make random shuffle actually random (#369)
albumwidget: Ensure the correct album is played (#461)
Thanks to our contributors this realse:
Jean Felder
Koushik Sahu
Marinus Schraal
Michael Catanzaro
Yosef Or Boczko
Updated translations:
Vietnamese
Russian
Serbian
Bulgerian
Frisian
Latvian
Icelandic
Friulian
Catalan
Indonesian
Swedish
Danish
News in 1.10.0, 2022-04-16
--------------------------
* Build from git: some updates, take newer version of autoconf-archive.
* Build: distribute more files in tarballs.
* Documentation improvements.
* Translation updates.
- HdyCarousel
- Add a missing check in hdy_carousel_scroll_to()
- HdySwipeTracker
- Fix a memory leak
- Don't change background of non-activatable boxed list rows on press
- Translation updates:
- Basque
- Chinese (China)
- Dutch
- Galician
- Hungarian
- Indonesian
- Persian
- Portuguese
- Romanian
- Serbian
- Swedish
=======================================
libnma-1.8.38
Overview of changes since libnma-1.8.36
=======================================
* libnma-gtk4 is no longer considered EXPERIMENTAL.
* meson now builds libnma-gtk4 properly.
* Keyboard accelerator for certificate chooser works again.
* Fixed libnma-gtk4 version of mobile-wizard.
=======================================
libnma-1.8.36
Overview of changes since libnma-1.8.34
=======================================
* Include OWE wireless security option.
* Do not allow setting empty 802.1x domain for EAP TLS.
* The GtkBuilder files for Gtk4 are now included in
the release tarball.
New in 0.7.11
=============
* Fix potential build errors with old glib version we require
* notify-send: Add support for boolean hints
* notify-send: Support passing any hint value, by parsing variant strings
* notify-send: Add explicit option to create transient notifications
Contributors:
Marco Trevisan
New in 0.7.10
=============
* notify-send: Support commas in icon filenames [Thorsten; !15]
* notify-send: Give failing exit code if showing notification fails [Ray, !13]
* notify-send: Support for replacing an existing notification [Paul; !17]
* notify-send: Add option to wait until notification has been closed [Ben; !18]
* notify-send: Add support for notification actions and responses [Ben; !18]
* notification: Send the application ID when possible [Corentin; !1]
* notification: Use g_memdup2 when available [Marco; !22]
* notification: Improve SNAP detection and confined desktop ID [Marco; !23]
* notification: Add support for getting actions activation token [Marco; !24]
* notify: Use application ID if any to set the fallback app name [Marco; !18]
* Build fixes and improvements [Marco; !22]
* Docs updates [Boris, David; !14, !20]
Contributors:
Marco Trevisan, Boris Shtrasman, Matthias Sweertvaegher, Thorsten Wißmann,
Ray Strode, Maximiliano Sandoval R, David King, Corentin Noël, Paul Collins,
Matthias Sweertvaegher, Ben Blain
* Do not error out for unknown scopes :mr:`179`
* gtk overrides: restore Gtk.ListStore.insert_with_valuesv with newer gtk4 :issue:`467`
* gtk overrides: Do not override Treeview.enable_model_drag_xx for GTK4 :mr:`175`
* Implement DynamicImporter.find_spec() to silence a deprecation warning with Python 3.10 :issue:`473`
* Some test/CI fixes