|
1 | 1 | { |
2 | 2 | "releases": { |
| 3 | + "2.1.2": [ |
| 4 | + "[Added] Syntax highlighting support for 20 more programming languages - #7217. Thanks @KennethSweezy!", |
| 5 | + "[Added] Kitty shell support for macOS - #5162", |
| 6 | + "[Added] Atom editor support on Windows for beta and nightly channels - #8010. Thanks @Rexogamer!", |
| 7 | + "[Fixed] File checkboxes and line selection in diffs are not disabled when committing - #3814 #5934. Thanks @HashimotoYT!", |
| 8 | + "[Fixed] Small images are scaled down too much in two-up image rendering - #7520", |
| 9 | + "[Fixed] Manual conflict resolution for binary files always chooses same version - #8059", |
| 10 | + "[Fixed] Branch pruner errors on \"orphaned\" branches - #7983", |
| 11 | + "[Fixed] Prevent CodeMirror search plugin from stealing registered global keyboard shortcuts - #8068", |
| 12 | + "[Fixed] Update embedded Git on Windows to remove erroneous errors - #8133", |
| 13 | + "[Fixed] Menu state not updated for macOS after performing some actions - #8055", |
| 14 | + "[Fixed] Error message could appear outside the boundary of its container - #7988", |
| 15 | + "[Fixed] Improved error handling when trying to rebase a ref that doesn't exist - #7881", |
| 16 | + "[Improved] Expand hover area on repository list items - #7910. Thanks @say25!", |
| 17 | + "[Improved] Always fast forward recent branches after fetch - #7761", |
| 18 | + "[Improved] Ensure recent branches are updated during remote interactions - #8081" |
| 19 | + ], |
3 | 20 | "2.1.2-beta2": ["[Fixed] Update embedded Git on Windows - #8133"], |
4 | 21 | "2.1.2-beta1": [ |
5 | 22 | "[Added] Option to hide whitespace in historical commits - #8045. Thanks @say25!", |
|
0 commit comments