3.2.1 a mix of user-facing improvements, broader parsing support, localization coverage, and project-maintenance updates.#66
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR prepares the extension for the 3.2.1 release with a mix of user-facing improvements, broader parsing support, localization coverage, and project-maintenance updates.
User-facing changes
Alt+Shift+V) to open the extension popup.Parser and helper changes
functions.js.Localization
_localesmetadata for newly supported locales.main.html, andtranslate.jsstay wired together.Project / release maintenance
CONTRIBUTING.md,SECURITY.md,PRIVACY.md, and a pull request template.npm run packagefor creating the Chrome Web Store zip package.3.2.1.How Has This Been Tested?
npm run checkpasses locally.cd video-url-parser && npm test -- --grep "isRestrictedUrl|media type|inferMediaExtension|extract_all_media_urls|i18n"passes (158 passing).308 passing).git diff --check 556f732...HEAD && git diff --checkpasses.npm run packagesuccessfully createssimple-video-download-helper-3.2.1.zipat the repository root.Notes
npm run buildonly createsvideo-url-parser/dist/dist.min.js; usenpm run packageto build the release zip.dist/dist.min.jsis generated and should not be committed.