6106f223d2
The v6.x release line was missing from
packaging/appstream/org.cryptographic_triangles.TrianglesQt.metainfo.xml,
which means software centers (GNOME Software, KDE Discover, elementary
AppCenter, Flatpak, etc.) show the wallet as stuck at v5.3.7. bump-version.sh
flags this file as a manual follow-up; this commit closes that gap.
Skipped v6.1.2: that release was yanked (5c312bb published 2026-07-01,
superseded by 6.1.3) and the v6.1.3 changelog already documents the
replacement. Listing a yanked release would mislead users searching
for it.
93 lines
3.5 KiB
XML
93 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>org.cryptographic_triangles.TrianglesQt</id>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>Cryptographic Triangles</name>
|
|
<summary>TRI cryptocurrency wallet with staking and encrypted messaging</summary>
|
|
|
|
<description>
|
|
<p>
|
|
Cryptographic Triangles is a privacy-focused cryptocurrency wallet featuring
|
|
Proof-of-Stake consensus, Tor v3 onion routing, and built-in encrypted messaging.
|
|
</p>
|
|
<p>Features:</p>
|
|
<ul>
|
|
<li>Proof-of-Stake with 33% annual staking rewards</li>
|
|
<li>Hash9 algorithm (13-step hash cascade)</li>
|
|
<li>Encrypted peer-to-peer messaging (SmsgMessage)</li>
|
|
<li>Tor v3 integration for anonymous transactions</li>
|
|
<li>Full node with built-in block explorer</li>
|
|
</ul>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">org.cryptographic_triangles.TrianglesQt.desktop</launchable>
|
|
|
|
<icon type="stock">org.cryptographic_triangles.TrianglesQt</icon>
|
|
|
|
<categories>
|
|
<category>Finance</category>
|
|
<category>Network</category>
|
|
<category>P2P</category>
|
|
</categories>
|
|
|
|
<url type="homepage">https://cryptographic-triangles.org</url>
|
|
<url type="bugtracker">https://github.com/SamiAhmed7777/triangles_v5/issues</url>
|
|
<url type="vcs-browser">https://github.com/SamiAhmed7777/triangles_v5</url>
|
|
|
|
<provides>
|
|
<binary>triangles-qt</binary>
|
|
<binary>trianglesd</binary>
|
|
</provides>
|
|
|
|
<releases>
|
|
<release version="6.1.5" date="2026-07-08">
|
|
<description>
|
|
<p>UI: olive-green for unconfirmed/immature stake balances. Wallet: close-hang on Windows from detached Tor/I2P threads fixed. Consensus: live PoS checks during stale-tip IBD. Plus release infrastructure (reproducible builds, signed release pipeline) and audit follow-ups.</p>
|
|
</description>
|
|
</release>
|
|
<release version="6.1.4" date="2026-07-04">
|
|
<description>
|
|
<p>CI: Tor bundle download resilience. NeedsBootstrap flag now correctly persists across rocksdb/ restarts. CI reliability only; no protocol/wallet/chain format changes.</p>
|
|
</description>
|
|
</release>
|
|
<release version="6.1.3" date="2026-07-02">
|
|
<description>
|
|
<p>Chain-DB migration hardening, BIP39 passphrase support, HD-wallet indicator, test isolation improvements. Supersedes the broken v6.1.2 hotfix.</p>
|
|
</description>
|
|
</release>
|
|
<release version="6.1.1" date="2026-07-01">
|
|
<description>
|
|
<p>v3 snapshot support, portable x86-64-v2 baseline, anti-spam fix, continuous finality checkpoints.</p>
|
|
</description>
|
|
</release>
|
|
<release version="6.1.0" date="2026-06-30">
|
|
<description>
|
|
<p>SQLite wallet backend, RocksDB default, Boost removal, I2P startup fix. Initial 6.x line with C++20 modernization and embedded Tor/I2P support.</p>
|
|
</description>
|
|
</release>
|
|
<release version="5.3.7" date="2026-03-24">
|
|
<description>
|
|
<p>Version 5.3.7 release.</p>
|
|
</description>
|
|
</release>
|
|
<release version="5.3.6" date="2026-03-23">
|
|
<description>
|
|
<p>IBD sync optimizations, Linux build fixes, and modern compiler support.</p>
|
|
</description>
|
|
</release>
|
|
<release version="5.2.0" date="2025-01-01">
|
|
<description>
|
|
<p>Tor v3 embedded support, OpenSSL 3.x compatibility, and Boost 1.90+ support.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
</supports>
|
|
</component>
|