-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extract-emails-from-clipboard extension
- chore: update package-lock.json - chore: add version 1.0.0 and update changelog
- Loading branch information
Showing
3 changed files
with
968 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Extract Emails from Clipboard Changelog | ||
|
||
## [Initial Version] - {PR_MERGE_DATE} | ||
## [1.0.0] - 2024-03-01 | ||
|
||
### Added | ||
- Initial release of the extension | ||
- Extract email addresses from clipboard text | ||
- Support for comma-separated format (default) | ||
- Support for space-separated format using ⌘↩ | ||
- Direct paste option to paste extracted emails into any application | ||
|
||
### Changed | ||
- Updated Node.js compatibility to v20.5.0 or later | ||
- Updated dependencies to latest versions | ||
- Fixed code style and linting issues | ||
|
||
### Fixed | ||
- Resolved duplicate directory structure | ||
- Updated package-lock.json to newer format | ||
- Fixed ESLint warnings regarding title case naming |
Oops, something went wrong.