Skip to content

Commit b84e8e9

Browse files
committed
Bump Codestory CLI version to 0.1.12 and update changelog
1 parent bbd6352 commit b84e8e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

src/cst-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import AdmZip from "adm-zip";
66
import * as tar from "tar";
77
import { pipeline } from "stream/promises";
88

9-
const MINIMUM_CST_VERSION = "0.1.11";
9+
const MINIMUM_CST_VERSION = "0.1.12";
1010

1111
interface Asset {
1212
name: string;

0 commit comments

Comments
 (0)