github JetpackDuba/Gitnuro v1.2.1

latest releases: 1.4.0-RC01, 1.4.0-beta01, v1.3.1...
16 months ago

Fixes and improvements

Thanks to all the feedback from the users, this is a new release that includes multiple fixes to issues detected in the 1.2.0 release:

  • Added missing SSH support for submodules.
  • Enabled support by default for all supported formats by libssh (such as RSA).
  • Fixed crash on clicking "show password" button for SSH/GPG credentials.
  • Fixed size of text field in SSH/GPG credentials dialog to match the rest of the UI.
  • Added "show password" button to HttpAuthentication dialog.
  • Fixed scroll state behavior for commited changes:
    • Scrolls position (both for files and message) was not being reset when changing between commits.
    • Scrolls position was not preserved when swapping between tabs.
  • Fixed diff scroll position not resetting when selecting different files.
  • Temporary files are now always removed when closing the app instead of relying on the OS to do it.
  • Fixed KDE terminal not opening.
  • Added missing reference to LibSSH in the section of used libraries projects to create Gitnuro.
  • Flatpak, Homebrew and Windows builds updated to libssh 0.10.5.

MUST READ FOR LINUX (JAR) AND MAC (DMG) USERS

Both system require having LibSSH installed to use SSH authentication.

Debian/Ubuntu based distros: sudo apt install libssh-4 or sudo apt install libssh-dev.
Archlinux: pacman -S libssh
Fedora: dnf install libssh-devel
OpenSUSE: zypper install libssh-devel

MacOS: brew install libssh

This steps is not required for users that install Gitnuro using Flatpak (Linux) or Homebrew (MacOS), as both versions already include the library. Windows versions also include this library already built.

Linux:

  • Available as Flatpak here or by running flatpak install --user com.jetpackduba.Gitnuro if you have Flatpak & Flathub already setup.
  • JAR file can be executed as a portable version (Requires JRE 17).

Windows:

  • Installable version.
  • Portable version.

MacOS:

  • ZIP which contains the app bundle.
  • Using hombrew: brew install jetpackduba/apps/gitnuro

Don't miss a new Gitnuro release

NewReleases is sending notifications on new releases.