From b1cab32ff4c7b65ae4c9a5a9a11c175dbd487c0a Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 3 Jan 2021 09:48:01 -0800 Subject: [PATCH] Updated dependencies in README.md --- CHANGELOG.md | 17 ++++++++++++++++- README.md | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f9c7b7..ea03f065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.39.5](https://github.com/RhetTbull/osxphotos/compare/v0.39.3...v0.39.5) +#### [v0.39.6](https://github.com/RhetTbull/osxphotos/compare/v0.39.5...v0.39.6) + +> 3 January 2021 + +- Make readme easier for beginners, thanks to @synox [`#326`](https://github.com/RhetTbull/osxphotos/pull/326) +- doc simplify readme [`02ef0f9`](https://github.com/RhetTbull/osxphotos/commit/02ef0f9a254e83a3729a09cea1ae523407074896) +- Added exception handling/capture for convert-to-jpeg, issue #322 [`05f111a`](https://github.com/RhetTbull/osxphotos/commit/05f111a287e882ed6b451a550a87753501316aba) +- Add @synox as a contributor [`83915c6`](https://github.com/RhetTbull/osxphotos/commit/83915c65abb880036f80ebd830eb1e34292f9599) + +#### [v0.39.5](https://github.com/RhetTbull/osxphotos/compare/v0.39.4...v0.39.5) + +> 3 January 2021 + +- Cleanup up the readme [`38842ff`](https://github.com/RhetTbull/osxphotos/commit/38842ff9249e6f5b3069a88a759c8df97ddce51c) + +#### [v0.39.4](https://github.com/RhetTbull/osxphotos/compare/v0.39.3...v0.39.4) > 3 January 2021 diff --git a/README.md b/README.md index c4fe0f55..11200dc1 100644 --- a/README.md +++ b/README.md @@ -2609,6 +2609,7 @@ For additional details about how osxphotos is implemented or if you would like t - [pathvalidate](https://pypi.org/project/pathvalidate/) - [wurlitzer](https://pypi.org/project/wurlitzer/) - [toml](https://github.com/uiri/toml) +- [PhotoScript](https://github.com/RhetTbull/PhotoScript) ## Acknowledgements