Skip to content

Commit 8a55f55

Browse files
committed
fix: cut v1.0.6 for macOS release signing
Publish a new release version that rebuilds the macOS DMGs with the signing fix and updates release notes for the repaired distribution flow.
1 parent 1951b7c commit 8a55f55

8 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.0.6 - 2026-04-14
4+
5+
- Fixed macOS release packaging so both Apple Silicon and Intel DMGs are rebuilt with explicit signing instead of shipping damaged or unsigned app bundles.
6+
- Added optional Apple certificate import in the release workflow so CI can produce properly signed macOS artifacts when signing secrets are configured.
7+
38
## v1.0.5 - 2026-04-14
49

510
- Improved export readability to better match the UI with clearer labels, summary fields, and side-specific duplicate details.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csv-align"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
edition = "2021"
55
description = "CSV file comparison tool with modern web UI"
66
license = "MIT"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csv-align-frontend",
33
"private": true,
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csv-align-app"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
edition = "2021"
55
description = "CSV file comparison desktop application"
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"productName": "CSV Align",
4949
"mainBinaryName": "csv-align",
5050
"identifier": "com.csvalign.desktop",
51-
"version": "1.0.5"
51+
"version": "1.0.6"
5252
}

0 commit comments

Comments
 (0)