Skip to content

Commit dd24cee

Browse files
committed
chore: release v0.3.4
1 parent 970a369 commit dd24cee

File tree

4 files changed

+47
-53
lines changed

4 files changed

+47
-53
lines changed

CHANGELOG.md

Lines changed: 44 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,64 @@
1-
# Changelog
21

3-
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.
42

5-
### 0.3.3 (2022-05-12)
3+
## [0.3.4](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.3...0.3.4) (2022-05-17)
64

7-
### 0.3.2 (2022-05-12)
5+
### Changelog
86

9-
### 0.3.1 (2022-04-30)
7+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
108

11-
# 0.3.0 (2022-04-29)
9+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1210

13-
### Bug Fixes
11+
#### [0.3.3](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.2...0.3.3)
1412

15-
* fix hardcoded response test url ([608ebaf](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/608ebaf3021f14a5967f3811abc120bc682f2e8b))
13+
> 12 May 2022
1614
15+
- feat: support full cloudflare ip v4 nodes [`#9`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/9)
16+
- ci: run android build only for non-main branch [`5eebe13`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5eebe131f42e0dbc2a16d4bd8de4a6a04f22e3c5)
17+
- chore(release): 0.3.3 [`f1e2510`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/f1e2510017dce682df22bd8adc99764a3724e94d)
1718

18-
### Features
19+
#### [0.3.2](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.1...0.3.2)
1920

20-
* **TestStatistics:** add totalRespond and totalDownload columns ([e98e1f1](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e98e1f164a7f80a3f3282fbfd2ffe4db9866c1e1))
21-
* **TestStatistics:** give hide some columns option ([0a991ef](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0a991eff74ed2415c926f258c5946b57c5d3321a))
22-
* **TestRun:** move data unit to table header ([df627fe](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/df627fe698c2e09bc8be17699e6e03c6e274bda4))
23-
* **TestStatistics:** add option to show all data ([485c37f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/485c37f1e28fafbb85d1f7d79e934c8b6c21006b))
21+
> 12 May 2022
2422
25-
# 0.2.0 (2022-04-28)
23+
- ci: fix files path in action-gh-release [`#8`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/8)
24+
- ci: move tag before gh release [`#7`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/7)
25+
- ci: fix files path in action-gh-release [`#6`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/6)
26+
- ci: change sign action & run release ci only for pr for main [`#5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/5)
27+
- ci: allow ci to bypass branch protection rules [`#4`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/4)
28+
- build: enableSeparateBuildPerCPUArchitecture [`#3`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/3)
29+
- ci: change sign action [`8053502`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/8053502583990287eb57d526956541117862ecf6)
30+
- chore(release): 0.3.2 [`91c220b`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/91c220b6be08cde94b897f44c497d0c715533e16)
31+
- ci: run release ci only for pr for main [`e52faa5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e52faa546a3f3c3845c08f7d2e1bd8f1c7dfdde5)
2632

27-
### Features
33+
#### [0.3.1](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.3.0...0.3.1)
2834

29-
* **TestRun:** reduce the font size ([64e72bc](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/64e72bc042ba9ae447f0bbc8b2463202fd658934))
30-
* **TestRun:** start test and download when user clicks start button ([9e5b09b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9e5b09bc1a3164c4f63ab65888816dc27d3e2a82))
35+
> 30 April 2022
3136
37+
- v0.3.1 [`#2`](https://github.com/xianshenglu/cloudflare-ip-tester-app/pull/2)
38+
- chore: add changelog [`785e2fb`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/785e2fb061a16e475bee7696c27dbb867809b783)
39+
- chore: fix tag prefix in release [`dc40a1d`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/dc40a1d3635c53dde790f8554adb2f4507c5e8bd)
40+
- ci: fix not release bug in android build [`5e7c6f5`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/5e7c6f55d3936d628b45b11ff8e91a1465c2818d)
3241

33-
# 0.1.0 (2022-04-27)
42+
#### [0.3.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.2.0...0.3.0)
3443

35-
### Bug Fixes
44+
> 29 April 2022
3645
37-
* avoid init table data when test ip count changes ([97db0d6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/97db0d62c39056f64c8f31d818bb063f5eff7b64))
38-
* correct respond and speed sort function ([411e602](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/411e60296eef4ff9625c9925f1887bef4e113606))
39-
* fix downloadSpeed reset bug ([c2d0e99](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/c2d0e99059de59c3395003f4670b0e94f86cbf05))
40-
* fix ip sort ([8486214](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/8486214cb7df37db8c96f801192bc23f68d0cdd1))
41-
* fix TestStatistics not auto update bug ([11cb4c5](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/11cb4c5ab2031227425df5e902140d31c0a00bde))
42-
* remove button fontSize change ([09ebab3](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/09ebab309500df09731c0bfaaa27f635de0dd3fe))
43-
* remove testIpCount dev config ([599101b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/599101b53f9c100d22a9e88356670f3f306eff45))
44-
* replace setState with callback ([b719d23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/b719d23504f40351abeb76c20919c66743ffb387))
45-
* set smaller fontSize for TestStatistics row data ([d304e32](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d304e3268050212d4efb2e1da830f2d2dcbec228))
46-
* set smaller fontSize in TestStatistics page ([13154a0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/13154a070ff6ca26b40ce9f76d38980f7eed3290))
47-
* **TestRun:** correct table header labels ([7635076](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/76350768fedb9da8698d56796a3a150b26710cee))
48-
* **TestRun:** fix download error not show bug ([20759f6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/20759f6b79dc3ed268ea2bf8d150019c410b43be))
46+
- feat: replace button with react-native-paper button [`131dec9`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/131dec9ba1adc7a90ba970698a633d0803796c9c)
47+
- feat: add localization [`0271a23`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0271a239309557be7b1de1d58a415bdd66ff837d)
48+
- feat(TestStatistics): give hide some columns option [`0a991ef`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0a991eff74ed2415c926f258c5946b57c5d3321a)
4949

50+
#### [0.2.0](https://github.com/xianshenglu/cloudflare-ip-tester-app/compare/0.1.0...0.2.0)
5051

51-
### Features
52+
> 28 April 2022
5253
53-
* add basic function ([2c4676e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2c4676e9d2ff6d3e4c5edb231a861e315f544880))
54-
* add basic Test Statistics page ([3913289](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/39132899e4729f977ec20d365acee759983aa049))
55-
* add cloudflare test url ([e50751f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e50751fb94361bd03cf1ec2a20f0ea9bdeb20de1))
56-
* add coCurrent count ([50abd80](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/50abd80f48f404edbe72196e70bdf9608591c86a))
57-
* add ip reset function ([a5cc005](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/a5cc00509edbeee38dada7af87ab757fbe5be517))
58-
* add localization ([0271a23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0271a239309557be7b1de1d58a415bdd66ff837d))
59-
* add packetLossRate column ([d7678a8](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d7678a83a7fa6cd9f2b27e39b9751144b809ba8f))
60-
* add test url ([f3bba19](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/f3bba19b0dd9615f98c6591eae916ed53cfcccba))
61-
* add TestStatistics page ([d928d7c](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d928d7cb2697776a6729954530a6723ff2fee56c))
62-
* allow text selection in table ([7794f08](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7794f085d7da2f1b0d98fd6946e733e13fadc5dd))
63-
* change reset to start ([6f5cb7f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6f5cb7f4e95416dae4c9ef662cc85c3ff353509a))
64-
* clear test data before starting ([e4d4f3e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e4d4f3e5d1b143312126372584ba954038b37d22))
65-
* remove col column ([2120efd](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2120efd499e179f718188b7751f4e911835a8309))
66-
* remove default sort option after sorting ([7aec7ed](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7aec7ed0b1e367ed83e54252dc968570ee861737))
67-
* remove title in TestStatistics ([1f10c18](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1f10c184287620d24b755c94c5ccb9460af80c44))
68-
* replace button with react-native-paper button ([131dec9](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/131dec9ba1adc7a90ba970698a633d0803796c9c))
69-
* **TestStatistics:** add sort function ([1d7a8ee](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1d7a8ee68b33ae88347d6c72ba8a0079464eb3fc))
70-
* **TestStatistics:** add storage function ([6cedff7](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6cedff7e0b75bf28e6c7409af0cd402d1a2bc36b))
54+
- feat(TestRun): start test and download when user clicks start button [`9e5b09b`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9e5b09bc1a3164c4f63ab65888816dc27d3e2a82)
55+
- feat(TestRun): reduce the font size [`64e72bc`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/64e72bc042ba9ae447f0bbc8b2463202fd658934)
56+
- docs: add readMe [`7b53089`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7b53089e4ac8f5f402a8050c12cb100242a1d28c)
57+
58+
#### 0.1.0
59+
60+
> 27 April 2022
61+
62+
- chore: init project [`45f2372`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/45f23728830d767a7df5dbc4db872d88e2dd0df9)
63+
- feat: add basic function [`2c4676e`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2c4676e9d2ff6d3e4c5edb231a861e315f544880)
64+
- refactor: separate functions and components [`7564b83`](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7564b836a190134aa2968b2e7944c936f524ddf1)

android/gradlew

100644100755
File mode changed.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-ip-tester-app",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"scripts": {
55
"start": "expo start --dev-client",
66
"android": "expo run:android",

0 commit comments

Comments
 (0)