Skip to content

Commit 79c3613

Browse files
authored
chore: Release v2.0.0-beta.3 (#356)
* fix: fix cover dirs * chore: add changelog for v2.0.0-beta.3 * chore: set clear interval for local dev
1 parent 6c61f54 commit 79c3613

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export VITE_WASM_BASE_URL=/wasm
3636

3737
.PHONY:run
3838
run:
39-
@GOROOT=$(GOROOT) $(GO) run $(PKG) \
39+
@GOROOT=$(GOROOT) APP_CLEAN_INTERVAL=10h $(GO) run $(PKG) \
4040
-f ./data/packages.json \
4141
-static-dir="$(UI)/build" \
4242
-gtag-id="$(GTAG)" \

tools/cover.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
./internal/builder/...
22
./internal/analyzer/...
33
./pkg/goplay/...
4-
./internal/langserver/webutil
4+
./internal/server/webutil
55
./pkg/util/...

web/src/changelog.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
{
2-
"Interface - Terminal": [
2+
"Go - General": [
33
{
4-
"issueId": 303,
5-
"url": "/pull/303",
6-
"description": "Support terminal sequences and colored output"
4+
"issueId": 324,
5+
"url": "issues/324",
6+
"description": "Add workaround for Playground API unit tests bug"
7+
}
8+
],
9+
"Go - WebAssembly": [
10+
{
11+
"issueId": 348,
12+
"url": "/issues/348",
13+
"description": "Disable Yaegi Go interpreter"
14+
}
15+
],
16+
"Interface - General": [
17+
{
18+
"issueId": 354,
19+
"url": "pull/354",
20+
"description": "Add file deletion confirm dialog"
721
},
822
{
9-
"issueId": 264,
10-
"url": "/issues/264",
11-
"description": "Cleanup output before run"
23+
"issueId": 347,
24+
"url": "pull/347",
25+
"description": "Add DarkReader extension support"
1226
},
1327
{
14-
"issueId": 267,
15-
"url": "/issues/267",
16-
"description": "Fix new line formatting in output"
28+
"issueId": 346,
29+
"url": "pull/346",
30+
"description": "Disable broken service worker"
1731
}
1832
]
1933
}

0 commit comments

Comments
 (0)