Skip to content

The progress release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 26 Mar 10:56
· 2543 commits to main since this release
5cc4ee3

The ProgressBar widget now has a much improved ETA calculation

[0.54.0] - 2023-03-26

Fixed

  • Fixed a crash in TextArea when undoing an edit to a selection the selection was made backwards #4301
  • Fixed issue with flickering scrollbars #4315
  • Fixed issue where narrow TextArea would repeatedly wrap due to scrollbar appearing/disappearing #4334
  • Fix progress bar ETA not updating when setting total reactive #4316

Changed

  • ProgressBar won't show ETA until there is at least one second of samples #4316
  • Input waits until an edit has been made, after entry to the widget, before offering a suggestion #4335