Skip to content

Releases: cst8t/gitmun

v0.5.4

17 May 23:57
ad5b776

Choose a tag to compare

Fix files not being un-stageable on a new repo while doing first commit
Fix issue with GTK dialogue hanging when opening existing repo with native file picker (switching to using xdg portal over native gtk in tauri-dialog)

Full Changelog: v0.5.3...v0.5.4

v0.5.3

17 May 14:25
3f04c79

Choose a tag to compare

What’s New

Settings and usability

  • UI text size control is now available, with a cleaner slider control.
  • Settings window has been reorganised for easier navigation.
  • Row striping is now configurable to improve list scanning:
    • Off
    • Subtle
    • Strong

Theme improvements

  • Theme files are now editable, with expanded theme token support.
  • Font configuration has been improved, including bundled UI fonts.
  • Better light mode polish and improved list readability.
  • Improved dark mode file path contrast.

Updates

  • Added an experimental Microsoft Store update flow for MSIX installs.
  • This flow is disabled by default and intended for staged rollout/testing.

Stability and platform fixes

  • Linux rendering fallback logic has been tightened for improved runtime behaviour.
  • Potential fix for Windows window-drag handling.
  • OBS packaging fixes for protobuf-c dependency resolution on Fedora Rawhide.

Full Changelog: v0.4.5...v0.5.3

v0.5.2

17 May 01:34
d71bed6

Choose a tag to compare

v0.5.2 Pre-release
Pre-release

Full Changelog: v0.5.1...v0.5.2

v0.5.1

16 May 23:22
a329a7b

Choose a tag to compare

fix(windows): annotate store update result type in callback

v0.5.0

16 May 20:47
1e3e034

Choose a tag to compare

v0.5.0 Pre-release
Pre-release
Release v0.5.0 (#27)

* feat(settings): add UI text scaling

* style: improve dark file path readability

* feat(settings): swap the drop down for text sizing to a slider (looks better I think)

* refactor(settings): group application and git settings better

* fix(windows): potential fix for windows-specific window drag issue

* feat: enable commit message spell checking

* feat(MSIX): add an experimental "Update with Microsoft Store" popup that can trigger updates via the Microsoft Store (disabled by default for now)

* style(theme): use Inter as UI font

* fix(theme): bundle UI fonts locally

* fix(obs): add explicit protobuf-c BuildRequires to resolve libprotobuf-c.so.1 provider ambiguity on Fedora Rawhide

* feat(theme): support editable theme files and improve light mode

* fix(obs): add explicit protobuf-c BuildRequires to local-npm-registry spec for Fedora Rawhide

* feat(theme): support configurable fonts and improve list readability

* fix(linux): narrow software rendering fallback

* feat(settings): add configurable row striping

v0.4.5

10 May 02:52
d74aac2

Choose a tag to compare

Full Changelog: v0.4.4...v0.4.5

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