From 20747c80697362044700d6f9d647b714879a69f1 Mon Sep 17 00:00:00 2001 From: Kitzy Date: Mon, 15 Dec 2025 16:32:08 -0500 Subject: [PATCH] Update changelog and man page for version 1.0.0 release --- CHANGELOG.md | 23 ++--------------------- icongrabber.1 | 2 +- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6f3f4..8cace4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Automated build process with code signing and notarization -- GitHub Actions workflows for CI and releases --- @@ -27,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Native Swift implementation with no dependencies - High-quality icon extraction preserving original quality - Scriptable and automatable for workflows +- Automated build process with code signing and notarization +- GitHub Actions workflows for CI and releases --- @@ -43,24 +43,5 @@ When preparing a release, move items from [Unreleased] to a new version section. - **Fixed** for any bug fixes - **Security** for vulnerability fixes -### Example Entry - -```markdown -## [1.1.0] - 2024-01-15 - -### Added -- Support for ICNS file output format -- `--format` flag to choose output format (png or icns) -- Progress indicator for batch operations - -### Fixed -- Crash when processing apps without icons -- Incorrect aspect ratio for non-square icons - -### Changed -- Improved error messages -- Faster icon extraction algorithm -``` - [Unreleased]: https://github.com/macadmins/icongrabber/compare/v1.0.0...HEAD [1.0.0]: https://github.com/macadmins/icongrabber/releases/tag/v1.0.0 diff --git a/icongrabber.1 b/icongrabber.1 index 26bcd01..d170cc5 100644 --- a/icongrabber.1 +++ b/icongrabber.1 @@ -1,4 +1,4 @@ -.TH ICONGRABBER 1 "December 2024" "Icon Grabber 1.0.0" "User Commands" +.TH ICONGRABBER 1 "December 2025" "Icon Grabber 1.0.0" "User Commands" .SH NAME icongrabber \- extract icons from macOS applications .SH SYNOPSIS