File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## V0.1.11
22
33- Changed: Use vscode terminal shellIntegration to execute commands much more robustly
4- - Changed: Bump Codestory Cli version to 0.1.11
4+ - Changed: Bump Codestory Cli version to 0.1.12
5+ - Fix: Scroll bar for large commit messages
6+ - Fix: Truncate extremely long diff hunks
7+ - Fix: Improve caching of data to reduce redundant calls
8+ - Fix: Fix renames being shown as modifications
9+ - Fix: Use a temp git index to always use get a full working diff including untracked files
510
611## V0.1.10
712
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import AdmZip from "adm-zip";
66import * as tar from "tar" ;
77import { pipeline } from "stream/promises" ;
88
9- const MINIMUM_CST_VERSION = "0.1.11 " ;
9+ const MINIMUM_CST_VERSION = "0.1.12 " ;
1010
1111interface Asset {
1212 name : string ;
You can’t perform that action at this time.
0 commit comments