release: v6.1.6

Bumps clientversion from 6.1.5 to 6.1.6 and updates all packaging
metadata (deb, rpm, docker, snap, flatpak, winget, scoop, appimage,
root Dockerfile) to match. Adds a v6.1.6 section to CHANGELOG.md
documenting the conditional Overview Total label and the 3-tier
amount-column color rule that landed in this release. Restores the
historic v6.1.5 entry in triangles.spec's %changelog after the bulk
sed bumped it incorrectly.
This commit is contained in:
Sami Ahmed
2026-07-08 14:02:57 -07:00
parent a7a08ac958
commit d82a74eefc
13 changed files with 57 additions and 24 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
Name: triangles
Version: 6.1.5
Version: 6.1.6
Release: 1%{?dist}
Summary: Cryptographic Triangles (TRI) cryptocurrency wallet
License: MIT
@@ -44,6 +44,12 @@ install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/applications/triangles-qt.desk
%{_datadir}/applications/triangles-qt.desktop
%changelog
* Wed Jul 08 2026 Sami Ahmed <sami@cryptographic-triangles.org> - 6.1.6-1
- 6.1.6 release. UI: Overview Total label now conditional (green when
total > 0, red when empty), Transactions amount column now 3-tier
(grey / pale mint / money-green) by confirmation depth. Plus
sigcache entry-size fix and Polish CI/build fixes.
* Wed Jul 08 2026 Sami Ahmed <sami@cryptographic-triangles.org> - 6.1.5-1
- 6.1.5 release. UI: olive-green for unconfirmed/immature stake balances.
Wallet: close-hang on Windows from detached Tor/I2P threads fixed.