• emmental-3.0.4 06771ecab6

    anna released this 2023-06-23 15:51:13 -04:00 | 81 commits to main since this release

    This release reworks how the sidebar tree is generated. Up until now we used a Gtk.FilterListModel() on top of the source table for albums, media, and years. This worked okay, but had a lot of refiltering whenever child playlists were created. I've improved upon this by making a model of child playlists directly, cutting out the need for frequent refiltering during library scanning.

    Downloads