这是indexloc提供的服务,不要输入任何密码
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: beny18241/BookmarkHub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: beny18241/BookmarkHub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 14, 2025

  1. docs: Add proper attribution and licensing information

    - Added NOTICE.txt with attribution to original author (dudor)
    - Updated README to clarify this is an enhanced fork
    - Prepared proper attribution text for Chrome Store
    - Ensuring full Apache 2.0 license compliance
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and Maciej Pindela committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    cb6af14 View commit details
    Browse the repository at this point in the history
  2. chore: Bump version to 1.0.1

    - Updated package.json version to 1.0.1
    - Regenerated distribution packages
    - Ready for Chrome Store and other platforms publishing
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and Maciej Pindela committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    1e0ce32 View commit details
    Browse the repository at this point in the history
  3. fix: Improve auto-sync to properly detect and sync remote changes

    - Added browser startup sync (browser.runtime.onStartup) to sync when opening new browser session
    - Implemented periodic background checks for remote changes from other browsers
    - Added intelligent sync intervals: quick initial checks (30s, 1min) then gradual increase
    - Persist last sync timestamp across browser sessions in local storage
    - Improved conflict resolution to detect recent remote changes (within 10s)
    - Fixed sync state persistence - green checkmark now stays visible when synced
    - Default sync interval reduced to 5 minutes for better responsiveness
    
    This fixes the issue where bookmarks weren't syncing automatically between browsers
    and the sync indicator disappearing on browser restart.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    2 people authored and Maciej Pindela committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    d73e3ba View commit details
    Browse the repository at this point in the history
  4. chore: Bump version to 1.0.2

    Maciej Pindela authored and Maciej Pindela committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    24bde0a View commit details
    Browse the repository at this point in the history
  5. chore: Add v1.0.2 release packages

    - Chrome extension package for Chrome Web Store
    - Firefox extension package for Firefox Add-ons
    - Source code archive for review
    Maciej Pindela authored and Maciej Pindela committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    ccf0986 View commit details
    Browse the repository at this point in the history
Loading