Skip to content

Commit dd8fbc2

Browse files
authored
Merge pull request keploy#9 from keploy/Akash-Singh04-release1.0.1
Akash singh04 release1.0.1
2 parents 62eebf2 + 5db7a33 commit dd8fbc2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1497
-20994
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ First Release for Vs Code Extension.
1010
- Record and Replay tests.
1111
- Support for GO, Java, Python, Node.
1212
- Previous TestRun History, available.
13-
- View and Edit Keploy Config File.
13+
- View and Edit Keploy Config File.
14+
15+
## [1.0.1]
16+
- Added Log file access incase of failed test cases and errors.
17+
- Added Consistent extension theme.
18+
- Added support for Menu commands for updating keploy, viewing keploy version, viewing docs, viewing latest version and viewing changelog

media/vscode.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
color: var(--vscode-foreground);
1212
font-size: var(--vscode-font-size);
1313
font-weight: var(--vscode-font-weight);
14-
font-family: var(--vscode-font-family);
14+
/* font-family: var(--vscode-font-family); */
1515
/* background-color: #090B10; */
1616
/* background-color: #141416; */
1717
background-color: var(--vscode-editor-background);
1818
}
19+
.baloo-2-custom {
20+
font-family: "Baloo 2", sans-serif;
21+
font-optical-sizing: auto;
22+
font-weight: 400; /* Example weight */
23+
font-style: normal;
24+
}
1925
button , select {
20-
background-color: var(--vscode-editor-background);
26+
background-color: #00163D;
2127
}
2228
ol,
2329
ul {
@@ -56,7 +62,8 @@
5662
outline: 1px solid transparent;
5763
outline-offset: 2px !important;
5864
color: var(--vscode-button-foreground);
59-
background: var(--vscode-button-background);
65+
/* background: var(--vscode-button-background); */
66+
background: #00163D;
6067
}
6168

6269
.secondaryDiv{

out/Config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/Config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/OneClickInstall.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/OneClickInstall.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)