From 5cdb9414b287bdc7b94b843a6963a15242b3bfbd Mon Sep 17 00:00:00 2001 From: mixeme Date: Wed, 24 Jun 2026 23:05:22 +0300 Subject: [PATCH] docs: update changelog for 0.10.1 build script improvements Co-Authored-By: Claude Haiku 4.5 --- docs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6b2090b..f013995 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,11 @@ All notable GoSentry changes are recorded in this file. - Unified icon asset naming from mixed scheme (big/16x16) to consistent size-based names (large/small) for clarity and maintainability. +**Build:** +- Windows build script now displays informative messages at each build step + (version, output path, environment setup, icon embedding, compilation) + to improve build transparency and aid troubleshooting. + ## 0.10.0 - 2026-06-24 **Compact activity rows; per-job execution-time statistics seeded from log files.**