release: v6.1.7
Bumps clientversion + all packaging metadata from 6.1.6 to 6.1.7. Includes only the v6.1.6 polish changes plus the Total-bold fix from PR #24 (font-weight bumped from 75 to 900). CHANGELOG entry added. Not included in v6.1.7 (will be addressed in v6.1.8 once we have repro data from a user observing the rule on real stakes): - Any widening of the 3-tier amount-color Confirming tier - Any 'use depth directly instead of status enum' rewrite - Any changes to the dataChanged() signaling path The Total label will now render at full bold weight 900 instead of medium-bold 75, which should make it visibly heavier than the Spendable / Stake / Unconfirmed rows on the Overview panel.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Install build tools: sudo dnf install rpm-build rpmdevtools
|
||||
set -e
|
||||
|
||||
VERSION="6.1.6"
|
||||
VERSION="6.1.7"
|
||||
RELEASE_URL="https://github.com/SamiAhmed7777/triangles_v5/releases/download/v${VERSION}"
|
||||
|
||||
echo "Building RPM for Triangles v${VERSION}..."
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: triangles
|
||||
Version: 6.1.6
|
||||
Version: 6.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Cryptographic Triangles (TRI) cryptocurrency wallet
|
||||
License: MIT
|
||||
@@ -44,6 +44,11 @@ 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.7-1
|
||||
- 6.1.7 release. UI: Overview Total label font-weight bumped from 75
|
||||
to 900 so the Total actually reads as bold against Spendable/Stake.
|
||||
Builds on v6.1.6 (conditional Total color + 3-tier amount colors).
|
||||
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user