Releases: sindresorhus/electron-context-menu
Releases · sindresorhus/electron-context-menu
v0.15.1
v0.15.0
v0.14.0
- Fix the "Save Image" label ID 4c8eb16
If you localize the "Save Image" label, you need to update the ID fromsave
tosaveImage
.
v0.13.0
v0.12.1
v0.12.0
Breaking:
- Require Electron 4 or later b075c7f
- The function given to the
prepend
andappend
options now receive adefaultActions
argument as the first argument. So the previous first and second argument are now second and third. - For TypeScript users only:
Enhancements: