This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +69
-8
lines changed Expand file tree Collapse file tree 5 files changed +69
-8
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ body.light-mode .program_table tr:hover {
151
151
}
152
152
153
153
pre {
154
- background-color : var (--header-color );
155
- color : var (--bg -color );
154
+ background-color : var (--table- header-background -color );
155
+ color : var (--button -color );
156
156
border-radius : 5px ;
157
157
padding : 10px ;
158
158
overflow-x : auto;
Original file line number Diff line number Diff line change @@ -47,18 +47,74 @@ <h1>diec</h1>
47
47
</ div >
48
48
< div class ="page-content ">
49
49
< div class ="overview ">
50
- < h1 > Version Hisotry</ h1 >
50
+ < h1 > Version History</ h1 >
51
+ < p > This Software is licensed under the Open Source MIT License</ p >
51
52
< div class ="table_t ">
52
53
< table >
53
54
< tr >
54
- < th > Language </ th >
55
- < th > Contributors </ th >
56
- < th > Latest Version </ th >
55
+ < th > Version </ th >
56
+ < th > Release Date </ th >
57
+ < th > Download </ th >
57
58
</ tr >
58
59
< tr >
59
- < td > Python</ td >
60
- < td > @wfxey, @ivole32</ td >
61
60
< td > v1.8</ td >
61
+ < td > Jul 19, 2024</ td >
62
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.8.zip "> .zip</ a > </ td >
63
+ </ tr >
64
+ < tr >
65
+ < td > v1.7</ td >
66
+ < td > Jul 16, 2024</ td >
67
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.7.zip "> .zip</ a > </ td >
68
+ </ tr >
69
+ < tr >
70
+ < td > v1.6</ td >
71
+ < td > Jul 16, 2024</ td >
72
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.6.zip "> .zip</ a > </ td >
73
+ </ tr >
74
+ < tr >
75
+ < td > v1.5</ td >
76
+ < td > Jul 16, 2024</ td >
77
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.5.zip "> .zip</ a > </ td >
78
+ </ tr >
79
+ < tr >
80
+ < td > v1.4</ td >
81
+ < td > Jul 16, 2024</ td >
82
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.4.zip "> .zip</ a > </ td >
83
+ < tr >
84
+ < td > v1.3</ td >
85
+ < td > Jul 16, 2024</ td >
86
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.3.zip "> .zip</ a > </ td >
87
+ </ tr >
88
+ </ tr >
89
+ < tr >
90
+ < td > v1.2</ td >
91
+ < td > Jul 16, 2024</ td >
92
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.2.zip "> .zip</ a > </ td >
93
+ </ tr >
94
+ < tr >
95
+ < td > v1.1</ td >
96
+ < td > Jul 16, 2024</ td >
97
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.1.zip "> .zip</ a > </ td >
98
+ </ tr >
99
+ < tr >
100
+ < td > v1.0</ td >
101
+ < td > Jul 15, 2024</ td >
102
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-1.0.zip "> .zip</ a > </ td >
103
+ </ tr >
104
+ < tr >
105
+ < td > v0.3</ td >
106
+ < td > Jul 16, 2024</ td >
107
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-0.3.zip "> .zip</ a > </ td >
108
+ </ tr >
109
+ < tr >
110
+ < td > v0.2</ td >
111
+ < td > Jul 16, 2024</ td >
112
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-0.2.zip "> .zip</ a > </ td >
113
+ </ tr >
114
+ < tr >
115
+ < td > v0.1</ td >
116
+ < td > Jul 16, 2024</ td >
117
+ < td > < a class ="table-link " href ="https://d-i-projects.github.io/project/diec/release/diec-0.1.zip "> .zip</ a > </ td >
62
118
</ tr >
63
119
</ table >
64
120
</ div >
Original file line number Diff line number Diff line change 104
104
transition : color 0.3s ease;
105
105
}
106
106
107
+ .table-link {
108
+ color : var (--text-color );
109
+ text-decoration : solid;
110
+ }
111
+
107
112
.black : hover {
108
113
color : var (--link-hover-color );
109
114
}
You can’t perform that action at this time.
0 commit comments