Skip to content

Releases: cst8t/gitmun

v0.4.5

10 May 02:52
d74aac2

Choose a tag to compare

v0.4.4

10 May 01:44
7e9d679

Choose a tag to compare

v0.4.4 Pre-release
Pre-release

What's Changed

Other changes

Full Changelog: v0.4.3...v0.4.4

v0.4.3

07 May 00:32
6622cd6

Choose a tag to compare

What's Changed

fix: open config location button not working

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 May 22:34
41382a0

Choose a tag to compare

What's Changed

  • Fixed GPG verification/signing on Microsoft Store installs by detecting GPG from Git for Windows and
    common GnuPG install locations when it is not available on PATH.
  • Added Git settings for manually choosing the Git executable and GPG executable, with native file pickers.
  • Added Git version detection in Settings so the active Git binary is visible.
  • Added reset support for the Git executable override to return to automatic Git detection.
  • Avoided rewriting global Git config values when Settings is saved and nothing has changed.
  • Fixed the config file path shown in Settings for Microsoft Store installs, including an open-folder button
    for the real redirected config location.
  • Fixed commit history ordering when using gix so merge histories match git log ordering.
  • Fixed Microsoft Store/MSIX attributions packaging so the attributions window opens the generated
    attributions page.
  • Updated Microsoft Store/MSIX package icons with the new square icon assets.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

04 May 21:10
0a9b3ba

Choose a tag to compare

What's Changed

Other changes

  • Switch config to toml by @cst8t in #24
  • Fixes to comply with Microsoft Store rules (Now bundles MinGit for MSIX package)
  • feat: gate commit-and-push on upstream tracking status and improve pane layout defaults
  • Few QoL fixes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 May 22:03
4e9e664

Choose a tag to compare

What's Changed

  • feat: add multi-window support (finally) by @cst8t in #22
    This means you can finally have as many instances of Gitmun open for as many projects as you want (as long as your computer can handle it)

  • feat: add i18next localisation by @cst8t in #23
    This should set things up nicely for when a Weblate instance is setup for crowd sourced translations.

Full Changelog: v0.3.3...v0.4.0

v0.3.3

30 Apr 20:28
518bd5a

Choose a tag to compare

What's Changed

Other changes

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Apr 21:27
45b03cb

Choose a tag to compare

What's Changed

Other changes

  • feat(installer): add support for an msi (wix-based) installer by @cst8t in #18
  • fix(linux): ensure meld is handled correctly on linux
  • fix(dialogue): fix select dropdown menu theming

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Apr 21:15
8083213

Choose a tag to compare

Features:

  • Add a commit and push option to the commit button

Fixes:

  • Fix the stash name not showing properly in dialogue boxes
  • Ensure fetch is ran before the pull analysis on a failed push due to upstream changes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Apr 22:19
bf336c1

Choose a tag to compare

What's Changed

Maintenance

  • chore(deps): bump rustls-webpki from 0.103.10 to 0.103.12 in /src-tauri in the cargo group across 1 directory by @dependabot[bot] in #17

Other changes

Full Changelog: v0.2.7...v0.3.0