Skip to content

Commit 0892fc7

Browse files
mrdavearmsclaude
andcommitted
docs: add v2.7.2 release notes and fix macOS download filename in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6601cb8 commit 0892fc7

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
## What's new in ${{ github.ref_name }}
141141
142-
- **Fixed: crash on first launch** — Tab 2 (Map Fields) crashed immediately on opening due to a font configuration error. All Windows and macOS users on v2.7 are affected.
142+
- **Fixed: "Check for Updates" failing on Mac** — The update checker now works reliably on macOS. Previously it failed with an SSL certificate error because bundled Mac apps couldn't access the system certificate store.
143143
144144
<!-- Add release notes above this line before tagging -->
145145

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Go to the **[Releases page](https://github.com/mrdavearms/bulk-pdf-extractor-and
154154
| Platform | File | Requirements |
155155
|:---:|:---:|:---:|
156156
| Windows | `Bulk PDF Generator.exe` (~61 MB) | Windows 10 / 11 |
157-
| macOS | `Bulk.PDF.Generator.Mac.dmg` | macOS 12 Monterey or later |
157+
| macOS | `Bulk.PDF.Generator.macOS.zip` | macOS 12 Monterey or later |
158158

159159
Save the file somewhere convenient — your Desktop, a shared school drive, or a dedicated apps folder. The app is self-contained; it doesn't install anything or modify your system.
160160

@@ -164,7 +164,7 @@ Save the file somewhere convenient — your Desktop, a shared school drive, or a
164164

165165
**Windows:** Double-click **`Bulk PDF Generator.exe`**. The first launch takes a few seconds as the app extracts its bundled files to a temporary directory. Subsequent launches are faster.
166166

167-
**Mac:** Open **`Bulk.PDF.Generator.Mac.dmg`**, then drag **Bulk PDF Generator** into your Applications folder. Double-click to open from there.
167+
**Mac:** Unzip **`Bulk.PDF.Generator.macOS.zip`**, then drag **Bulk PDF Generator** into your Applications folder. Double-click to open from there.
168168

169169
<details>
170170
<summary><strong>Windows Security Warning — what to do if you see it</strong></summary>
@@ -812,6 +812,12 @@ bulk-pdf-extractor-and-generator/
812812

813813
## Release Notes
814814

815+
### v2.7.2 — March 2026
816+
817+
- **Fixed: "Check for Updates" failing on Mac** — The update checker now works reliably on macOS. Previously it showed an SSL certificate error when checking for new versions.
818+
819+
---
820+
815821
### v2.5.5 — March 2026
816822

817823
- **Tab 2 field mapping editor** — live editor showing every PDF field alongside a dropdown of your Excel columns. Auto-Map All, manual overrides, and Clear All. Mappings persist to the template JSON and restore on reload.

0 commit comments

Comments
 (0)