0.1 --- * Initial release (moved from rawesome repo) 0.2 --- * Cleaner API 0.3 (Unreleased development version) --- * switch from Template Haskell to GHC.Generics 0.4 --- * Performance improvements * Safer monadic API * More general plottable types 0.4.0.4 --- remove Generic requirement for some Lookup instances 0.5.0.0 --- * Use Accessors from generic-accessors package * Major performance improvements (only draw new data) * Both "history" and custom plot interfaces * Unify this package with the dynobud plotter 0.5.0.1 --- * Hierarchical visibility clicking and inconsistent state * Merge new signal tree with old 0.5.0.4 --- * Performance improvement 0.5.0.5 --- * Compatability with generic-accessors 0.2 0.7.0.0 --- * Better legend and title. 0.7.0.1 --- * Make the list of channels a scrollable thing. 0.8.0.0 --- * Switch from Tree ([String], String, Maybe (a -> [[(Double, Double)]])) to Tree ([String], Either String (a -> [[(Double, Double)]])) 0.9.0.0 --- * generic-accessors 0.6.0.0 compatibility * rewrite settings app to use dynamic data * upgrade to GTK3