summaryrefslogtreecommitdiffstats
tag namev2.19.1 (3f04ad3d064bf6c115fb30b33006c5d93a78553c)
tag date2023-02-05 17:06:59 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit e6c10c5b31...
### Bug Fixes
- redraw window while gathering metadata in interactive mode. This fixes a by now long-standing issue with interactive mode only updating when keys are pressed, but not automatically. ### Commit Statistics - 6 commits contributed to the release over the course of 52 calendar days. - 53 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #143 ### Commit Details * **#143** - redraw window while gathering metadata in interactive mode. (fb5a39f) * **Uncategorized** - update dependencies (662e754) - Draw window before processing events, fixes #143 (d957a61) - update dependencies (f7de1ab) - create our own threadpool with minimal stack instead of using the global one. (7802985) - uprgade to latest `jwalk` version for more hang-safety (9bdf26a)