From f2201f4da86ccea13e567f88d295ac8248119e37 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 03:09:35 +0600 Subject: [PATCH] updated history template --- input/pagecontent/history.xml | 88 +++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 34 deletions(-) diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml index 5452a36..c2e6e64 100644 --- a/input/pagecontent/history.xml +++ b/input/pagecontent/history.xml @@ -6,43 +6,63 @@

For a machine-readable version history, see package-list.json.

- {% if site.data.package-list %} +
+

Loading version history...

+
-

Published Versions

- - - - - - - - - - - - {% for entry in site.data.package-list.list %} - {% if entry.version != 'current' %} +
VersionDateStatusDescription
+ - - - - + + + + - {% endif %} - {% endfor %} - -
{{ entry.version }}{{ entry.date }}{{ entry.status }}{{ entry.desc }}VersionDateStatusDescription
+ + + + + +

Continuous Integration Build

+
+ -

Continuous Integration Build

+ - {% for entry in site.data.package-list.list %} - {% if entry.version == 'current' %} -

The latest development build is available at: {{ entry.path }}

-

Note: This is a continuous integration build and may be unstable.

- {% endif %} - {% endfor %} - - {% else %} -

Version history not available.

- {% endif %} + \ No newline at end of file