Skip to content

Commit d88a336

Browse files
committed
update
1 parent 3bde3cf commit d88a336

File tree

8 files changed

+38
-8
lines changed

8 files changed

+38
-8
lines changed

CaptfEncoder-V3/main/128x128.png

11.3 KB
Loading
17.3 KB
Loading

CaptfEncoder-V3/main/256x256.png

-28.6 KB
Binary file not shown.

CaptfEncoder-V3/main/config/changelog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"version": "3.3.0",
4+
"versionNumber": 30030,
5+
"builddate": "2023-7-1",
6+
"description": "CaptfEncoder V3.3.0 released",
7+
"changes": [
8+
9+
]
10+
},
211
{
312
"version": "3.1.2",
413
"versionNumber": 30012,
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "captfencoder",
3-
"description": "Captfencoder is a rapid cross platform network security toolkit",
3+
"description": "Captfencoder is a opensource rapid cross platform network security toolkit",
44
"productName": "CaptfEncoder",
5-
"productDescription": "Captfencoder is a rapid cross platform network security toolkit",
5+
"productDescription": "Captfencoder is a opensource rapid cross platform network security toolkit",
66
"productVersions": [
77
{
8-
"version": "3.1.2",
9-
"versionNumber": 30012,
10-
"builddate": "2022-1-18",
11-
"description": "CaptfEncoder V3.1.2 released"
8+
"version": "3.3.0",
9+
"versionNumber": 30030,
10+
"builddate": "2023-7-1",
11+
"description": "CaptfEncoder V3.3.0 released"
1212
}
1313
]
1414
}

CaptfEncoder-V3/main/src/apps/widgets/wgt_about_dialog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl WgtAboutDialog {
6565
frame.set_label_size(28);
6666
let mut frame = Frame::new(5, 100, 350, 40, "");
6767
frame.set_align(Align::Inside | Align::Left);
68-
frame.set_label("A rapid cross platform network security toolkit");
68+
frame.set_label("A opensource rapid cross platform network security toolkit");
6969
frame.set_label_size(15);
7070
let _frame = Frame::new(5, 140, 350, 20, "");
7171
let mut frame = Frame::new(5, 160, 350, 25, "");

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Guyoung Studio.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 align="center">CaptfEncoder</h1>
66

77
[![GitHub release](https://img.shields.io/github/release/guyoung/CaptfEncoder.svg)](https://github.com/guyoung/CaptfEncoder/releases/latest)
8-
8+
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/guyoung/CaptfEncoder/blob/master/LICENSE)
99

1010
[English](https://github.com/guyoung/CaptfEncoder/blob/master/README.md) | [中文](https://github.com/guyoung/CaptfEncoder/blob/master/README-zh.md) | [V1](https://github.com/guyoung/CaptfEncoder/tree/master/CaptfEncoder-V1) | [V2](https://github.com/guyoung/CaptfEncoder/tree/master/CaptfEncoder-V2)
1111

0 commit comments

Comments
 (0)