Skip to content

Commit

Permalink
release: v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 3, 2024
1 parent 72e54a0 commit 0e434d6
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.13.0 (3 Sep 2024)

* feat: os icon
* chore: update chobitsu

## 1.12.3 (29 Aug 2024)

* fix: target.js cdn attribute
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chii",
"version": "1.12.3",
"version": "1.13.0",
"description": "Chrome devtools framework",
"main": "./server/index.js",
"bin": {
Expand Down Expand Up @@ -42,17 +42,18 @@
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/eslint__js": "^8.42.3",
"chobitsu": "^1.7.0",
"chobitsu": "^1.7.1",
"css-loader": "^6.7.2",
"es-check": "^6.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"globals": "^15.6.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"luna-data-grid": "^0.4.0",
"luna-data-grid": "^0.6.0",
"ncp": "^2.0.0",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"terser": "^5.10.0",
"ts-loader": "^9.3.1",
"typescript": "^5.5.2",
Expand Down
11 changes: 3 additions & 8 deletions server/tpl/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
padding: 0 20px;
font-size: 13px;
font-family: Roboto;
min-width: 320px;
}
body.platform-windows {
font-family: 'Segoe UI', Tahoma, sans-serif;
}
body.platform-linux {
font-family: Roboto, Ubuntu, Arial, sans-serif;
}
a {
color: #1966d2;
}
Expand Down
6 changes: 6 additions & 0 deletions src/icon/android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/globe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e434d6

Please sign in to comment.