fork-dev / Tracker

Bug and issue tracker for Fork for Mac
495 stars 12 forks source link

Creating tag with keyboard only attaches it to the newest commit #2035

Closed SimJoSt closed 6 months ago

SimJoSt commented 6 months ago

Selecting a commit from "All commits" view and pressing the keyboard shortcut to create a tag SHIFT + COMMAND + T, brings up the tag creation modal. Entering a name for the tag and pressing ÈNTER, adds this new tag to the most current tag, instead of the selected one.

DanPristupov commented 6 months ago

Yes, that's how it works.

https://github.com/fork-dev/Tracker/issues/1596

https://github.com/fork-dev/Tracker/issues/1577

https://github.com/fork-dev/Tracker/issues/1165

https://github.com/fork-dev/Tracker/issues/128

SimJoSt commented 6 months ago

Thanks for pointing out the duplicate bug reports. My duplicate search before posting is normally more thorough. I'll follow the first one to track the progress on this.