Skip to content

1.0 - One Does Not Merely Click

Compare
Choose a tag to compare
@JoshStrobl JoshStrobl released this 02 Jan 17:19

This is the first stable release of Budgie Desktop View.

Changelog (compared to 0.99.3):

  • Documentation improvements
  • Cull constructors and classes of copied variables / properties, move to a UnifiedProps.
    • UnifiedProps handles the ownership of various properties leveraged by Budgie Desktop View, FileItem, MountItem, and DesktopItem. This saves us from either having a bunch of unowned properties that we're needing to update everywhere, lots of copies, and the ballooning of constructor properties such as additional settings.
  • Implement single and double click policy options.