Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand All @@ -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

---

Expand All @@ -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
2 changes: 1 addition & 1 deletion icongrabber.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading