-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
970a369
commit dd24cee
Showing
4 changed files
with
47 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,64 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
### 0.3.3 (2022-05-12) | ||
## [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4) (2022-05-17) | ||
|
||
### 0.3.2 (2022-05-12) | ||
### Changelog | ||
|
||
### 0.3.1 (2022-04-30) | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
# 0.3.0 (2022-04-29) | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
### Bug Fixes | ||
#### [0.3.3](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.2...0.3.3) | ||
|
||
* fix hardcoded response test url ([608ebaf](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/608ebaf3021f14a5967f3811abc120bc682f2e8b)) | ||
> 12 May 2022 | ||
- feat: support full cloudflare ip v4 nodes [`#9`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/9) | ||
- ci: run android build only for non-main branch [`5eebe13`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5eebe131f42e0dbc2a16d4bd8de4a6a04f22e3c5) | ||
- chore(release): 0.3.3 [`f1e2510`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/f1e2510017dce682df22bd8adc99764a3724e94d) | ||
|
||
### Features | ||
#### [0.3.2](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.1...0.3.2) | ||
|
||
* **TestStatistics:** add totalRespond and totalDownload columns ([e98e1f1](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e98e1f164a7f80a3f3282fbfd2ffe4db9866c1e1)) | ||
* **TestStatistics:** give hide some columns option ([0a991ef](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0a991eff74ed2415c926f258c5946b57c5d3321a)) | ||
* **TestRun:** move data unit to table header ([df627fe](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/df627fe698c2e09bc8be17699e6e03c6e274bda4)) | ||
* **TestStatistics:** add option to show all data ([485c37f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/485c37f1e28fafbb85d1f7d79e934c8b6c21006b)) | ||
> 12 May 2022 | ||
# 0.2.0 (2022-04-28) | ||
- ci: fix files path in action-gh-release [`#8`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/8) | ||
- ci: move tag before gh release [`#7`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/7) | ||
- ci: fix files path in action-gh-release [`#6`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/6) | ||
- ci: change sign action & run release ci only for pr for main [`#5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/5) | ||
- ci: allow ci to bypass branch protection rules [`#4`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/4) | ||
- build: enableSeparateBuildPerCPUArchitecture [`#3`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/3) | ||
- ci: change sign action [`8053502`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/8053502583990287eb57d526956541117862ecf6) | ||
- chore(release): 0.3.2 [`91c220b`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/91c220b6be08cde94b897f44c497d0c715533e16) | ||
- ci: run release ci only for pr for main [`e52faa5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e52faa546a3f3c3845c08f7d2e1bd8f1c7dfdde5) | ||
|
||
### Features | ||
#### [0.3.1](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.0...0.3.1) | ||
|
||
* **TestRun:** reduce the font size ([64e72bc](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/64e72bc042ba9ae447f0bbc8b2463202fd658934)) | ||
* **TestRun:** start test and download when user clicks start button ([9e5b09b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9e5b09bc1a3164c4f63ab65888816dc27d3e2a82)) | ||
> 30 April 2022 | ||
- v0.3.1 [`#2`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/2) | ||
- chore: add changelog [`785e2fb`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/785e2fb061a16e475bee7696c27dbb867809b783) | ||
- chore: fix tag prefix in release [`dc40a1d`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/dc40a1d3635c53dde790f8554adb2f4507c5e8bd) | ||
- ci: fix not release bug in android build [`5e7c6f5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5e7c6f55d3936d628b45b11ff8e91a1465c2818d) | ||
|
||
# 0.1.0 (2022-04-27) | ||
#### [0.3.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.2.0...0.3.0) | ||
|
||
### Bug Fixes | ||
> 29 April 2022 | ||
* avoid init table data when test ip count changes ([97db0d6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/97db0d62c39056f64c8f31d818bb063f5eff7b64)) | ||
* correct respond and speed sort function ([411e602](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/411e60296eef4ff9625c9925f1887bef4e113606)) | ||
* fix downloadSpeed reset bug ([c2d0e99](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/c2d0e99059de59c3395003f4670b0e94f86cbf05)) | ||
* fix ip sort ([8486214](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/8486214cb7df37db8c96f801192bc23f68d0cdd1)) | ||
* fix TestStatistics not auto update bug ([11cb4c5](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/11cb4c5ab2031227425df5e902140d31c0a00bde)) | ||
* remove button fontSize change ([09ebab3](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/09ebab309500df09731c0bfaaa27f635de0dd3fe)) | ||
* remove testIpCount dev config ([599101b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/599101b53f9c100d22a9e88356670f3f306eff45)) | ||
* replace setState with callback ([b719d23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/b719d23504f40351abeb76c20919c66743ffb387)) | ||
* set smaller fontSize for TestStatistics row data ([d304e32](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d304e3268050212d4efb2e1da830f2d2dcbec228)) | ||
* set smaller fontSize in TestStatistics page ([13154a0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/13154a070ff6ca26b40ce9f76d38980f7eed3290)) | ||
* **TestRun:** correct table header labels ([7635076](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/76350768fedb9da8698d56796a3a150b26710cee)) | ||
* **TestRun:** fix download error not show bug ([20759f6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/20759f6b79dc3ed268ea2bf8d150019c410b43be)) | ||
- feat: replace button with react-native-paper button [`131dec9`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/131dec9ba1adc7a90ba970698a633d0803796c9c) | ||
- feat: add localization [`0271a23`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0271a239309557be7b1de1d58a415bdd66ff837d) | ||
- feat(TestStatistics): give hide some columns option [`0a991ef`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0a991eff74ed2415c926f258c5946b57c5d3321a) | ||
|
||
#### [0.2.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.1.0...0.2.0) | ||
|
||
### Features | ||
> 28 April 2022 | ||
* add basic function ([2c4676e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2c4676e9d2ff6d3e4c5edb231a861e315f544880)) | ||
* add basic Test Statistics page ([3913289](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/39132899e4729f977ec20d365acee759983aa049)) | ||
* add cloudflare test url ([e50751f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e50751fb94361bd03cf1ec2a20f0ea9bdeb20de1)) | ||
* add coCurrent count ([50abd80](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/50abd80f48f404edbe72196e70bdf9608591c86a)) | ||
* add ip reset function ([a5cc005](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/a5cc00509edbeee38dada7af87ab757fbe5be517)) | ||
* add localization ([0271a23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0271a239309557be7b1de1d58a415bdd66ff837d)) | ||
* add packetLossRate column ([d7678a8](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d7678a83a7fa6cd9f2b27e39b9751144b809ba8f)) | ||
* add test url ([f3bba19](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/f3bba19b0dd9615f98c6591eae916ed53cfcccba)) | ||
* add TestStatistics page ([d928d7c](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d928d7cb2697776a6729954530a6723ff2fee56c)) | ||
* allow text selection in table ([7794f08](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7794f085d7da2f1b0d98fd6946e733e13fadc5dd)) | ||
* change reset to start ([6f5cb7f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6f5cb7f4e95416dae4c9ef662cc85c3ff353509a)) | ||
* clear test data before starting ([e4d4f3e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e4d4f3e5d1b143312126372584ba954038b37d22)) | ||
* remove col column ([2120efd](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2120efd499e179f718188b7751f4e911835a8309)) | ||
* remove default sort option after sorting ([7aec7ed](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7aec7ed0b1e367ed83e54252dc968570ee861737)) | ||
* remove title in TestStatistics ([1f10c18](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1f10c184287620d24b755c94c5ccb9460af80c44)) | ||
* replace button with react-native-paper button ([131dec9](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/131dec9ba1adc7a90ba970698a633d0803796c9c)) | ||
* **TestStatistics:** add sort function ([1d7a8ee](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1d7a8ee68b33ae88347d6c72ba8a0079464eb3fc)) | ||
* **TestStatistics:** add storage function ([6cedff7](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6cedff7e0b75bf28e6c7409af0cd402d1a2bc36b)) | ||
- feat(TestRun): start test and download when user clicks start button [`9e5b09b`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9e5b09bc1a3164c4f63ab65888816dc27d3e2a82) | ||
- feat(TestRun): reduce the font size [`64e72bc`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/64e72bc042ba9ae447f0bbc8b2463202fd658934) | ||
- docs: add readMe [`7b53089`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7b53089e4ac8f5f402a8050c12cb100242a1d28c) | ||
|
||
#### 0.1.0 | ||
|
||
> 27 April 2022 | ||
- chore: init project [`45f2372`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/45f23728830d767a7df5dbc4db872d88e2dd0df9) | ||
- feat: add basic function [`2c4676e`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2c4676e9d2ff6d3e4c5edb231a861e315f544880) | ||
- refactor: separate functions and components [`7564b83`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7564b836a190134aa2968b2e7944c936f524ddf1) |
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters