Added
- "New inserted parent" menu item (thanks to @brk).
- Squash sub-file hunks from the right pane (thanks to @nightscape).
- Restore sub-file hunks in the same way as changes.
- Show recent workspaces if opening a workspace failed (thanks to @Natural-selection1).
- Change and commit ID can be selected for copying.
Fixed
- Fix overscroll on MacOS (thanks to @mernen).
- Compress path and action info when window is too narrow (thanks to @Natural-selection1).
- Use from_utf8_lossy to prevent invalid utf-8 sequence errors (thanks to @jmole).
- Enabled LTO for release builds, smaller and faster binary (thanks to @berkus).