meld:master commits
-
Merge branch 'vs-unstage-button' into 'main'
Add button "Unstage" to version control context menu See merge request !130
-
Reword the "Unstage" tooltip
This is difficult to phrase in a way that isn't very Git-specific, but I feel like this is slightly clearer.
-
Add NEW as a supported state for unstage
If a newly-added file has been staged, the unstage command is also the correct way to revert that change.
-
Add image for unstage button
While reusing icons like this isn't ideal, it's better than not having anything. We need to (possibly in a GTK 4 port) add an actual version control icon set.
-
Don't reset cursor to top of tree after folder rescan (#895)
There's no good reason to reset to the top of the tree if we've been passed a sub-tree to run the scan on; we can just use whatever tree path we've been given.
-
Update Ukrainian translation
-
Update Brazilian Portuguese translation
-
Implement stub file-changed handler in new-comparison tab (#899)
This caused a very round-about bug where file status was not updated in tabs that came after a new comparison tab.