Skip to content

Commit

Permalink
Merge branch 'main' of github.com:photostructure/exiftool-vendored.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed May 31, 2024
2 parents 890e8f0 + fa75000 commit 06ba482
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Expand All @@ -10,9 +13,12 @@ Thanks for taking the time to report your bug! Filling out this template can hel
**To Reproduce**
Please include sample code, and a sample image, which reproduces the bug.

_Filing bugs without reproduction steps will be closed as invalid._

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**
- OS and version: [e.g. Mac OS X 10.11.6]
- Node.JS version [must be an active, current, or maintenance version]
- Version of this library (hint: only the last release is supported)
- OS and version: (macOS Ventura, Ubuntu 22.04, ...)
- Node.js version (must be an active, current, or maintenance version)
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ vendored versions of ExifTool match the version that they vendor.

- 🌱/✨/🐞 ExifTool upgraded to [v12.85](https://exiftool.org/history.html#12.85). Notably, this addresses [reversed HEIC orientation](https://exiftool.org/forum/index.php?topic=15240.msg86229#msg86229).

- 🐞 Perhaps address [Perl not installed error](https://github.com/photostructure/exiftool-vendored.js/issues/182).

### v26.0.0

- 🌱/✨ ExifTool upgraded to [v12.84](https://exiftool.org/history.html#12.84)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exiftool-vendored",
"version": "26.0.0",
"version": "26.1.0",
"description": "Efficient, cross-platform access to ExifTool",
"main": "./dist/ExifTool.js",
"types": "./dist/ExifTool.d.ts",
Expand Down

0 comments on commit 06ba482

Please sign in to comment.