indicators v1.6 Release Notes

Release Date: 2020-02-11 // about 4 years ago
    • API Change - Progress bars can be constructed with a Settings object - create ProgressBar object with options given as constructor parameters #21
    • ➕ Added pkg-config file to make it easier to consume this package in build systems that support it, such as autotools, Meson, waf, SCons and build2 #27
    • ⚡️ In MultiProgress, elapsed time of each bar is now updated independently, instead of together #18
    • ✂ Remove code duplication and refactored for reuse #14 #15 #16 #17