@@ -40,26 +40,110 @@ export function Text({ children, className }) {return <p className={cn('text-sm
40
40
This is a list of all the available releases.
41
41
42
42
<div className = ' flex flex-wrap items-center justify-center gap-8 mt-12' >
43
- <VersionLink className = ' w-56 flex-col items-start' href = ' https://github.com/python-thread/thread ' >
43
+ <VersionLink className = ' w-56 flex-col justify-between items-start' href = ' /docs/v2 ' >
44
44
<div className = ' flex flex-row items-center gap-2' >
45
45
<ExternalLinkIcon className = ' w-6 h-6' />
46
- <Text className = ' text-lg font-bold' >Development</Text >
46
+ <Text className = ' text-lg font-bold' >Latest v2.0.0</Text >
47
+ </div >
48
+ <Text className = ' text-sm font-light text-left ml-4' >This is the latest *** stable*** release.</Text >
49
+ <div className = ' flex flex-row self-end mt-auto mb-1 gap-2' >
50
+ <StatusBadge variant = ' latest' >latest</StatusBadge >
51
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
47
52
</div >
48
- <Text className = ' text-sm font-light text-left ml-4' >This is the latest *** in-development*** branch. This may be unstable.</Text >
49
- <StatusBadge variant = ' dev' className = ' self-end mt-auto mb-1' >dev</StatusBadge >
50
53
</VersionLink >
51
- <VersionLink className = ' w-56 flex-col justify-between items-start' href = ' /docs/latest ' >
54
+ <VersionLink className = ' w-56 flex-col justify-between items-start' href = ' /docs/v1 ' >
52
55
<div className = ' flex flex-row items-center gap-2' >
53
56
<ExternalLinkIcon className = ' w-6 h-6' />
54
- <Text className = ' text-lg font-bold' >Latest 1 .1.1</Text >
57
+ <Text className = ' text-lg font-bold' >v1 .1.1</Text >
55
58
</div >
56
- <Text className = ' text-sm font-light text-left ml-4' >This is the latest *** stable*** release.</Text >
59
+ <Text className = ' text-sm font-light text-left ml-4' >This is the last *** stable*** v1.1.1 release.</Text >
57
60
<div className = ' flex flex-row self-end mt-auto mb-1 gap-2' >
58
- <StatusBadge variant = ' latest' >latest</StatusBadge >
59
61
<StatusBadge variant = ' stable' >stable</StatusBadge >
60
62
</div >
61
63
</VersionLink >
62
64
</div >
63
65
66
+ <div className = " w-1/3 mt-10 mb-5 h-[0.1rem] mx-auto rounded bg-black/50 dark:bg-white/50" />
67
+
68
+ <div className = " mx-auto items-center flex flex-col gap-4 w-2/5" >
69
+ <Link target = " _blank" href = ' https://github.com/python-thread/thread' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
70
+ <div className = " flex flex-col justify-between" >
71
+ <h1 className = " font-normal text-lg" >Development</h1 >
72
+ <p >Now</p >
73
+ </div >
74
+ <StatusBadge variant = ' dev' >dev</StatusBadge >
75
+ </Link >
76
+ <Link target = " _blank" href = ' /github/v2.0.0' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
77
+ <div className = " flex flex-col justify-between" >
78
+ <h1 className = " font-normal text-lg" >Release v2.0.0</h1 >
79
+ <p >21 April 2024</p >
80
+ </div >
81
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
82
+ </Link >
83
+ <Link target = " _blank" href = ' /github/v1.1.1' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
84
+ <div className = " flex flex-col justify-between" >
85
+ <h1 className = " font-normal text-lg" >Release v1.1.1</h1 >
86
+ <p >17 March 2024</p >
87
+ </div >
88
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
89
+ </Link >
90
+ <Link target = " _blank" href = ' /github/v1.1.0' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
91
+ <div className = " flex flex-col justify-between" >
92
+ <h1 className = " font-normal text-lg" >Release v1.1.0</h1 >
93
+ <p >17 March 2024</p >
94
+ </div >
95
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
96
+ </Link >
97
+ <Link target = " _blank" href = ' /github/v1.0.1' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
98
+ <div className = " flex flex-col justify-between" >
99
+ <h1 className = " font-normal text-lg" >Release v1.0.1</h1 >
100
+ <p >12 March 2024</p >
101
+ </div >
102
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
103
+ </Link >
104
+ <Link target = " _blank" href = ' /github/v1.0.0' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
105
+ <div className = " flex flex-col justify-between" >
106
+ <h1 className = " font-normal text-lg" >Release v1.0.0</h1 >
107
+ <p >9 March 2024</p >
108
+ </div >
109
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
110
+ </Link >
111
+ <Link target = " _blank" href = ' /github/v0.1.3' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
112
+ <div className = " flex flex-col justify-between" >
113
+ <h1 className = " font-normal text-lg" >Release v0.1.3</h1 >
114
+ <p >10 December 2023</p >
115
+ </div >
116
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
117
+ </Link >
118
+ <Link target = " _blank" href = ' /github/v0.1.2' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
119
+ <div className = " flex flex-col justify-between" >
120
+ <h1 className = " font-normal text-lg" >Release v0.1.2</h1 >
121
+ <p >16 November 2023</p >
122
+ </div >
123
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
124
+ </Link >
125
+ <Link target = " _blank" href = ' /github/v0.1.1' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
126
+ <div className = " flex flex-col justify-between" >
127
+ <h1 className = " font-normal text-lg" >Release v0.1.1</h1 >
128
+ <p >14 November 2023</p >
129
+ </div >
130
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
131
+ </Link >
132
+ <Link target = " _blank" href = ' /github/v0.1.0' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
133
+ <div className = " flex flex-col justify-between" >
134
+ <h1 className = " font-normal text-lg" >Release v0.1.0</h1 >
135
+ <p >14 November 2023</p >
136
+ </div >
137
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
138
+ </Link >
139
+ <Link target = " _blank" href = ' /github/v0.0.1' className = " flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all" >
140
+ <div className = " flex flex-col justify-between" >
141
+ <h1 className = " font-normal text-lg" >Release v0.0.1</h1 >
142
+ <p >14 November 2023</p >
143
+ </div >
144
+ <StatusBadge variant = ' stable' >stable</StatusBadge >
145
+ </Link >
146
+ </div >
147
+
64
148
</div >
65
149
0 commit comments