Skip to content

Tags: gitbutlerapp/gitbutler

Tags

nightly/0.5.1068

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7574 from gitbutlerapp/fix-7559

Use issue-chooser when reporting issues through the menu (#7559)

release/0.14.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7567 from gitbutlerapp/dont-await-reload

Fix startup loop

nightly/0.5.1067

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7567 from gitbutlerapp/dont-await-reload

Fix startup loop

release/0.14.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7551 from H1ghBre4k3r/move-error-handling-to-writ…

…eClipboard

feat(clipboard): move the toast-handling into writeClipboard function

nightly/0.5.1066

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7551 from H1ghBre4k3r/move-error-handling-to-writ…

…eClipboard

feat(clipboard): move the toast-handling into writeClipboard function

nightly/0.5.1065

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7553 from gitbutlerapp/e-branch-135

unclog toilet mode

nightly/0.5.1064

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ui-update-inderdiff (#7541)

* wip

* fix `Select` component

* update interdiff bar and replace dropdown buttons menus with selects

* add reset button

* disable selected commit versions

* update `Select` min-width

nightly/0.5.1063

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7539 from gitbutlerapp/e-branch-125

redux: improvement to the select by IDs

nightly/0.5.1062

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7528 from gitbutlerapp/add-gitbutler-stack-depend…

…ency

New commit API: create snapshots

nightly/0.5.1061

Fix reactivity in v3

Accessing `.current` from a `Reactive` type inside a $derived statement leads to the function being called again
 anytime the value inside the reactive changes.