This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().
Also, huge thank you to @desertwitch who went in and just crushed a handful of deadlocks.
Happy hacking!
Changelog
Bug fixes
- 62ca063: fix(key): windows: recognize function keys on Windows (#1405) (@aymanbagabas)
- 0f9cd5b: fix(panics): fix race condition and false nil error return (@desertwitch)
- a79ab3f: fix(tests): account for multiple p.Wait() (@desertwitch)
- 1b5fc27: fix: prevent deadlock on ctx cancel during msg processing (@desertwitch)
- aa7a240: fix: release p.Wait() on p.Kill() to prevent external deadlocks (@desertwitch)
- 1923181: fix: report only external ctx cancel as ctx error (@desertwitch)
- c56f776: fix: resolve race conditions caused by p.Kill() (@desertwitch)
Documentation updates
- 3797acb: docs(readme): fix header image mis-caching (@meowgorithm)
- 8508131: docs(readme): header art adjustments (@meowgorithm)
- b3150e1: docs(readme): update header art (@meowgorithm)
Other work
- b224818: ci(lint): fix all lint issues on
main
(#1342) (@andreynering) - 1a0062b: ci: fix lint issues (@andreynering)
- d0c4b65: ci: fix linting on windows-only files (#1361) (@andreynering)
- 0b18d1f: ci: sync dependabot config (#1403) (@charmcli)
- 0e49efb: ci: sync golangci-lint config (#1354) (@github-actions[bot])
- a46d16d: ci: sync golangci-lint config (#1379) (@github-actions[bot])
- 5a360c9: ci: sync golangci-lint config (#1394) (@github-actions[bot])
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.