Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 95c58ce

Browse files
committed
Improved diec/version-history
1 parent 33f1057 commit 95c58ce

File tree

5 files changed

+69
-8
lines changed

5 files changed

+69
-8
lines changed

project/diec/release/diec-0.1.zip

3.88 KB
Binary file not shown.

project/diec/release/diec-0.2.zip

4.06 KB
Binary file not shown.

project/diec/style_project_diec.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ body.light-mode .program_table tr:hover {
151151
}
152152

153153
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);
156156
border-radius: 5px;
157157
padding: 10px;
158158
overflow-x: auto;

project/diec/version-history/index.html

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,74 @@ <h1>diec</h1>
4747
</div>
4848
<div class="page-content">
4949
<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>
5152
<div class="table_t">
5253
<table>
5354
<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>
5758
</tr>
5859
<tr>
59-
<td>Python</td>
60-
<td>@wfxey, @ivole32</td>
6160
<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>
62118
</tr>
63119
</table>
64120
</div>

project/diec/version-history/style_project_diec.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ b {
104104
transition: color 0.3s ease;
105105
}
106106

107+
.table-link {
108+
color: var(--text-color);
109+
text-decoration: solid;
110+
}
111+
107112
.black:hover {
108113
color: var(--link-hover-color);
109114
}

0 commit comments

Comments
 (0)