Commit Graph

213 Commits

Author SHA1 Message Date
github-actions[bot]
842c96ca87
chore(main): release 1.97.0 (#229)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 12:41:24 +08:00
github-actions[bot]
4a52947f24
chore(main): release 1.96.0 (#228)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 03:34:19 +08:00
github-actions[bot]
58d90a90c8
chore(main): release 1.95.0 (#227)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 00:06:35 +08:00
github-actions[bot]
97ea63ca02
chore(main): release 1.94.0 (#226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 23:33:33 +08:00
kunish
e538f9d057
feat(connections): tag client source ip with name, closes #181 2023-09-16 23:31:40 +08:00
github-actions[bot]
b2aa3585c5
chore(main): release 1.93.2 (#225)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 15:58:48 +08:00
dependabot[bot]
492f6bd582
chore(deps): bump @tanstack/solid-table from 8.9.9 to 8.9.11 (#222)
Bumps [@tanstack/solid-table](https://github.com/tanstack/table) from 8.9.9 to 8.9.11.
- [Release notes](https://github.com/tanstack/table/releases)
- [Commits](https://github.com/tanstack/table/compare/v8.9.9...v8.9.11)

---
updated-dependencies:
- dependency-name: "@tanstack/solid-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-16 15:48:16 +08:00
dependabot[bot]
81f8c5af55
chore(deps): bump @types/node from 20.6.0 to 20.6.1 (#223)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-16 15:48:08 +08:00
github-actions[bot]
d4ac016294
chore(main): release 1.93.1 (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 14:29:56 +08:00
github-actions[bot]
fa9ea90bce
chore(main): release 1.93.0 (#221)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 02:51:29 +08:00
github-actions[bot]
3bc8b525d6
chore(main): release 1.92.0 (#220)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 01:30:34 +08:00
dependabot[bot]
65be97b937
chore(deps): bump @types/uuid from 9.0.3 to 9.0.4 (#219)
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-16 00:26:09 +08:00
github-actions[bot]
931a7fb17a
chore(main): release 1.91.0 (#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 00:25:54 +08:00
kunish
6743ebde8f
feat(rules): renderInTwoColumns 2023-09-16 00:17:41 +08:00
kunish
d7932a8f28
chore(package.json): add lint script 2023-09-14 17:01:54 +08:00
sdttttt
0026008178
[Feature] 添加日志等级设置 (#215)
* feat: Add LogLevel option.

* style: update debug log color.

* fix: code lint, constant extract, i18

* chore: Add prettierignore

* refactor: Remove LogType.

* fix(type err.): type err

* Update src/signals/request.ts

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* refactor: var name change.

* Update package.json

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

---------

Signed-off-by: sdttttt <Kaltsit@111.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-09-14 16:49:39 +08:00
dependabot[bot]
ea9f7c29e8
chore(deps): bump @tanstack/solid-table from 8.9.8 to 8.9.9 (#214) 2023-09-14 09:12:29 +08:00
dependabot[bot]
e97c46b77e
chore(deps): bump daisyui from 3.7.3 to 3.7.4 (#213) 2023-09-14 09:12:02 +08:00
github-actions[bot]
91632ab4f8
chore(main): release 1.90.0 (#212) 2023-09-14 00:51:38 +08:00
dependabot[bot]
716fc2e93c
chore(deps): bump uuid from 9.0.0 to 9.0.1 (#210)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 20:03:49 +08:00
github-actions[bot]
fd1153709e
chore(main): release 1.89.0 (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-12 21:34:45 +08:00
dependabot[bot]
4e4f2f85c0
chore(deps): bump @fontsource/fira-sans from 5.0.11 to 5.0.12 (#205) 2023-09-12 13:05:33 +08:00
dependabot[bot]
b8108ea314
chore(deps): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 (#206) 2023-09-12 09:40:05 +08:00
dependabot[bot]
c2540e114c
chore(deps): bump @tanstack/solid-table from 8.9.7 to 8.9.8 (#204) 2023-09-12 09:10:47 +08:00
dependabot[bot]
483dcca2a8
chore(deps): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 (#203) 2023-09-12 08:55:57 +08:00
github-actions[bot]
c6f9337241
chore(main): release 1.88.1 (#199)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 20:33:43 +08:00
github-actions[bot]
ee5f25a061
chore(main): release 1.88.0 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 20:27:38 +08:00
kunish
07f461f110
feat(connections): use Index instead of key 2023-09-10 18:47:01 +08:00
kunish
9a144e882d
feat(connections): fuzzy filter 2023-09-10 17:55:53 +08:00
github-actions[bot]
ab65140358
chore(main): release 1.87.0 (#197)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 16:47:28 +08:00
github-actions[bot]
fccc31a327
chore(main): release 1.86.1 (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 11:32:05 +08:00
github-actions[bot]
72dc346f0e
chore(main): release 1.86.0 (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 01:11:53 +08:00
kunish
e935aedfcf
feat(setup): prefix endpoint url with current url protocol if missing 2023-09-10 00:58:21 +08:00
github-actions[bot]
9180ff6512
chore(main): release 1.85.0 (#193)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-09 17:18:51 +08:00
dependabot[bot]
8fa51e5639
chore(deps): bump @types/node from 20.5.9 to 20.6.0 (#192)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.9 to 20.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 16:19:26 +08:00
dependabot[bot]
e6c78cf798
chore(deps): bump vite-plugin-pwa from 0.16.4 to 0.16.5 (#189)
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.16.4 to 0.16.5.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.16.4...v0.16.5)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 12:51:37 +08:00
dependabot[bot]
1fd1925849
chore(deps): bump eslint from 8.48.0 to 8.49.0 (#191) 2023-09-09 11:34:32 +08:00
dependabot[bot]
cda02bdeff
chore(deps): bump @solid-primitives/resize-observer (#190) 2023-09-09 11:15:18 +08:00
github-actions[bot]
2fdf559709
chore(main): release 1.84.0 (#186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-09 03:50:52 +08:00
github-actions[bot]
4ce628cec0
chore(main): release 1.83.2 (#185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-08 15:38:39 +08:00
github-actions[bot]
e4021bbe47
chore(main): release 1.83.1 (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-08 14:04:57 +08:00
github-actions[bot]
b7b9688c9e
chore(main): release 1.83.0 (#183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-08 13:48:44 +08:00
dependabot[bot]
654a07fa9d
chore(deps): bump @tabler/icons-solidjs from 2.33.0 to 2.34.0 (#182) 2023-09-08 09:10:46 +08:00
github-actions[bot]
beb824456f
chore(main): release 1.82.0 (#177) 2023-09-07 20:54:10 +08:00
github-actions[bot]
0cb0109d43
chore(main): release 1.81.1 (#176)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-07 19:43:32 +08:00
github-actions[bot]
d9cfa14cd3
chore(main): release 1.81.0 (#172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-07 15:18:37 +08:00
github-actions[bot]
3f22a48e00
chore(main): release 1.80.0 (#171)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-07 14:33:43 +08:00
github-actions[bot]
1471e02158
chore(main): release 1.79.0 (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-07 13:25:52 +08:00
dependabot[bot]
0512664ccf
chore(deps): bump daisyui from 3.6.5 to 3.7.3 (#167) 2023-09-07 09:41:11 +08:00
dependabot[bot]
c4270beb4f
chore(deps): bump @tanstack/solid-table from 8.9.3 to 8.9.7 (#166) 2023-09-07 09:38:14 +08:00