|
1 | | -### v1.1.1 - 2022-06-09 |
2 | | - |
3 | | -Bug fix release |
4 | | - |
5 | | -#### Added |
6 | | -* Distinguish between commit author and committer |
7 | | -* Show image preview also for deleted files |
8 | | -* Official macOS release |
9 | | -* Show which kind of merge conflict occurred for each conflict |
10 | | - |
11 | | -#### Changed |
12 | | -* Fix single line staging if not all hunks are loaded |
13 | | -* Fix cherrypick commit author |
14 | | -* Fix segmentation fault if submodule update fails |
15 | | -* Fix line staging with windows new lines |
16 | | -* Show first change in the diff view when loading |
17 | | -* Improved windows icon |
18 | | - |
19 | | ----- |
20 | | - |
21 | | -### v1.1.0 - 2022-04-30 |
22 | | - |
23 | | -Second release of Gittyup |
24 | | - |
25 | | -#### Added |
26 | | -* Button to directly access the terminal and the filebrowser |
27 | | -* Add support for running in single instance mode |
28 | | -* Customizable hotkeys |
29 | | -* Quick commit author overriding |
30 | | -* keyboard-interactive SSH auth |
31 | | -* Improved single line staging and replacing staging image to a more appropriate one |
32 | | -* Font customizing |
33 | | -* Options to switch between staging/unstaging treeview, single tree view and list view |
34 | | -* Do not automatically abort rebase if conflicts occur |
35 | | -* Add possibility to save file of any version on local system |
36 | | -* Add possibility to open a file of any version with default editor |
37 | | - |
38 | | ----- |
39 | | - |
40 | | -### v1.0.0 - 2021-11-18 |
41 | | - |
42 | | -First version of the GitAhead Fork Gittyup |
43 | | - |
44 | | -#### Added |
45 | | -* Staging of single lines |
46 | | -* Double tree view: Seeing staged and unstaged changes in different trees. |
47 | | -* Maximize History or Diff view by pressing Ctrl+M |
48 | | -* Ignore Pattern: Ability to ignore all files defined by a pattern instead of only one file |
49 | | -* Tag Viewer: When creating a new tag all available tags are visible. Makes it easier to create consistent tags. |
50 | | -* Commit Message template: Making it easier to write template based commit messages. |
51 | | - |
52 | | ----- |
| 1 | +### v1.2.0 - 2022-10-28 |
| 2 | + |
| 3 | +Bug fix and feature release |
| 4 | + |
| 5 | +#### Added |
| 6 | +* Add support for solving merge conflicts for whole files |
| 7 | +* Solving binary conflicts directly in Gittyup |
| 8 | +* Support rebasing with conflict solving |
| 9 | +* Implement amending commits |
| 10 | +* Possibility to init submodules after clone (Settings - General - Update submodules after pull and clone) |
| 11 | +* Hiding menu bar (Application Settings - Window - Hide Menubar) |
| 12 | +* Implement support for Gitea instances |
| 13 | + |
| 14 | +#### Changed |
| 15 | +* Fix Segmentation fault when using space to stage files |
| 16 | +* Fix menubar color in dark theme |
| 17 | +* Filter only branches, tags, remotes attached to selected commit |
| 18 | +* Fix crash when global GIT config is invalid |
| 19 | +* Fix crash when having errors while adding a remote account |
| 20 | +* Fix updater on windows, macos and linux (flatpak) |
| 21 | +* Fix discarding file leading to discarding submodule changes |
| 22 | +* Fix rebase log messages during rebase |
| 23 | +* Improve SSH config handling |
| 24 | +* Application settings and repository settings can now be selected with a single settings button |
| 25 | +* Use the full file context menu for the staging file list |
| 26 | +* Fix Arch Linux build |
| 27 | + |
| 28 | +---- |
| 29 | + |
| 30 | +### v1.1.2 - 2022-08-12 |
| 31 | + |
| 32 | +Bug fix release |
| 33 | + |
| 34 | +#### Changed |
| 35 | + |
| 36 | +* Fix bundled OpenSSL version incompatibility |
| 37 | + |
| 38 | +---- |
| 39 | + |
| 40 | +### v1.1.1 - 2022-06-09 |
| 41 | + |
| 42 | +Bug fix release |
| 43 | + |
| 44 | +#### Added |
| 45 | +* Distinguish between commit author and committer |
| 46 | +* Show image preview also for deleted files |
| 47 | +* Official macOS release |
| 48 | +* Show which kind of merge conflict occurred for each conflict |
| 49 | + |
| 50 | +#### Changed |
| 51 | +* Fix single line staging if not all hunks are loaded |
| 52 | +* Fix cherrypick commit author |
| 53 | +* Fix segmentation fault if submodule update fails |
| 54 | +* Fix line staging with windows new lines |
| 55 | +* Show first change in the diff view when loading |
| 56 | +* Improved windows icon |
| 57 | + |
| 58 | +---- |
| 59 | + |
| 60 | +### v1.1.0 - 2022-04-30 |
| 61 | + |
| 62 | +Second release of Gittyup |
| 63 | + |
| 64 | +#### Added |
| 65 | +* Button to directly access the terminal and the filebrowser |
| 66 | +* Add support for running in single instance mode |
| 67 | +* Customizable hotkeys |
| 68 | +* Quick commit author overriding |
| 69 | +* keyboard-interactive SSH auth |
| 70 | +* Improved single line staging and replacing staging image to a more appropriate one |
| 71 | +* Font customizing |
| 72 | +* Options to switch between staging/unstaging treeview, single tree view and list view |
| 73 | +* Do not automatically abort rebase if conflicts occur |
| 74 | +* Add possibility to save file of any version on local system |
| 75 | +* Add possibility to open a file of any version with default editor |
| 76 | + |
| 77 | +---- |
| 78 | + |
| 79 | +### v1.0.0 - 2021-11-18 |
| 80 | + |
| 81 | +First version of the GitAhead Fork Gittyup |
| 82 | + |
| 83 | +#### Added |
| 84 | +* Staging of single lines |
| 85 | +* Double tree view: Seeing staged and unstaged changes in different trees. |
| 86 | +* Maximize History or Diff view by pressing Ctrl+M |
| 87 | +* Ignore Pattern: Ability to ignore all files defined by a pattern instead of only one file |
| 88 | +* Tag Viewer: When creating a new tag all available tags are visible. Makes it easier to create consistent tags. |
| 89 | +* Commit Message template: Making it easier to write template based commit messages. |
| 90 | + |
| 91 | +---- |
0 commit comments