Skip to content

Commit

Permalink
[CHANGELOG.md] v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jun 12, 2022
1 parent e6696a0 commit 2ccc1d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changelog

### v5.0.0

- Remove command line executable cPython 2 support
- Fix GUI fails on recent versions of macOS (reported on macOS 12.3.1) (#92, fix #94)
- Add Apple iconset application icons
- Add icns application icon package and convert to use of this format for production Crunch application
- Convert to use of https://github.com/sindresorhus/create-dmg for GUI macOS dmg installer prep
- Add Makefile build-macos-icns target
- Add Makefile build-macos-installer target
- Add GitHub Actions CI testing
- Remove Travis CI testing configuration file
- Update GUI installation documentation
- Remove dmg installer file from version control (will still be included in releases)
- Remove dmg installer checksum file from version control (will still be included in releases)

### v4.0.0

- Updated pngquant to v2.12.5
Expand Down

0 comments on commit 2ccc1d1

Please sign in to comment.