Skip to content

Commit 23cd5b2

Browse files
committed
Fixed CHANGELOG.md
1 parent 76f3ab4 commit 23cd5b2

File tree

1 file changed

+9
-53
lines changed

1 file changed

+9
-53
lines changed

CHANGELOG.md

Lines changed: 9 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,72 +5,28 @@
55

66
---
77
# 1.0.0 (Planned - 2021 Q1)
8-
<div class="button-feature"> FEATURE</div>
8+
## FEATURE
99

1010
- Basic Auth (HTPASSWD)
1111
- SQLITE database with ORM setup
1212
- Basic frontend with a tree-like view
13+
- Ability for Agent to send multiple files with a single run
14+
- Ability for Agent to request artifact from the Server
15+
- Configurable Agent with YML
16+
- Configurable Server with YML
1317
---
1418
# 0.1.0 (2020.12.02)
15-
<div class="button-feature"> FEATURE</div>
19+
## FEATURE
1620

1721
- Send file over TCP /w Protobuf message to statically configured server
1822
- Server compares recieved file and MetaData Packet
19-
- Recieved file is re-created in `/out`
23+
- Recieved file is re-created in `./out/namespace/project/job-id` folder structure
2024

21-
<div class="button-updated"> FIXED</div>
25+
## FIXED
2226

2327
- \-
2428

25-
<div class="button-bugs"> BUGS</div>
29+
## BUGS
2630

2731
- \-
2832

29-
<style>
30-
.button-locker{
31-
background: #3d85c6;
32-
border-radius: 2px;
33-
padding: 10px 30px;
34-
color: #fff;
35-
display: inline-block;
36-
font: normal 600 19px/1 "Open Sans", sans-serif;
37-
letter-spacing: 1px;
38-
text-align: center;
39-
}
40-
</style>
41-
<style>
42-
.button-feature{
43-
background: #8ed48e;
44-
border-radius: 5px;
45-
padding: 5px 20px;
46-
color: #fff;
47-
display: inline-block;
48-
font: normal 600 19px/1 "Open Sans", sans-serif;
49-
letter-spacing: 1.5px;
50-
text-align: center;
51-
}
52-
</style>
53-
<style>
54-
.button-updated{
55-
background: #b4b4b4;
56-
border-radius: 5px;
57-
padding: 5px 20px;
58-
color: #ededed;
59-
display: inline-block;
60-
font: normal bold 19px/1 "Open Sans", sans-serif;
61-
letter-spacing: 1.5px;
62-
text-align: center;
63-
}
64-
</style>
65-
<style>
66-
.button-bugs{
67-
background: #cc5959;
68-
border-radius: 5px;
69-
padding: 5px 20px;
70-
color: #ededed;
71-
display: inline-block;
72-
font: normal bold 19px/1 "Open Sans", sans-serif;
73-
letter-spacing: 1.5px;
74-
text-align: center;
75-
}
76-
</style>

0 commit comments

Comments
 (0)