Skip to content
v22.05.04

This version brings in-line comments, support for blocking threads and
improved UI. It contains a major rewrite of text rendering and cursor
handling.

News:
- [new] In-line commenting, including on code lines, with blocking
  threads support.
- [new] You can run Revumatic without parameters.
- [new] Configuration UI.
- [new] History of user actions.
- [new] Multiple Revumatic instances can be run in parallel.
- [new] Ctrl+t allows inserting the list of missing fixes to the current
  comment.
- [new] Fetch upstream commits from git.kernel.org if not available
  locally nor in Kerneloscope.
- [new] Optionally keep MR on the TODO list after commenting.
- [new] MRs can be added to the TODO list directly from any MR list.
- [improvement] Diffstat has a dynamic width now.
- [improvement] Recognizing more error labels.
- [improvement] Tabs are behaving sanely now. Especially visible on
  copy/paste.
- [improvement] Cursor movement is consistent and sane now.
- [improvement] Major speed up of rendering.
- [improvement] Updated recognition of Unicode fullwidth characters (two
- [change] Vertically split diff view got removed. Only side by side
  comparison is supported now.
- [change] Tab no longer works to switch focus in side by side
  comparison. Use cursor keys instead.
- [fix] Sync the accepted format of tags with what webhooks do.