Tags

Postings

  • SmartGit 20.1 preview 9

    This SmartGit 20.1 preview fixed a regression introduced in preview 8, and comes with other minor fixes and improvements.

  • Spell-checking for languages other than US-English

    SmartGit and SmartSVN by default come with a US-English dictionary. To use spell-checking for other languages, you can use, e.g. LibreOffice dictionaries. Please rename the .oxt file extension to .zip and unpack the *.aff and *.dic files into the same directory of your choice. Now you can create a new dictionary in the SmartGit or SmartSVN preferences by selecting the *.dic file.

  • SmartSynchronize 4.1 preview 3

    A new preview release for the upcoming SmartSynchronize 4.1 is available.

  • SmartGit 20.1 preview 8

    This SmartGit 20.1 preview comes with improved performance (especially when using Git 2.25) and many more improvements and fixes.

  • SmartGit 19.1.6

    This release is a typical bugfix release. We recommend to update.

  • SmartGit 20.1 preview 7

    This SmartGit 20.1 preview comes with rewritten, faster Blame, rewritten auto update and many more improvements and fixes.

  • SmartSynchronize 4.1 preview 2

    A new preview release for the upcoming SmartSynchronize 4.1 is available.

  • SmartGit 20.1 preview 6

    This SmartGit 20.1 preview build fixes a regression where cherry-picked commits could change their order.

  • SmartGit 20.1 preview 5

    SmartGit 19.2 preview has been renamed to 20.1 preview. This SmartGit 20.1 preview build concentrates on further improving the existing features and fixes a couple of bugs.

  • SmartGit 19.1.5

    This release is a typical bugfix release. We recommend to update.

  • SmartGit 19.2 preview 4

    This SmartGit 19.2 preview build concentrates on further improving the existing features and fixes a couple of bugs.

  • SmartSynchronize 4.1 preview 1

    The first public build of SmartSynchronize 4.1 is available for download.

  • SmartGit 19.2 preview 3

    This SmartGit 19.2 preview build concentrates on further improving the display of index/working tree changes and fixes a couple of bugs.

  • SmartSynchronize 4.0.3

    This release fixes a few bugs. We recommend to update.

  • Log Graph/Journal: tweak display

    Did you know that you can tweak the display using the options that you can find in the “hamburger” menu, e.g. whether to show the author fully or just the initials?

  • SmartGit 19.2 preview 2

    This SmartGit 19.2 preview build improves the display of index/working tree changes and hence the stage/commit work flow.

  • SmartGit 19.1.4

    This release comes with a couple of bugfixes and a few tiny improvements. We recommend to update.

  • SmartGit 19.2 preview started

    The first public build of SmartGit 19.2 is available for download.

  • SmartSVN 12 preview 3

    This SmartSVN 12 preview build comes with several improvements and a few bug fixes.

  • SmartSynchronize 4.0.2

    This release comes with some improvements and fixes a few bugs. We recommend to update.

  • SmartGit 19.1.3

    This release fixes a couple of bugs, especially one on Windows where the bundles JRE 11 could not be recognized because of some JAVA-specific environment variables. We recommend to update.

  • Linux: don't like autohiding scrollbars?

    If you are a Linux user which has problems with autohiding scrollbars that make it hard to select the last item in a table, tree or text control, you should try to set the environment variable GTK_OVERLAY_SCROLLING to 0 before launching the application. For SmartGit, open bin/smartgit.sh in a text editor and add the line

  • SmartGit 19.1.2

    This release fixes a couple of bugs. We recommend to update.

  • SmartGit 19.1 and non-default theme on macOS 10.14

    By default, SmartGit 19.1 should follow the system light/dark theme (the Theme-option “Automatic select light/dark (recommended)” is selected). If, for whatever reason, you want to see a dark SmartGit on a light system (or visa versa) like you did in SmartGit 18.2, select the light or dark system independent theme option. Without any further changes, this will cause a couple of visual glitches because of following issues between SWT and the new used macOS API: bugs.eclipse.org/bugs/show_bug.cgi?id=549046 bugs.eclipse.org/bugs/show_bug.cgi?id=549174

  • SmartGit 19.1's auto-stashing of untracked files

    A couple of users have complained about changes to the auto-stashing behavior in version 19.1 (compared to 18.2): for various history-related operations (like reordering, squashing of splitting commits), SmartGit 19.1 is now requiring a clean working tree where SmartGit 18.2 did not and also Git command line does not.