Commit Graph

316 Commits

Author SHA1 Message Date
github-actions[bot]
c6eceb3dcd
chore(main): release 1.98.1 (#233)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 14:56:39 +08:00
github-actions[bot]
802be4e426
chore(main): release 1.98.0 (#230)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 13:14:20 +08:00
kunish
3a23e99c26
feat(pwa): add pwa shortcut icon, closes #201 2023-09-17 13:10:53 +08:00
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
github-actions[bot]
df3d567477
chore(main): release 1.78.1 (#165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-07 00:17:06 +08:00
github-actions[bot]
b310b7d2ac
chore(main): release 1.78.0 (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 23:52:31 +08:00
github-actions[bot]
474d4da65d
chore(main): release 1.77.0 (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 22:50:22 +08:00
github-actions[bot]
aecbfbf36b
chore(main): release 1.76.1 (#161) 2023-09-06 20:42:09 +08:00
github-actions[bot]
5c09183b6f
chore(main): release 1.76.0 (#159) 2023-09-06 20:36:06 +08:00
github-actions[bot]
79ad0acfea
chore(main): release 1.75.1 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 14:28:55 +08:00
github-actions[bot]
79d2c09781
chore(main): release 1.75.0 (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 11:58:51 +08:00
github-actions[bot]
3bf39db149
chore(main): release 1.74.4 (#154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 11:43:14 +08:00
github-actions[bot]
6c1f49480d
chore(main): release 1.74.3 (#153)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 10:45:42 +08:00
github-actions[bot]
707e124e91
chore(main): release 1.74.2 (#152)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 10:38:26 +08:00
dependabot[bot]
986e8c2632
chore(deps): bump @types/lodash from 4.14.197 to 4.14.198 (#148)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.197 to 4.14.198.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  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-06 10:27:06 +08:00
dependabot[bot]
656ece7188
chore(deps): bump @tabler/icons-solidjs from 2.32.0 to 2.33.0 (#149)
Bumps [@tabler/icons-solidjs](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-solidjs) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.33.0/packages/icons-solidjs)

---
updated-dependencies:
- dependency-name: "@tabler/icons-solidjs"
  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-06 10:25:58 +08:00
dependabot[bot]
d1287626d8
chore(deps): bump ky from 1.0.0 to 1.0.1 (#147)
Bumps [ky](https://github.com/sindresorhus/ky) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: ky
  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-06 10:23:20 +08:00
github-actions[bot]
011bbe4b1e
chore(main): release 1.74.1 (#146)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 03:09:15 +08:00
github-actions[bot]
d7386fc0ca
chore(main): release 1.74.0 (#145)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 03:00:50 +08:00
github-actions[bot]
76b799bbc1
chore(main): release 1.73.0 (#144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 02:43:04 +08:00
github-actions[bot]
26b9658ea7
chore(main): release 1.72.1 (#143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 02:18:47 +08:00
github-actions[bot]
b085cc059d
chore(main): release 1.72.0 (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 01:21:42 +08:00
github-actions[bot]
677ecda408
chore(main): release 1.71.0 (#141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 00:16:38 +08:00
github-actions[bot]
b9184d2670
chore(main): release 1.70.0 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 22:34:22 +08:00
github-actions[bot]
2b46e5fbb2
chore(main): release 1.69.0 (#139)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 21:50:18 +08:00
github-actions[bot]
949215bb8e
chore(main): release 1.68.0 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 18:21:17 +08:00
Zephyruso
37738553f9 refactor: use window size 2023-09-05 16:25:10 +08:00
github-actions[bot]
6cd9ee74ba
chore(main): release 1.67.5 (#137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 14:16:06 +08:00
github-actions[bot]
16845682e9
chore(main): release 1.67.4 (#136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 14:07:22 +08:00
github-actions[bot]
536cae1943
chore(main): release 1.67.3 (#135) 2023-09-05 13:41:04 +08:00
dependabot[bot]
677f3ff042
chore(deps): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 (#133)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-05 10:37:01 +08:00
dependabot[bot]
5e7ad78556
chore(deps): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 (#132)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-05 10:35:19 +08:00
dependabot[bot]
a76839b17e
chore(deps): bump @types/node from 20.5.8 to 20.5.9 (#130)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.8 to 20.5.9.
- [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-05 10:33:25 +08:00
dependabot[bot]
13123a27e3
chore(deps): bump daisyui from 3.6.4 to 3.6.5 (#131)
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.6.4 to 3.6.5.
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v3.6.4...v3.6.5)

---
updated-dependencies:
- dependency-name: daisyui
  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-05 10:32:04 +08:00
github-actions[bot]
1e62976ff2
chore(main): release 1.67.2 (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 03:12:40 +08:00
github-actions[bot]
bfbfbe1df9
chore(main): release 1.67.1 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 03:10:05 +08:00
github-actions[bot]
4a824f1203
chore(main): release 1.67.0 (#127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 02:59:49 +08:00
github-actions[bot]
a12fb8a6a9
chore(main): release 1.66.0 (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 02:21:17 +08:00
kunish
9840141bce
feat: add safe area paddings 2023-09-05 02:15:37 +08:00
github-actions[bot]
9973c2042c
chore(main): release 1.65.0 (#125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 00:48:24 +08:00
github-actions[bot]
dac920a8c1
chore(main): release 1.64.0 (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-05 00:21:51 +08:00
github-actions[bot]
c9f696597e
Merge pull request #123
* chore(main): release 1.63.0
2023-09-05 00:07:59 +08:00
github-actions[bot]
89c060d825
chore(main): release 1.62.0 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 23:36:43 +08:00
github-actions[bot]
b5d0ef9f83
chore(main): release 1.61.0 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 19:32:55 +08:00
github-actions[bot]
9d7f08c01b
chore(main): release 1.60.3 (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 15:00:09 +08:00
github-actions[bot]
738c235091
chore(main): release 1.60.2 (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 13:41:45 +08:00
github-actions[bot]
af3b421a71
chore(main): release 1.60.1 (#118)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-04 01:15:01 +08:00
github-actions[bot]
bf340e2127
chore(main): release 1.60.0 (#117)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 22:23:20 +08:00
github-actions[bot]
aff1fc56a2
chore(main): release 1.59.1 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 22:01:43 +08:00
github-actions[bot]
25817634a3
chore(main): release 1.59.0 (#115)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 18:18:02 +08:00
kunish
1765adacda
feat: display current version 2023-09-03 18:16:09 +08:00
github-actions[bot]
39857d9213
chore(main): release 1.58.0 (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 17:37:46 +08:00
kunish
58afb5fce2
feat(connections): copy to clipboard on right click 2023-09-03 17:32:08 +08:00
github-actions[bot]
ff20537b96
chore(main): release 1.57.3 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-09-03 16:37:30 +08:00
kunish
f5e35ca5d6
chore: add eslint to enforce code quality 2023-09-03 15:30:56 +08:00
github-actions[bot]
91ea3e758a
chore(main): release 1.57.2 (#112) 2023-09-03 14:36:37 +08:00
github-actions[bot]
60fb44156c
chore(main): release 1.57.1 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 06:38:31 +08:00
github-actions[bot]
5c705efedb
chore(main): release 1.57.0 (#110)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 06:18:57 +08:00
github-actions[bot]
d3b0b42365
chore(main): release 1.56.0 (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 06:10:07 +08:00
kunish
b3c1bde4c2
chore: drop dependency immer 2023-09-03 05:44:46 +08:00
kunish
635b8ba966
feat(proxies): sortProxiesByOrderingType 2023-09-03 05:40:49 +08:00
github-actions[bot]
c9ec575437
chore(main): release 1.55.0 (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 03:57:15 +08:00
kunish
461488c19f
refactor: update project source code layout 2023-09-03 03:26:29 +08:00
github-actions[bot]
0d46d1df19
chore(main): release 1.54.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-09-03 02:23:43 +08:00
kunish
8e5654332d
feat: add buttons - updateGEODatabases, restart, upgrade 2023-09-03 02:18:05 +08:00
github-actions[bot]
ba8e712d0b
chore(main): release 1.53.0 (#106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-03 00:39:19 +08:00
github-actions[bot]
93bf6e01ed
chore(main): release 1.52.1 (#105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 20:39:40 +08:00
github-actions[bot]
8d46254bcf
chore(main): release 1.52.0 (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 19:09:05 +08:00
github-actions[bot]
28c0b1dc42
chore(main): release 1.51.1 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 18:43:51 +08:00
github-actions[bot]
0b50bcdf51
chore(main): release 1.51.0 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 17:59:02 +08:00
github-actions[bot]
d7fb0b41ef
chore(main): release 1.50.0 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 17:04:55 +08:00
github-actions[bot]
78ecf12306
chore(main): release 1.49.0 (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 16:04:39 +08:00
github-actions[bot]
6e24dd8e4d
chore(main): release 1.48.0 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 15:47:23 +08:00
github-actions[bot]
9149a56300
chore(main): release 1.47.0 (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 15:16:47 +08:00
github-actions[bot]
40ae24f5fe
chore(main): release 1.46.0 (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 15:07:01 +08:00
github-actions[bot]
bfb1c12819
chore(main): release 1.45.2 (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 14:14:22 +08:00
github-actions[bot]
36eec7a883
chore(main): release 1.45.1 (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 14:04:54 +08:00
github-actions[bot]
d873ccbf69
chore(main): release 1.45.0 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 13:59:21 +08:00
github-actions[bot]
281bf45789
chore(main): release 1.44.1 (#91)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 12:38:45 +08:00
github-actions[bot]
5952425621
chore(main): release 1.44.0 (#90)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 12:08:43 +08:00
github-actions[bot]
f9c63d6e85
chore(main): release 1.43.0 (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 11:15:18 +08:00
dependabot[bot]
ce4720c13c
build(deps): bump @types/node from 20.5.7 to 20.5.8 (#86)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.5.8.
- [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-02 11:14:59 +08:00
dependabot[bot]
97c9ed4224
build(deps): bump ky from 0.33.3 to 1.0.0 (#87)
Bumps [ky](https://github.com/sindresorhus/ky) from 0.33.3 to 1.0.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.33.3...v1.0.0)

---
updated-dependencies:
- dependency-name: ky
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 11:11:52 +08:00
github-actions[bot]
56d905548c
chore(main): release 1.42.1 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 10:47:21 +08:00
github-actions[bot]
265c6cba9e
chore(main): release 1.42.0 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 02:55:37 +08:00
github-actions[bot]
902d6c167e
chore(main): release 1.41.2 (#84)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 02:39:46 +08:00
github-actions[bot]
48efec4d4f
chore(main): release 1.41.1 (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 02:23:40 +08:00
github-actions[bot]
20ffa13cf6
chore(main): release 1.41.0 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 01:18:27 +08:00
github-actions[bot]
0246d1ebb5
chore(main): release 1.40.0 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 00:33:52 +08:00
github-actions[bot]
9544d315e3
chore(main): release 1.39.0 (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 00:20:38 +08:00
github-actions[bot]
8ae3de8272
chore(main): release 1.38.0 (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 22:08:34 +08:00
github-actions[bot]
4a16271bb0
chore(main): release 1.37.0 (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 21:45:33 +08:00
github-actions[bot]
94c643c7b0
chore(main): release 1.36.1 (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 18:40:07 +08:00
github-actions[bot]
275238f9b8
chore(main): release 1.36.0 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 18:34:55 +08:00
github-actions[bot]
540c398598
chore(main): release 1.35.1 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 18:23:24 +08:00
github-actions[bot]
55ac12ee9c
chore(main): release 1.35.0 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 17:08:46 +08:00
kunish
a8c9c21898
feat: add PWA support 2023-09-01 17:08:00 +08:00
github-actions[bot]
597c25fa74
chore(main): release 1.34.0 (#73)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 16:56:50 +08:00
kunish
a2894b03e8
chore: add basic i18n support 2023-09-01 16:30:23 +08:00
github-actions[bot]
9329f77fac
chore(main): release 1.33.1 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 15:50:43 +08:00
github-actions[bot]
13ac87a4df
chore(main): release 1.33.0 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-01 15:18:10 +08:00