This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
Releases: vfaronov/gunison
Releases · vfaronov/gunison
v0.2.0
- Squashing single-item folders — that is, displaying “dir1/file.txt” in one line when “dir1” contains only “file.txt” — is now optional. (Issue #4.) It can be toggled in the tree’s context menu. It is enabled by default when upgrading from 0.1.0, but disabled on new installations.
- Deleted files are now struck through and greyed out.
- Fixed viewing diff when a
PAGER
variable is set in the environment. - Fixed interrupting Unison on exit — no more hanging in a “killing Unison” state when network is lost.
- Changing a directory’s properties (permissions) no longer prevents Gunison from displaying it as a folder containing other files. The tree is structured the same whether or not the directory itself is changed. (Issue #4.)
- Action for a directory is now green (indicating that it has been modified) when any of its child actions are green, not all of them as before.