|
3 | 3 | ## [0.1.0] - 2025-09-19 |
4 | 4 |
|
5 | 5 | ### Added |
6 | | -- **Cross-platform support**: Extension now works on macOS and Linux with native ExifTool fallback |
| 6 | +- **Enhanced cross-platform support**: Improved compatibility for macOS and Linux with native ExifTool fallback |
7 | 7 | - **JPEG file support**: Added support for .jpeg file extension |
8 | | -- **Enhanced error handling**: Improved error messages and user notifications |
9 | | -- **Platform detection**: Better debugging with platform and version information |
| 8 | +- **Better error handling**: Clear error messages and platform-specific guidance |
| 9 | +- **Platform detection**: Detailed debugging information showing platform and version details |
10 | 10 | - **Marketplace metadata**: Added keywords, license, and publisher information for VS Code Marketplace |
11 | 11 | - **Packaging support**: Added vsce scripts for marketplace publishing |
12 | 12 |
|
13 | 13 | ### Changed |
14 | | -- **Improved initialization**: Better ExifTool initialization with fallback mechanisms |
15 | | -- **Enhanced logging**: More detailed output messages for troubleshooting |
| 14 | +- **Improved initialization**: Better ExifTool initialization with graceful fallback mechanisms |
| 15 | +- **Enhanced logging**: More detailed output messages for troubleshooting cross-platform issues |
16 | 16 | - **Updated dependencies**: Cross-platform compatible dependency configuration |
17 | 17 | - **Professional documentation**: Comprehensive README and installation instructions |
18 | 18 |
|
19 | 19 | ### Fixed |
20 | 20 | - **Launch configuration**: Fixed VS Code development environment setup |
21 | 21 | - **Extension activation**: Improved extension loading and error recovery |
22 | | -- **Cross-platform compatibility**: Resolved Windows-only limitation |
| 22 | +- **Windows-only limitation**: Added fallback support for other platforms (testing needed) |
23 | 23 | - **Node.js compatibility**: Updated packaging for modern Node.js versions |
24 | 24 |
|
| 25 | +### Notes |
| 26 | +- Cross-platform improvements are in place but need community testing on macOS/Linux |
| 27 | +- Please report any issues on non-Windows platforms via GitHub Issues |
| 28 | + |
25 | 29 | ## [0.0.5] - 2023-11-13 |
26 | 30 |
|
27 | 31 | ### Added |
|
0 commit comments