Skip to content

Commit 5cd0292

Browse files
committed
chore: release v2.0.5
1 parent b876f5d commit 5cd0292

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

CHANGELOG.md

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.0.5](https://github.com/geekdada/yasd/compare/v2.0.4...v2.0.5) (2024-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* fix ip string isn't pure ([f64cd79](https://github.com/geekdada/yasd/commit/f64cd796b1c44fc24d5c456b1f40b6b32dc651df))
7+
8+
9+
### Features
10+
11+
* memo pure IP string ([8d316a7](https://github.com/geekdada/yasd/commit/8d316a7de0875812c92fc7a2ce169b32ffd8fd3a))
12+
13+
14+
115
## [2.0.4](https://github.com/geekdada/yasd/compare/v2.0.3...v2.0.4) (2023-09-20)
216

317

@@ -239,7 +253,6 @@
239253

240254
### Bug Fixes
241255

242-
* 未初始化成功时不请求API ([4456b3d](https://github.com/geekdada/yasd/commit/4456b3d183535fc68ca9b480471007ad80807bf5))
243256
* add more options when the network is failing ([7238b78](https://github.com/geekdada/yasd/commit/7238b785845434e9435cca73ad3ea21409008158))
244257
* bugfix ([90aa9d5](https://github.com/geekdada/yasd/commit/90aa9d5a4e5827647e4678c6ed33f6ed27e6d7f4))
245258
* bugfix ([f7a6f03](https://github.com/geekdada/yasd/commit/f7a6f03ff3ab3a36e077a703f523c50d4cabfd4c))
@@ -251,22 +264,23 @@
251264
* profile store ([d941a94](https://github.com/geekdada/yasd/commit/d941a945b256de4abfba670410fcb12a8d83abe9))
252265
* translations ([b1c56dc](https://github.com/geekdada/yasd/commit/b1c56dcee1c2d8dc917c14860cb32e45ad9b9f80))
253266
* typo ([597942e](https://github.com/geekdada/yasd/commit/597942e99ea7cc32d24ae93c07879b596ba94617))
267+
* 未初始化成功时不请求API ([4456b3d](https://github.com/geekdada/yasd/commit/4456b3d183535fc68ca9b480471007ad80807bf5))
254268

255269

256270
### Features
257271

258-
* 登出按钮 ([04b5118](https://github.com/geekdada/yasd/commit/04b51187e616bece093402f86f9b4f1f36ac305f))
259-
* 去除所有站外引用 ([278e333](https://github.com/geekdada/yasd/commit/278e3334ceb48d983569109b5c5eeb8621942e4a)), closes [#6](https://github.com/geekdada/yasd/issues/6)
260-
* 完善设备管理选项 ([61ef327](https://github.com/geekdada/yasd/commit/61ef3279833f15ece96687a476ae358b052fbbaf))
261-
* 修改界面 ([fd155c4](https://github.com/geekdada/yasd/commit/fd155c4262df6b735f2366ccf69341625abbc784))
262-
* 在 Surge 环境下隐藏广告 ([8c8df4c](https://github.com/geekdada/yasd/commit/8c8df4c4a8909be8e1bff21b3d6ec051e27167f2))
263-
* 支持两种场景的登入流程 ([0afad09](https://github.com/geekdada/yasd/commit/0afad09afd8a6c3033aa2b624570493ef82ebb22))
264272
* add i18n support ([0502009](https://github.com/geekdada/yasd/commit/05020094bec566eedd612f6629ff277a09ac778c))
265273
* add missing translations for request status ([c713f01](https://github.com/geekdada/yasd/commit/c713f01dabf0116e3f1407d0cac15bcc6aa0c302))
266274
* add new translation ([f83052c](https://github.com/geekdada/yasd/commit/f83052c5424ab60bac1047a039e524ad6a31dc4a))
267275
* device management ([070aee1](https://github.com/geekdada/yasd/commit/070aee1a8eaa21da67fadfd8eb5fb8058b5d8b8b))
268276
* surge 环境落地页自动登录 ([2e3cbcc](https://github.com/geekdada/yasd/commit/2e3cbcc99c4a7d80d48c2628e2eb2b8bc3c25986))
269277
* use black texts over white background status bar ([25ce672](https://github.com/geekdada/yasd/commit/25ce67254730f2b531a0c854736742e3b672c793))
278+
* 修改界面 ([fd155c4](https://github.com/geekdada/yasd/commit/fd155c4262df6b735f2366ccf69341625abbc784))
279+
* 去除所有站外引用 ([278e333](https://github.com/geekdada/yasd/commit/278e3334ceb48d983569109b5c5eeb8621942e4a)), closes [#6](https://github.com/geekdada/yasd/issues/6)
280+
* 在 Surge 环境下隐藏广告 ([8c8df4c](https://github.com/geekdada/yasd/commit/8c8df4c4a8909be8e1bff21b3d6ec051e27167f2))
281+
* 完善设备管理选项 ([61ef327](https://github.com/geekdada/yasd/commit/61ef3279833f15ece96687a476ae358b052fbbaf))
282+
* 支持两种场景的登入流程 ([0afad09](https://github.com/geekdada/yasd/commit/0afad09afd8a6c3033aa2b624570493ef82ebb22))
283+
* 登出按钮 ([04b5118](https://github.com/geekdada/yasd/commit/04b51187e616bece093402f86f9b4f1f36ac305f))
270284

271285

272286

@@ -479,9 +493,9 @@
479493

480494
### Features
481495

482-
* 优化体验 ([05746a8](https://github.com/geekdada/yasd/commit/05746a8e3ceb270a230c344106e732fd7f5d0aaf))
483496
* add traffic chart ([180caa3](https://github.com/geekdada/yasd/commit/180caa3c4eb8df1adf1411c3c8f2daf1d31e543b))
484497
* enable refreshWhenOffline ([438ce9e](https://github.com/geekdada/yasd/commit/438ce9e4a7e31aca28353147f03e081f5ac22948))
498+
* 优化体验 ([05746a8](https://github.com/geekdada/yasd/commit/05746a8e3ceb270a230c344106e732fd7f5d0aaf))
485499

486500

487501

@@ -555,8 +569,6 @@
555569

556570
### Features
557571

558-
* 功能完善 ([b738679](https://github.com/geekdada/yasd/commit/b738679c8b9da0ab08b413fd5b7aa38df32e8e01))
559-
* 完成功能 ([c5f2cdb](https://github.com/geekdada/yasd/commit/c5f2cdb7fe2f906d9929cc64046928d7092e0438))
560572
* add ga tracking ([04a7ee5](https://github.com/geekdada/yasd/commit/04a7ee55e8f1c6defc0f85a3a5fd8e5dfb9b9e3c))
561573
* add sponsor and github link ([2f15097](https://github.com/geekdada/yasd/commit/2f150973e17125d30b2674cb21e69eb3753aff22))
562574
* clicking menu tile should not triggle toggling ([163c70a](https://github.com/geekdada/yasd/commit/163c70af6d492e5fe54f71c91baca2b6133229aa))
@@ -570,6 +582,8 @@
570582
* show error message when error occurs ([c3f2eb0](https://github.com/geekdada/yasd/commit/c3f2eb0917446de197e565fee7f4eb9215b91422))
571583
* show version on header ([e7fa22c](https://github.com/geekdada/yasd/commit/e7fa22c49e0db72b44f18038ab1bddf77ba223e1))
572584
* traffic ([855df41](https://github.com/geekdada/yasd/commit/855df415dbea6e702dca49f4847e4ce7e7d3ea73))
585+
* 功能完善 ([b738679](https://github.com/geekdada/yasd/commit/b738679c8b9da0ab08b413fd5b7aa38df32e8e01))
586+
* 完成功能 ([c5f2cdb](https://github.com/geekdada/yasd/commit/c5f2cdb7fe2f906d9929cc64046928d7092e0438))
573587

574588

575589

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yasd",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)