v0.0.13
Immutable
release. Only release title and notes can be modified.
With this release we truly embrace TUI instead of simply replicating the Web view by implementing native scrolling instead of pagination. Now when there are more jobs that we can show on the screen — you will see a scrollbar, and scrolling down will automatically fetch more rows from Redis, never loading all the jobs at the same time. Magical experience!
Can you spot another new feature on the screenshot? Yes, we've got bulk actions (make sure you understand the limitations before using the --danger mode!)
Changelog
- 9a4509b: Added job retries to scheduled/retry/dead views (@kpumuk)
- 47406c3: Fixed light-blue metrics background being out of place on a dark theme (@kpumuk)
- f68b3cb: Refactored paginated views to lazy loading of the data (@kpumuk)
- 9a0af2d: Clamp all the things (math simplified) (@kpumuk)
- 2c5e903: Added g/G shortcuts to lazytable so that all views behave similarly (@kpumuk)
- f62ad37: Implemented 'all' actions on the queues - delete all, retry all, kill all (@kpumuk)
- e2634d1: Added dialog tests (@kpumuk)