Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.4.0
    6e972c49 · Ported to meson. ·
    Version 0.4.0
  • 0.4.1
    Version 0.4.1
  • 0.4.2
    fc5a1a9f · Version 0.4.2 ·
    Version 0.4.2
  • 0.4.3
    df1cca31 · Version 0.4.3 ·
    Version 0.4.3
    
    Add multiselect support in storage.
  • 0.4.4
    b09f253a · Version 0.4.4 ·
    Version 0.4.4
    
    Fix building for Fedora 26.
  • 0.4.5
    51bdf5a2 · Version 0.4.5 ·
    Version 0.4.5
    
    Fix crashing on fedora 26.
    Added 'hu' and 'id' translations.
  • v3.27.90
    ebdbdac4 · Release 3.27.90 ·
    Release: v3.27.90
    Release 3.27.90
    
  • v3.28.0
    b29adffa · Release 3.28.0 ·
    Release 3.28.0
    
  • v3.30.0
    488677b0 · Release 3.30.0 ·
    3.30.0
    
  • v3.32.0
    1540a395 · Release 3.32.0 ·
    3.32.0
    
  • v3.33.2
    7554b855 · Release 3.33.2 ·
    3.33.2
    
  • v3.37.1
    0c3ac9d9 · Version 3.37.1 ·
    Release: v3.37.1
    Version 3.37.1
  • 3.38.0
    9f1a9b3c · Version 3.38.0 ·
    Release: 3.38.0
    Version 3.38.0
  • 3.38.1
    4745bb5e · Version 3.38.1 ·
    Version 3.38.1
  • 45.0
    3e3fb2ac · release Usage 45 ·
    Usage 45
    
    With removing GNOME from the app's name (!108) it is now hopefully clearer
    that Usage is not affiliated with GNOME and not part of its Core Apps.
    
    But the branding is not even close to the only thing changed in the last
    three years, amongst the more user facing are
    * porting to GTK4 and the new Adwaita widgets with a completely rewritten graph view (!110, !112, !100, !102, !116, !103, !121),
    * normalising the load, so that 100 % now means all threads are in use (!123),
    * reducing the re-rendering by making the graphs not scroll continuously – at least by default (!119), and
    * making sure, Usage doesn't think we had no swap just because 0 % is left (!94, by vfjpl).
    
    Usage now does no longer depend on libhandy and GTK+3, and instead gained
    libadwaita >=1.4, GTK 4 >=4.12, and libgee as dependencies.
    
    And there are Thanks due for
    * adding pipewire-pulseaudio to default unkillable processes (!87, by Björn Daase),
    * making formatting of byte dimensioned sizesbetter (!89, by Nishal Kulkarni),
    * fixing control group based application classification for apps with dashes in their ID (!104),
    
    and for
    * providing source files for the app icons (!86, by Jakub Steiner),
    * dropping building libhandy for Flatpak, as it was already part of the runtime (!93, Jordan Petridis), and
    * looking into the coding style, and making it more consistent (!91, by Nahuel Gomez),
    
    as well to Adrien Plazas for his prior involvment as amaintainer, and for
    quiet a few clean-ups changes not included above.
    
    Usage gained new translations for
     * Belarusian (Vasil Pupkin)
     * Georgian (Zurab Kargareteli, Ekaterine Papava)
     * Hebrew (Yosef Or Boczko)
     * Korean (Seong-ho Cho)
     * Occitan (Quentin PAGÈS)
     * Portuguese (Juliano de Souza Camargo, Hugo Carvalho)
    
    has seen updates in
     * Basque (Asier Sarasua Garmendia)
     * Brazilian Portuguese (Rafael Fontenelle)
     * Catalan (Jordi Mas)
     * Chinese (China) (Boyuan Yang, Luming Zh)
     * Croatian (Goran Vidović)
     * Czech (Marek Černocký)
     * Danish (Alan Mortensen)
     * Dutch (Nathan Follens)
     * Friulian (Fabio Tomat)
     * Galician (Fran Dieguez)
     * German (Christian Kirbach, Philipp Kiemle, Jürgen Benvenuti)
     * Hungarian (Balázs Úr)
     * Indonesian (Kukuh Syafaat)
     * Japanese (sicklylife)
     * Polish (Piotr Drąg)
     * Russian (Sergej A)
     * Serbian (Мирослав Николић)
     * Slovenian (Matej Urbančič)
     * Swedish (Luna Jernberg, Daniel Mustieles, Anders Jonsson)
     * Turkish (Sabri Ünal)
     * Ukrainian (Yuri Chornoivan)
  • 45.1
    295bfe65 · add release notes ·
    45.1 - Mar 19, 2024
    ===================
    
    With the included patches Usage
    * builds with GCC 14 and Clang 16, together with Vala 0.56.15,
    * avoids glitches in graphs on systems with no swap, due to a previous division by zero,
    * has better keyboard navigation with a different selection mode for boxes in the storage view, and
    * correctly classifies applications with a long path in its cmdline.
  • 45.1+1
    bda1849a · release Usage 45.1 ·
    UPDATE TO VERSION IN meson.build
    
    45.1 - Mar 19, 2024
    ===================
    
    With the included patches Usage
    * builds with GCC 14 and Clang 16, together with Vala 0.56.15,
    * avoids glitches in graphs on systems with no swap, due to a previous division by zero,
    * has better keyboard navigation with a different selection mode for boxes in the storage view, and
    * correctly classifies applications with a long path in its cmdline.
  • 46.0
    9ee8603f · release Usage 46.0 ·
    46.0 - Mar 20, 2024
    ===================
    
    Usage now
    * uses ListViews in its performance tabs (!120),
    * split the two performance views (!131)
    * and renovated the storage view's look (!131),
    * displays indicators for applications running in background (!135),
    * has an application dialogue instead of directly asking users to terminate a process (!142),
    * classifies Android applications inside Waydroid and has an indicator for that (!145). and
    * uses Adwaita's new adaptive dialogues instead of modal windows (!137).
    
    Usage now depends on libadwaita >=1.5 (previously >=1.4), and GIO >=2.74
    (previously >=2.44).
    
    Usage gained new translations for
    * Persian (Danial Behzadi)
    
    and has seen updates in
    * Czech (Daniel Rusek)
    * Chinese (China) (Luming Zh)
    * Ukrainian (Yuri Chornoivan)
    * Turkish (Sabri Ünal)
    * Basque (Asier Sarasua Garmendia)
    * Georgian (Ekaterine Papava)
    * Russian (Sergej A.)
    * Danish (Alan Mortensen)
    * Swedish (Anders Jonsson)
    * Indonesian (Kukuh Syafaat)
    * Romanian (Florentina Mușat)
    * Brazilian Portuguese (Juliano de Souza Camargo)
    * Galician (Fran Dieguez)
    * Hebrew (Yosef Or Boczko)
    * German (Christian Kirbach)
    * Chinese (Taiwan) (Cheng-Chia Tseng)
    * Hungarian (Balázs Úr)
    * Spanish (Daniel Mustieles)
    * Finnish (Jiri Grönroos)
    * British English (Andi Chandler)