Skip to content

Commit 180d47e

Browse files
committed
fix: remove hard-coded decoder 0.6.2 from Changelog latest bullet and comment; ensure all decoder versioning dynamic via RSS
1 parent a4ba8f5 commit 180d47e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/src/pages/Changelog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Changelog() {
2828
{/* Vertical neon timeline line */}
2929
<div className="absolute left-[-1px] top-0 bottom-0 w-[1px] bg-gradient-to-b from-cyan-300 via-gold-400/30 to-transparent shadow-[0_0_8px_rgba(103,232,249,0.5)]" />
3030

31-
{/* v0.6.2 + Free Workbench v3.4.0 */}
31+
{/* Latest Decoder + Free Workbench v3.4.0 */}
3232
<div className="relative">
3333
<div className="absolute -left-[40px] top-6 w-4 h-4 rounded-full bg-cyan-300 border-4 border-void shadow-[0_0_8px_rgba(103,232,249,0.8)]" />
3434
<ChangelogEntry
@@ -41,7 +41,7 @@ export default function Changelog() {
4141
</>
4242
}
4343
items={[
44-
'New QECTOR Decoder v3 0.6.2: full validation, hypergraph rejection support, sdist + wheels',
44+
`New QECTOR Decoder v3 (v${pypiVersion || '0.6.2'}): full validation, hypergraph rejection support, sdist + wheels`,
4545
'New free QectorWorkbench GUI v3.4.0: 10/10 polished CustomTkinter app, 25 MCP tools (all verified), premium multi-format docs generator',
4646
'Production packaging: clean PyInstaller + Inno Setup bundles with manifests and checksums',
4747
'Repo hygiene and all docs updated for the new decoder + new free workbench',

0 commit comments

Comments
 (0)