Revisions of bottom

buildservice-autocommit accepted request 1046011 from JL K's avatar JL K (jlkDE) (revision 24)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1046010 from JL K's avatar JL K (jlkDE) (revision 23)
- Apply current rust service template
- Change source compress algorithm
- Use cargo test for check stage
- Update to version 0.7.0
buildservice-autocommit accepted request 984032 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 22)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 983810 from William Brown's avatar William Brown (firstyear) (revision 21)
Automatic update of vendored dependencies
buildservice-autocommit accepted request 979016 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 20)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 978809 from William Brown's avatar William Brown (firstyear) (revision 19)
Automatic update of vendored dependencies
buildservice-autocommit accepted request 963943 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 962952 from JL K's avatar JL K (jlkDE) (revision 17)
- Update to 0.6.8:
  * Add PgUp/PgDown keybind support to scroll up and down a page in
    a table
  * Fix bug where the program would stall in an infinite loop if
    the width of the terminal was too small
  * Fix a bug where the number of CPUs is never refreshed
  * Update sysinfo
- Strip binary
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 943857 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- update to 0.6.6:
  * Address RUSTSEC-2020-0071
  * Fixes process_command breaking process widget sorting
  * Fix process CPU calculation if /proc/stat CPU line has less values than expected 
  * Remove duplicate guest time in process CPU calculation
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 927379 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
- Update to version 0.6.4
  * Small update to fix a bug and being slightly clearer on the
    network legend unit.
- Update to version 0.6.3
  * Small release with some bug fixes and a change in how we
    calculate Linux memory usage.
- Update to version 0.6.2
  Features
  * Add F9 key as an alternative process kill key.
  Bug Fixes
  * Fixes two bugs causing the battery widget colours and mouse
    events to be broken.
buildservice-autocommit accepted request 893794 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 14)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 892926 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- Update to version 0.6.1
  * Fine-grained kill signals - bottom defaulted to kill -15, but
    now, on Unix-based systems, you can directly choose which kill
    signal you want.
  * You can disable this feature if you want with the
    --disable_advanced_kill flag or config option, which will
    instead revert to the older style with just two options.
  * Scroll position indicator using --show_table_scroll_position.
  * Added Nord colour schemes. This can be enabled either in the
    config file or command line with color=nord or color=nord-light.
  * Add Ctrl-w and Ctrl-h shortcuts in search in order to delete a
    word or a character respectively.
  * Added mouse support for sorting process columns:
  * Added users as a column in the process widget.
buildservice-autocommit accepted request 877582 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 877389 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 11)
- Update to version 0.5.7
  * Fixes incorrect colours being used the CPU widget in basic
    mode.
  * Fixes hide_table_gap not working in the battery widget.
  * Fixes the sorting arrow disappearing in proc widget under
    some cases.
  * Fixes basic mode failing to report CPUs if there are less than
    4 entries to report.
- Update to version 0.5.6
  * Fixed temperature sensors not working at all on non-Linux
    platforms.
- Update to version 0.5.5
  * Fixed CPU graph colours not matching the legend in the "all"
    state.
- Update to version 0.5.4
  Changes
  * Removed the --debug option for now.
  Bug Fixes
  * Fixes a performance regression causing high memory and CPU
    usage over time.
  * Fixes process states not showing.
buildservice-autocommit accepted request 852559 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 851544 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- Update to version 0.5.3
  * Fixes custom battery colour levels being inverted.
- Update to version 0.5.2
  * Fixes hide_avg_cpu being inverted in config files.
- Update to version 0.5.1
  * Patch for some bugs that were spotted in the 0.5.0 release.
- Update to version 0.5.0
  Features
  * Adaptive network graphs: the network widget's y-axis will now
    adjust based on your current usage.
  * Mouse support for tables and moving to widgets.
  * The ability to hide specific temperature and disk entries
    via config.
  * Added a tree mode, you can access this with the t key.
  * A simple indicator for when data updating is frozen.
  * Built-in colour themes.
  Changes
  * Updated help descriptions, added auto-complete generation.
  * Changed how we do battery theming. We now only set high,
    medium, and low colours and we deal with the ratios.
  Bug Fixes
  * Fixes a bug where you could move down in the process widget
    even if the process widget search was closed.
  * Add labels to Linux temperature values.
  * Implements sorting by count. It previously did absolutely
    nothing.
  * Fix being able to cause an index out-of-bounds by resizing to
    a smaller terminal just after the program got the terminal
    size, but right before the terminal started drawing.
  * Fixed not clearing screen before drawing, which caused issues
buildservice-autocommit accepted request 830698 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 830598 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- Update to version 0.4.7
  * Just a single bug fix, where searching by command name was
    broken.
- Update to version 0.4.6
  * Minor update, with some bug fixes, changes, and new features.
    Most of the work done was refactoring and updating old, weird
    code.
  Features
  * Allow using P to toggle between the processes' base name and
    the processes' full name
  * Added sorting capabilities for any column. Using s will open
    up a menu allowing you to select which column you want to sort
    by.
  * Added I to invert the current process sort.
  * Added the ability to toggle between mem% and actual memory
    values by using % in the process widget:
  * Support searching processes by state (i.e. state=sleeping).
  * Added WASD as an alternative method to moving between widgets.
  * Made e also escape expanded widgets (so e expands, then
    pressing e again will shrink the widget, like if you had pressed
    ESC).
  Changes
  * Dropped MSRV (for now), mainly supporting stable and newer
    versions of Rust.
  Bug fixes
  * Fixed bug in basic mode where the battery widget was placed
    incorrectly.
  * Fixed a bug caused by hitting Enter when a process kill fails,
    breaking future process kills.
  * Fix bug caused by incorrectly reading the /proc/{pid}/stats file.
buildservice-autocommit accepted request 806113 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 805772 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Update to version 0.4.3
  * Minor update to update a dependency to avoid an overflow.
Displaying revisions 21 - 40 of 44
openSUSE Build Service is sponsored by