Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Dynamsoft/barcode-reader-javascript-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.4.20
Choose a base ref
...
head repository: Dynamsoft/barcode-reader-javascript-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 93 files changed
  • 4 contributors

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    357a86b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. Improve ZIP package developer experience (#301)

    * Improve ZIP package first impression (P0 items)
    
    - Move hello-world/scan-single/read-image into basics/ subdirectory
    - Inline favicon (base64) and logo SVG into index.html, remove loose files
    - Fix scan-a-single-barcode.html title (was copy-pasted from hello-world)
    - Add meta description, keywords, and canonical tags to all basics samples
    - Update all links in index.html and README.md to reflect new paths
    EOF
    )
    
    * Fix remaining P0 issues and add README.html
    
    - Fix canonical URL in read-an-image.html (missing basics/ path)
    - Fix canonical URL in read-and-parse-GS1-AI (wrong sub-path)
    - Add LICENSE ALERT comment to hello-world.html and scan-a-single-barcode.html for consistency
    - Fix documentation link in README.md (point to user-guide)
    - Add styled README.html for local/ZIP readability
    
    * Align README.html and README.md content
    
    * Add file:// detection tip to camera-based basics samples
    
    Show a non-blocking yellow banner when opened via file:// suggesting
    the user serve the page from a web server for the best experience.
    
    * Add .gitattributes to slim down ZIP downloads
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Justin-dynamsoft <117710848+Justin-dynamsoft@users.noreply.github.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    3 people authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    d843ff3 View commit details
    Browse the repository at this point in the history
Loading